pandoc_boilerplate/README.md

26 lines
729 B
Markdown
Raw Permalink Normal View History

2016-01-25 14:54:02 +01:00
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.
2016-01-25 14:54:02 +01:00
* Include [pandoc-crossref](https://github.com/lierdakil/pandoc-crossref) for
easy numbering and referencing.
2016-01-25 14:54:02 +01:00
2016-04-15 00:13:39 +02:00
* Include [asciimath](https://github.com/Kerl13/AsciiMath) for easy math typing.
2016-04-15 00:28:23 +02:00
* Include [pandoc-citeproc](https://github.com/jgm/pandoc-citeproc) for
bibliography management and citation. See [this part of Pandoc
README](http://pandoc.org/README.html#citations) as well for more infos on
this.
## Dependencies
* `alex` and `happy`