I have a plain LaTeX file which I want to compile to a PDF. I see that people suggest texlive-full for this task. At the same time, it weights ridiculous amount of memory.

$ apt-get install texlive-full ..... Need to get 2586 MB of archives. After this operation, 5304 MB of additional disk space will be used. 

I don't think that such a simple operation (compiling a .tex file to a .pdf) should really require such a huge set of packages.

Q: What is the minimal set of packages required to compile a .tex (LaTeX) file to a .pdf?

1 Answer

Start with texlive-latex-base. If TeX complains about missing files use "Search the contents of packages" at to find the package that provides it.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy