Skip to content

Instantly share code, notes, and snippets.

@Vopaaz
Last active December 19, 2019 19:10
Show Gist options
  • Save Vopaaz/0197b4054e45dbe44f3089da5867ce61 to your computer and use it in GitHub Desktop.
Save Vopaaz/0197b4054e45dbe44f3089da5867ce61 to your computer and use it in GitHub Desktop.
Using pandoc to convert markdown file to pdf file.
pandoc -o OUTFILE.pdf --pdf-engine=xelatex -V mainfont="Microsoft YaHei" INFILE.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment