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;
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
add a comment
|
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
add a comment
|
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
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
apt package-management dpkg pdf latex
asked Sep 5 at 18:59
Sasha ShpotaSasha Shpota
18313 bronze badges
18313 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
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.
add a comment
|
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment
|
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.
add a comment
|
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.
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.
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
add a comment
|
add a comment
|
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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