diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0a466e1 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +sudo: required +dist: trusty +language: r +pandoc_version: 1.19.2.1 +install: + - tlmgr install babel-german ly1 mweights sourcecodepro sourcesanspro +before_script: + - cd example +script: + - pandoc example.md -o example.pdf --from markdown --template "../eisvogel.latex" --listings \ No newline at end of file diff --git a/Readme.md b/Readme.md index 4bd8faf..d9da83f 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,6 @@ # Eisvogel +[![Build Status](https://travis-ci.org/Wandmalfarbe/pandoc-latex-template.svg?branch=master)](https://travis-ci.org/Wandmalfarbe/pandoc-latex-template) [![Download the preview PDF](https://img.shields.io/badge/download-example_PDF-green.svg)](example/example.pdf) 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.