Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with Greek #46

Open
mixtou opened this issue May 9, 2016 · 4 comments
Open

Problem with Greek #46

mixtou opened this issue May 9, 2016 · 4 comments

Comments

@mixtou
Copy link

mixtou commented May 9, 2016

While greek language appears in general, however it is not displayed in cventries in %Location and %Date sections. Is there a problem with definition of \bodyfontlight ??

@posquit0
Copy link
Owner

posquit0 commented May 9, 2016

I think you should change the fonts which support Greek characters.

@gpetrousov
Copy link

Hi @mixtou , I know this is quiet an old issue, however, here's a solution for the Greek language problem. You need to add the following lines. You can get an example from here https://github.com/gpetrousov/latex-thesis-template/blob/master/thesis.tex where I have created a template for writing thesis in Greek.

\usepackage{xgreek}
\setmainfont[Mapping=tex-text]{GFS Didot}

@chazarnik
Copy link

Actually that does not seem to work for me @gpetrousov . Did it work for you?

What worked after scanning the cls file was change the line below
\newcommand*{\entrydatestyle}[1]{{\fontsize{8pt}{1em}*bodyfont*\scshapehape\color{graytext} #1}}

from bodyfontlight and changing the next (shape part).
Hope it helps!

@gpetrousov
Copy link

@Krooket - guess there are multiple ways to fix this problem, whatever works for everyone 😌 In my case, I used the root file (tex) which bypasses the class file (cls) to define the fonts and typesetting which supports Greek.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants