Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. pandoc -s --bibliography=foo.bib --biblatex -o foo.tex foo.md
  2. pdflatex foo.tex
  3. bibtex foo.aux
  4. pdflatex foo.tex
  5. pdflatex foo.tex
  6.  
  7. pandoc --bibliography=foo.bib --csl=foo.csl -o foo.pdf foo.md
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement