Skip to content

Instantly share code, notes, and snippets.

@kidmose
Last active November 6, 2019 09:48
Show Gist options
  • Save kidmose/00dfd11e58e704476fd2dcb39b15c479 to your computer and use it in GitHub Desktop.
Save kidmose/00dfd11e58e704476fd2dcb39b15c479 to your computer and use it in GitHub Desktop.
List of all the aptitude packages that I commonly use when writing LaTeX, for easy installation on debian-like distros (Ubuntu, mint).
apt-get install -qy \
lmodern `# lmodern.sty` \
texlive-binaries \
texlive-base \
texlive-lang-european `# danish in babel` \
texlive-latex-base \
texlive-latex-recommended \
texlive-fonts-recommended `# for scalable fonts` \
texlive-fonts-extra `# dsfont.sty` \
texlive-science \
texlive-publishers `# elsarticle.sty` \
texlive-latex-extra `# fixme.sty`
# pgf `# tikz/pgf, tikz.sty` \ # not present for mint 19.1
# texlive-math-extra \ # not present for mint 19.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment