Rebuild examples with pandoc 2. Added pandoc 2 compatibility note to the readme. Removed travis button from readme until the travis build is fixed.

This commit is contained in:
Wandmalfarbe 2017-11-09 20:44:27 +01:00
parent 60aef01119
commit ae2a62e8a7
11 changed files with 2 additions and 4 deletions

View File

@ -2,9 +2,7 @@
# Eisvogel
[![Build Status](https://travis-ci.org/Wandmalfarbe/pandoc-latex-template.svg?branch=master)](https://travis-ci.org/Wandmalfarbe/pandoc-latex-template)
A clean **pandoc LaTeX template** to convert your markdown files to PDF or LaTeX. It is designed for lecture notes and exercises with a focus on computer science.
A clean **pandoc LaTeX template** to convert your markdown files to PDF or LaTeX. It is designed for lecture notes and exercises with a focus on computer science. The template is compatible with pandoc 2.
## Preview

Binary file not shown.

View File

@ -19,7 +19,7 @@ pdftoppm -r 150 -png "german/german.pdf" > "german/german.png"
# No lang option (-V lang=jp) here because it's
# unspported in XeLaTex (in polyglossia).
# These commands are disabled because the CJK font isn't available on travis.
#pandoc "japanese/japanese.md" -o "japanese/japanese.pdf" --from markdown --template "../eisvogel.latex" --listings --latex-engine=xelatex -V lang=en-us -V CJKmainfont="HiraginoSans-W4"
#pandoc "japanese/japanese.md" -o "japanese/japanese.pdf" --from markdown --template "../eisvogel.latex" --listings --pdf-engine=xelatex -V lang=en-us -V CJKmainfont="HiraginoSans-W4"
#pdftoppm -r 150 -png "japanese/japanese.pdf" > "japanese/japanese.png"
pandoc "listings/listings.md" -o "listings/listings.pdf" --from markdown --template "../eisvogel.latex" --listings

Binary file not shown.

Binary file not shown.

Binary file not shown.