Profile

Some templates for markdown to pdf when use pandoc

Quick Start

  1. install pandoc

  2. run following command to transform markdown to pdf

     pandoc test.md -o test.pdf --latex-engine=xelatex --template=m2p_plain.tex
    

Demos

plain:

m2p-plain

style1:

m2p-style1

TODO

  • update old templates
  • add new templates