LaTeX in Alt

LaTeX in Alt


Install the TexLive base

  • sudo apt-get install texlive-latex-base

Also install the recommended and extra fonts to avoid running into the error [1], when trying to use pdflatex on latex files with more fonts.

  • sudo apt-get install texlive-fonts-recommended

  • sudo apt-get install texlive-fonts-extra

Install the extra packages

  • sudo apt-get install texlive-latex-extra