Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. sudo apt install texlive-xetex
  2. sudo apt-get install texlive-lang-all
  3.  
  4. pandoc test.md -s -o test.pdf --latex-engine=xelatex
  5.  
  6. ---
  7. title: Title text
  8. geometry: margin=2cm
  9. lang: ru
  10. header-includes: |
  11. \newfontfamily{\cyrillicfont}{Arial}
  12. \newfontfamily{\cyrillicfontrm}{Arial}
  13. \newfontfamily{\cyrillicfonttt}{Arial}
  14. \newfontfamily{\cyrillicfontsf}{Arial}
  15. ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement