Hello. I was wondering if it's possible to change the language to Icelandic? There are some letters like þ,ó,í,ö, which don't appear. Thanks.
beddikool
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?
Last edited by templateuser on Sat Mar 14, 2015 6:46 am, edited 1 time in total.
Re: How can you change the writing language?
Hey,
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
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
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: How can you change the writing language?
I have made no modifications. The template compiles just fine. The problem is when I write the Icelandic letters I get symbols of boxes instead:
http://postimg.org/image/piro24hnv/
beddikool
http://postimg.org/image/piro24hnv/
beddikool
How can you change the writing language?
Hey,
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
You then need to go through and remove any occurrence of
Hope that helps!
Cheers,
Vel
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
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com