Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optional fields #30

Open
sursu opened this issue Mar 26, 2019 · 6 comments
Open

Optional fields #30

sursu opened this issue Mar 26, 2019 · 6 comments
Assignees

Comments

@sursu
Copy link

sursu commented Mar 26, 2019

Amazing template!

But how do I make some fields optional?

For instance: for some entries in Professional Experience I don't want to include tags or in Projects I don't want to provide the links. If I simply delete them that distorts the appearance.


Also, I can't find where are they defined, could you document what other logos are there: \faLaptop, \faBook, \faTasks, \faMortarBoard, \faCode, \faSuitcase, faGlobe, faPlus,...?

@darwiin
Copy link
Owner

darwiin commented Mar 27, 2019

Hi, thanks for your issue.

First, for the optional fields in Professional Experience and in Projects, I don't see a way to ahieve what you want out of the box. I'll be back soon with more info of how to acchieve this manually.

For the logos, they are all coming from the Fontawesome 5 latex package. I will post here the link as soon as I retrieve it.

Regards

@darwiin darwiin self-assigned this Mar 28, 2019
@lambtho12
Copy link

lambtho12 commented Sep 29, 2019

@sursu , I may be late, but if anyone looks for a simple fix here it is.
You could just edit the .cls file in order to add a new command called \experiencenotag for instance. That means in yaac-another-awesome-cv.cls you add

\newcommand\experiencenotag[6]{
  \textbf{#1}    & \textbf{#2, \textsc{#3}, #4}   \\*
  \textbf{#5}    & \begin{minipage}[t]{\rightcolumnlength}
  					         #6
                   \end{minipage}	\\
  }

and in your section_experience.tex you use \experiencenotag instead of \experience for each item. This will simply remove the tags and the blank line that they should fill.

An other way to go would be to use an option in the original \experience command such that you could specify \experience[tag=false]{bla}{bla}{bla}{..}, but that is more difficult to do.

@artemisclyde
Copy link

Hi, thanks for your issue.

First, for the optional fields in Professional Experience and in Projects, I don't see a way to ahieve what you want out of the box. I'll be back soon with more info of how to acchieve this manually.

For the logos, they are all coming from the Fontawesome 5 latex package. I will post here the link as soon as I retrieve it.

Regards

Would it be possible to add this to the Readme.md or some kind of documentation? I really like your template a lot, but it's tough to have to dive into issues like these to find out which icons can be used.

@jpmvferreira
Copy link

For the logos, they are all coming from the Fontawesome 5 latex package. I will post here the link as soon as I retrieve it.

I've used this link as a reference but some of them don't seem to work, is there a complete up to date reference for it?

I would also like to make some fields optional, currently i've just rewritten the function and changed it's name (is there such a thing as overloading a function in latex?).

@wandt0n
Copy link

wandt0n commented Feb 1, 2022

I've used this link as a reference but some of them don't seem to work, is there a complete up to date reference for it?

This PDF made it work for me. It's a doc for this repo apparently. Can't say for sure if it is complete, but it's comprehensive. And it does not include \faAward, which is present on fontawesome.com but does not work from within the CV.

@jpmvferreira
Copy link

I'm glad you commented in this issue, as I've asked a more general question in stackoverflow, which although specific to Overleaf, might be of use in order to find documentation for an arbitrary package. The post can be found here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants