darwiin / yaac-another-awesome-cv

YAAC: Another Awesome CV is a template using Font Awesome and Adobe Source Font.
LaTeX Project Public License v1.3c
898 stars 242 forks source link

No "Technology Highlights" #76

Open BrittBesch opened 11 months ago

BrittBesch commented 11 months ago

Hi! How can I remove the line with "technology highlights" in the experience section for the cases of a non-technical job experience? If I just cancel the entire {} the code does not work anymore and if I leave the brackets empty then there is a blank line which does not look quite nice. Thank you for your support!

v3yn commented 7 months ago

Try adding this to the .cls file and use this command instead

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

Good luck with the job search! :)