3ab4e3c210
* Adding Gemfile for ruby dependencies * Adding script to install LateX dependencies * Updating Readme * Adding devcontainer config for having a development environment
18 lines
367 B
Bash
Executable file
18 lines
367 B
Bash
Executable file
#!/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
|