mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2024-12-20 06:47:51 +00:00
Use pip3
to install python based filters on travis.
This commit is contained in:
parent
5dea3bf00c
commit
15241862ae
@ -9,7 +9,7 @@ install:
|
||||
- sudo apt-get install python3
|
||||
- sudo apt-get install python3-pip
|
||||
# install python filters
|
||||
- pip install pandoc-latex-environment
|
||||
- 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)
|
||||
|
Loading…
Reference in New Issue
Block a user