Vai al file
Lucas Verney 3e0655f61f Do a cabal update before making asciimath 2016-04-15 00:35:20 +02:00
filters Fix issues discussed in #11 2016-04-13 21:26:11 +02:00
.gitignore Use pandoc's `--toc` option to generate TOC 2016-03-25 18:05:48 +01:00
.gitmodules move asciimath folder in filters/ 2016-04-11 15:01:26 +02:00
LICENSE add a .cabal file 2016-03-24 18:39:04 +01:00
Makefile Do a cabal update before making asciimath 2016-04-15 00:35:20 +02:00
README.md Do a cabal update before making asciimath 2016-04-15 00:35:20 +02:00
notes.bib Basic bibliography support 2016-04-15 00:28:23 +02:00
notes.md Basic bibliography support 2016-04-15 00:28:23 +02:00

README.md

Pandoc boilerplate

Boilerplate to render scientific documents written in Markdown to LaTeX, using Pandoc.

Includes various Pandoc filters:

  • Automatically convert SVG files to PDF and rewrite the image link to include them in the document easily.

  • Include pandoc-crossref for easy numbering and referencing.

  • Include asciimath for easy math typing.

  • Include pandoc-citeproc for bibliography management and citation. See this part of Pandoc README as well for more infos on this.

Dependencies

  • alex and happy