Skip to content

Instantly share code, notes, and snippets.

@snegovick
Created October 2, 2014 15:54
Show Gist options
  • Save snegovick/c3bfaf59ce41c29f19b3 to your computer and use it in GitHub Desktop.
Save snegovick/c3bfaf59ce41c29f19b3 to your computer and use it in GitHub Desktop.
Pandoc line to generate russian pdf from md source
pandoc --latex-engine=pdflatex -V lang=russian -f markdown $1 -o $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment