Last active
December 19, 2019 19:10
-
-
Save Vopaaz/0197b4054e45dbe44f3089da5867ce61 to your computer and use it in GitHub Desktop.
Using pandoc to convert markdown file to pdf file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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