Created
May 17, 2012 22:44
-
-
Save xiaom/2722102 to your computer and use it in GitHub Desktop.
make file for pandoc to latex
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
draft: | |
pandoc -N --latex-engine=xelatex --template=template.tex def.markdown -o def.pdf --biblio def.bib | |
final: | |
pandoc -N --latex-engine=xelatex --template=template.tex def.markdown -o def.tex --biblio def.bib | |
bibtex def | |
xelatex def.tex | |
xelatex def.tex |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment