2020-01-01 22:09:45 +00:00
|
|
|
os: linux
|
|
|
|
dist: xenial
|
2017-05-16 21:08:18 +00:00
|
|
|
language: r
|
2020-01-01 22:09:45 +00:00
|
|
|
pandoc_version: 2.9.1
|
2017-05-16 21:08:18 +00:00
|
|
|
install:
|
2020-01-01 21:11:08 +00:00
|
|
|
# for rendering the PDFs
|
2019-07-01 19:34:48 +00:00
|
|
|
- sudo apt-get install poppler-utils
|
2020-01-01 21:16:32 +00:00
|
|
|
# for executing python based pandoc filters
|
2020-01-01 21:11:08 +00:00
|
|
|
- sudo apt-get install python3
|
2020-01-01 21:16:32 +00:00
|
|
|
- sudo apt-get install python3-pip
|
2020-01-01 21:34:58 +00:00
|
|
|
- sudo pip3 install --upgrade setuptools
|
2020-01-01 21:16:32 +00:00
|
|
|
# install python filters
|
2020-01-01 21:24:14 +00:00
|
|
|
- pip3 install pandoc-latex-environment
|
2020-01-01 21:11:08 +00:00
|
|
|
# packages needed for the template
|
2019-12-23 22:25:09 +00:00
|
|
|
- tlmgr install xecjk filehook unicode-math ucharcat pagecolor babel-german ly1 mweights sourcecodepro sourcesanspro mdframed needspace fvextra footmisc footnotebackref background
|
2020-01-01 21:11:08 +00:00
|
|
|
# packages only needed for some examples (that include packages via header-includes)
|
2020-01-01 22:09:45 +00:00
|
|
|
- tlmgr install awesomebox fontawesome5
|
2017-05-16 21:08:18 +00:00
|
|
|
before_script:
|
2017-05-18 20:41:05 +00:00
|
|
|
- cd examples
|
2017-05-16 21:08:18 +00:00
|
|
|
script:
|
2019-03-10 20:01:27 +00:00
|
|
|
- sh build-examples.sh
|