Skip to content

Instantly share code, notes, and snippets.

@xiaom
Created May 17, 2012 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xiaom/2722102 to your computer and use it in GitHub Desktop.
Save xiaom/2722102 to your computer and use it in GitHub Desktop.
make file for pandoc to latex
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