Skip to content

Instantly share code, notes, and snippets.

@elmerehbi
Last active February 11, 2018 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elmerehbi/ced836a7dfe99a64aa15613d209a1b45 to your computer and use it in GitHub Desktop.
Save elmerehbi/ced836a7dfe99a64aa15613d209a1b45 to your computer and use it in GitHub Desktop.
Latex & Texstudio
#!/bin/bash
sudo apt-get install --yes texlive
sudo apt-get install --yes texlive-math-extra texlive-science # texlive-bibtex-extra
sudo apt-get install texlive-latex-recommended #
sudo apt-get install texlive-latex-extra
sudo apt-get install --yes texlive-xetex # for fontspec
sudo apt-get install --yes texlive-luatex # for unicode-math
sudo apt-get install --yes texlive-lang-latin
sudo apt-get install --yes lmodern latexmk # needed for LaTeX
sudo fc-cache -f -v # rebuild font cache
sudo apt-get install --yes texstudio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment