18 lines
367 B
Bash
18 lines
367 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
tlmgr update --self
|
||
|
tlmgr update --all
|
||
|
tlmgr install koma-script
|
||
|
tlmgr install german
|
||
|
tlmgr install eurosym
|
||
|
tlmgr install pdfpages
|
||
|
tlmgr install nopageno
|
||
|
tlmgr install makecell
|
||
|
tlmgr install csvsimple
|
||
|
tlmgr install pgf
|
||
|
tlmgr install psnfss
|
||
|
tlmgr install pdflscape
|
||
|
tlmgr install collection-fontsrecommended
|
||
|
tlmgr install collection-fontsextra
|
||
|
updmap-sys
|