Curricula Vitae / RésumésHow can you change the writing language?

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

How can you change the writing language?

Post by templateuser »

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
Last edited by templateuser on Sat Mar 14, 2015 6:46 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Re: How can you change the writing language?

Post by Vel »

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
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: How can you change the writing language?

Post by templateuser »

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
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

How can you change the writing language?

Post by Vel »

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 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}
You then need to go through and remove any occurrence of \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
Post Reply