Curricula Vitae / Résumés ⇒ How can you change the writing language?
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
How can you change the writing language?
beddikool
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: How can you change the writing language?
I pasted the letters you gave into the template and it compiled just fine without any modifications on my computer. Have you made any modifications to the template? Where are you using the letters that you are getting an error? Could you paste the error please?
Cheers,
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: How can you change the writing language?
http://postimg.org/image/piro24hnv/
beddikool
How can you change the writing language?
Ok, since the rest of the template compiles fine then I am suspecting that this is a font issue and the version of Helvetica Neue you have doesn't have Icelandic characters. If you can normally see these characters with the default LaTeX font, then I would recommend you comment out the following lines in
friggeri-cv.cls
:Code: Select all
\newfontfamily\bodyfont[]{Helvetica Neue}
\newfontfamily\thinfont[]{Helvetica Neue UltraLight}
\newfontfamily\headingfont[]{Helvetica Neue Condensed Bold}
\setmainfont[Mapping=tex-text, Color=textcolor]{Helvetica Neue Light}
\bodyfont
, \thinfont
and \headingfont
from the same document. If the Icelandic characters show up after this, then you need to find a version of Helvetica Neue that supports Icelandic.Hope that helps!
Cheers,
Vel