forked from Wandmalfarbe/pandoc-latex-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
21 lines (21 loc) · 771 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
os: linux
dist: xenial
language: r
pandoc_version: 2.9.1
install:
# for rendering the PDFs
- sudo apt-get install poppler-utils
# for executing python based pandoc filters
- sudo apt-get install python3
- sudo apt-get install python3-pip
- sudo pip3 install --upgrade setuptools
# install python filters
- pip3 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)
- tlmgr install awesomebox fontawesome5
before_script:
- cd examples
script:
- sh build-examples.sh