dkadyrov / danktex

LaTeX - Pandoc Templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LaTeX - Pandoc Templates

About

These LaTeX templates were created to expedite typical document writing (articles, letters, resumes) using Pandoc

Templates

Article

See Example

Letter

See Example

Resume

See Example

Usage

The easiest way to use these tex and class files, especially with pandoc, is by placing them in a known directory and referencing them through a path. One can also look into installing them into your LaTeX and Pandoc directories. In cases where a cls type document is referenced in the template tex file - place it in the same directory as it.

To use the template classes, enter this in your command terminal:

pandoc name_of_input.md -o name_of_output.pdf --from markdown --template name_of_template.tex

If you would like to show code listings:

pandoc name_of_input.md -o name_of_output.pdf --from markdown --template name_of_template.tex --listings

You can also have it output the Tex file using the template:

pandoc name_of_input.md -o name_of_output.tex --from markdown --template name_of_template.tex --listings

Or even Microsoft Word (ugh):

pandoc name_of_input.md -o name_of_output.doc --from markdown --template name_of_template.tex --listings

About

LaTeX - Pandoc Templates


Languages

Language:TeX 100.0%