Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lauritzsh/pandoc-markdown-template
Markdown templates for Pandoc
https://github.com/lauritzsh/pandoc-markdown-template
latex markdown pandoc
Last synced: 14 days ago
JSON representation
Markdown templates for Pandoc
- Host: GitHub
- URL: https://github.com/lauritzsh/pandoc-markdown-template
- Owner: lauritzsh
- License: mit
- Created: 2015-07-12T22:43:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T11:01:51.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T03:39:26.977Z (3 months ago)
- Topics: latex, markdown, pandoc
- Language: TeX
- Homepage:
- Size: 220 KB
- Stars: 163
- Watchers: 7
- Forks: 50
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - lauritzsh/pandoc-markdown-template
README
# Pandoc Markdown template
This repository is a small collection of personal Markdown templates for Pandoc.Each directory contains a working template and example PDF output.
## Requirements
Be sure to have LaTeX ([Windows](http://miktex.org/), [macOS](https://tug.org/mactex/),
[Linux](http://latex-project.org/)) and Pandoc installed.On macOS, Pandoc can be installed with Homebrew: `brew install pandoc`.
For typesetting you can either use the `Makefile`s with `make` or just use `pandoc`.
For the `report-bib` you will need `pandoc-citeproc` too. On macOS that is easily installed with
`brew install pandoc-citeproc`.## Customization
If you want to see what Pandoc allows for customization you can use `pandoc -D latex` to get the
default LaTeX template. You can set variables with `-V/--variable` when using `pandoc` or preferably
put them into a [YAML front matter](http://assemble.io/docs/YAML-front-matter.html).