Browse Source

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

pull/24/head
Wandmalfarbe 7 years ago
parent
commit
ae2a62e8a7
  1. 4
      README.md
  2. BIN
      examples/basic-example/basic-example.pdf
  3. BIN
      examples/book/book.pdf
  4. 2
      examples/build.sh
  5. BIN
      examples/custom-titlepage/custom-titlepage.pdf
  6. BIN
      examples/default-titlepage/default-titlepage.pdf
  7. BIN
      examples/german/german.pdf
  8. BIN
      examples/green-titlepage/green-titlepage.pdf
  9. BIN
      examples/japanese/japanese.pdf
  10. BIN
      examples/listings/listings.pdf
  11. BIN
      examples/without-listings/without-listings.pdf

4
README.md

@ -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

BIN
examples/basic-example/basic-example.pdf

Binary file not shown.

BIN
examples/book/book.pdf

Binary file not shown.

2
examples/build.sh

@ -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

BIN
examples/custom-titlepage/custom-titlepage.pdf

Binary file not shown.

BIN
examples/default-titlepage/default-titlepage.pdf

Binary file not shown.

BIN
examples/german/german.pdf

Binary file not shown.

BIN
examples/green-titlepage/green-titlepage.pdf

Binary file not shown.

BIN
examples/japanese/japanese.pdf

Binary file not shown.

BIN
examples/listings/listings.pdf

Binary file not shown.

BIN
examples/without-listings/without-listings.pdf

Binary file not shown.
Loading…
Cancel
Save