mszep / pandoc_resume

The Markdown Resume
http://mszep.github.io/pandoc_resume/
MIT License
1.64k stars 760 forks source link

How to build with russian language #11

Open istickz opened 8 years ago

istickz commented 8 years ago

I add -V option for build:

resume.pdf: resume.md
    pandoc --standalone --template style_chmduquesne.tex \
    --latex-engine=xelatex \
    --from markdown --to context \
    -V papersize=A4 \
    -V lang=russian \
    -o resume.tex resume.md; \
    context resume.tex

But, after building I don't see russian characters in output pdf file. How to fix this?

mszep commented 8 years ago

I don't know... is this the way to set the language in ConTeXt? (Remember we aren't using LaTeX here)