From 5dea3bf00c6ba2f96b8a62278fb99e5ecf163c6a Mon Sep 17 00:00:00 2001 From: Wandmalfarbe Date: Wed, 1 Jan 2020 22:16:32 +0100 Subject: [PATCH] Install python filter `pandoc-latex-environment` on travis to build the examples. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9413970..26ff4bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,11 @@ pandoc_version: 2.0.2 install: # for rendering the PDFs - sudo apt-get install poppler-utils - # for executng python based pandoc filters + # for executing python based pandoc filters - sudo apt-get install python3 + - sudo apt-get install python3-pip + # install python filters + - pip install pandoc-latex-environment # packages needed for the template - tlmgr install xecjk filehook unicode-math ucharcat pagecolor babel-german ly1 mweights sourcecodepro sourcesanspro mdframed needspace fvextra footmisc footnotebackref background # packages only needed for some examples (that include packages via header-includes)