Added svg package install to CI
This commit is contained in:
parent
07fe7631b5
commit
102c2b9fe2
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ pipeline:
|
|||
commands:
|
||||
- tlmgr update --self --all
|
||||
- tlmgr install blindtext koma-script float hyperref pgf biblatex
|
||||
- tlmgr install pgfgantt listings collection-fontsrecommended comment
|
||||
- tlmgr install pgfgantt listings collection-fontsrecommended comment
|
||||
- tlmgr install biber babel-italian babel-english hyphen-italian
|
||||
- tlmgr install logreq xstring
|
||||
- tlmgr install logreq xstring svg
|
||||
- pdflatex italian.tex && biber italian
|
||||
- pdflatex italian.tex && pdflatex italian.tex
|
||||
- pdflatex english.tex && biber english
|
||||
|
|
Reference in a new issue