Skip to content

Instantly share code, notes, and snippets.

@terryburton
Created February 20, 2015 16:21
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 terryburton/d3cc32a014e4cabd352d to your computer and use it in GitHub Desktop.
Save terryburton/d3cc32a014e4cabd352d to your computer and use it in GitHub Desktop.
pandoc
  --from=markdown_github
  --to=latex
  --filter __pandoc/__rewritewikilinks.hs ②
  --filter __pandoc/__rewritepngtoeps.hs ③
  -M title="Barcode Writer in Pure PostScript"
  -M author="http://bwipp.terryburton.co.uk"
  -V geometry:a4paper,margin=2cm
  --toc --toc-depth=2
  --chapters
  --output=__pandoc/barcodewriter.pdf
  [ followed by a list of *.md files ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment