What is the minimal set of packages required to transform a LaTeX file to a PDF?What are the best LaTeX editor/compiler?How to set the LaTeX font size in inkscape?Problem loading LaTeX KOMA-script and fontspec after freshly installing vanilla texlivesqlite3 - humongous dependency list?get sh to execute the commands inside from a PDF compiled with LaTeXUbuntu 16.04 can't install any softwareWhat Happened to The Latex Symbols In the Libreoffice-Texmaths Equation Editor?

Can I use pavers as a cheap solution to stop rain water erosion?

Why does Greedo say "Maclunkey" in the Mos Eisley Cantina?

Locked folder with obscure app from Sourceforge, now cannot unlock folder

Is there a heavy usage of the word "bonfire" in English?

Elevator design implementation in C++

Has Donald Duck ever had any love interest besides Daisy?

Bash script that shows changing real time values from commands

Unique magic triplets

Isn't any conversation with the US president quid-pro-quo?

RPMs too high on freeway? Help!

Can I "read" from English books to my infant, but use words from my native language?

Is the genre 'fantasy' still fantasy without magic?

Can the Protection fighting style be used in this way?

How do put overbrace across an (aligned) equals sign?

Why has no one requested the tape of the Trump/Ukraine call?

Is there any way to get an instant or sorcery on the field as a permanent? What would happen if this occurred?

Does toddler keep hands around private parts?

Does a Lich need spell books to relearn all spells after rejuvenating?

Looking for a reference in Greek

Can a tail pipe fire occur in cruise (and why not)?

Do repulsorlifts work upside-down?

How can I improve combat so my players don't always use the strategy of collectively focusing fire on one enemy at a time until it's dead?

Why are session states synchronized with high availability?

Beautiful planar geometry theorems not encountered in high school



What is the minimal set of packages required to transform a LaTeX file to a PDF?


What are the best LaTeX editor/compiler?How to set the LaTeX font size in inkscape?Problem loading LaTeX KOMA-script and fontspec after freshly installing vanilla texlivesqlite3 - humongous dependency list?get sh to execute the commands inside from a PDF compiled with LaTeXUbuntu 16.04 can't install any softwareWhat Happened to The Latex Symbols In the Libreoffice-Texmaths Equation Editor?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









1


















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?










share|improve this question































    1


















    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?










    share|improve this question



























      1













      1









      1








      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?










      share|improve this question














      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?







      apt package-management dpkg pdf latex






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Sep 5 at 18:59









      Sasha ShpotaSasha Shpota

      18313 bronze badges




      18313 bronze badges























          1 Answer
          1






          active

          oldest

          votes


















          2



















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






          share|improve this answer



























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );














            draft saved

            draft discarded
















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1171136%2fwhat-is-the-minimal-set-of-packages-required-to-transform-a-latex-file-to-a-pdf%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown


























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            2



















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






            share|improve this answer






























              2



















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






              share|improve this answer




























                2















                2











                2









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






                share|improve this answer














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







                share|improve this answer













                share|improve this answer




                share|improve this answer










                answered Sep 5 at 19:09









                Florian DieschFlorian Diesch

                69.7k17 gold badges183 silver badges196 bronze badges




                69.7k17 gold badges183 silver badges196 bronze badges































                    draft saved

                    draft discarded















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1171136%2fwhat-is-the-minimal-set-of-packages-required-to-transform-a-latex-file-to-a-pdf%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown









                    Popular posts from this blog

                    Tamil (spriik) Luke uk diar | Nawigatjuun

                    Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                    Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?