posquit0 / Awesome-CV

:page_facing_up: Awesome CV is LaTeX template for your outstanding job application
LaTeX Project Public License v1.3c
23.12k stars 4.79k forks source link

Switch language #53

Closed sbmueller closed 8 years ago

sbmueller commented 8 years ago

I tried to change to german with \usepackage[ngerman]{babel}, but suddenly I get an error:

./cv-sections/education.tex:44: Argument of \language@active@arg" has an extra }. [}]
./cv-sections/education.tex:44: Paragraph ended before \language@active@arg" was complete. [}]
./cv-sections/education.tex:44: Missing } inserted. [}]
./cv-sections/education.tex:44: Extra }, or forgotten $. [}]

When I use \usepackage[english]{babel} it works fine. Mentioned source line is:

\cventry
{abcd} % Degree
{abcd} % Institution
{abcd % Location
{abcd} % Date(s)
{ % Description(s) bullet points
} % THIS LINE THROWS ERROR
posquit0 commented 8 years ago

Hmmm... Try to change font which support German.

sbmueller commented 8 years ago

@posquit0 thanks for the answer. I'm not sure what you mean by that. Since I didn't change any content, the fonts should work after selecting [ngerman]{babel}, shouldn't it? There are no additional special characters or similar.

johannesbottcher commented 8 years ago

As far as i can tell, there is neither a folder cv-sections, nor a line 44 in the education.tex example given in this repository. Please provide a minimal working example, along with the details of your LaTeX installation.

Since i don't consider this to be a problem of this template, it would be better to ask the question at goLaTeX or a similar place.

sbmueller commented 8 years ago

@johannesbottcher Oops, sorry. I got the template from http://www.latextemplates.com/template/awesome-resume-cv. There, the structure is slightly different.

I have managed to fix this error by rewriting the education.tex, so it seems there was a bad unicode character or similar. Thanks for the quick help!

johannesbottcher commented 8 years ago

@sbmueller I am a bit confused, as there is a link on that website ask a question where you are redirected to latex-community.org. Apparently, that button is too small.