How to install executable latex using tlmgr? Announcing the arrival of Valued Associate #679:...
Fit odd number of triplets in a measure?
How can I prevent/balance waiting and turtling as a response to cooldown mechanics
One-one communication
Is there a verb for listening stealthily?
Does the universe have a fixed centre of mass?
Table formatting with tabularx?
How to infer difference of population proportion between two groups when proportion is small?
Keep at all times, the minus sign above aligned with minus sign below
Do i imagine the linear (straight line) homotopy in a correct way?
Did any compiler fully use 80-bit floating point?
Understanding piped commands in GNU/Linux
Marquee sign letters
Is there a spell that can create a permanent fire?
calculator's angle answer for trig ratios that can work in more than 1 quadrant on the unit circle
How do I find my Spellcasting Ability for my D&D character?
How can I list files in reverse time order by a command and pass them as arguments to another command?
What are some likely causes to domain member PC losing contact to domain controller?
How to ask rejected full-time candidates to apply to teach individual courses?
Google .dev domain strangely redirects to https
What is "Lambda" in Heston's original paper on stochastic volatility models?
What did Turing mean when saying that "machines cannot give rise to surprises" is due to a fallacy?
Why are current probes so expensive?
What is a more techy Technical Writer job title that isn't cutesy or confusing?
How many time has Arya actually used Needle?
How to install executable latex using tlmgr?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Missing tlmgr texlive 2012Error using tlmgr in Tex Livesudo does not find tlmgrInstall pdflatex by installing texlive on Ubuntu from texlive site?tlmgr and apt-getHow to install tlmgr and texliveonfly in Amazon linux machine / CentOS?Can not install xzdec by tlmgrUse tlmgr to install only packages - no source or docTrouble tlmgr Ubuntu 16.04 and TexLiveLualatex and pdflatex missing with Tex Live 2018 minimum installation on Ubuntu 18.04
OS: Ubuntu 18
If one decides to use install-tl
to install only the most minimal scheme
, then how can one install the executable latex
? Apparently doing tlmgr install latex
is not enough, because when running latex
on the terminal, it shows
latex command not found
.
So, how can one install latex
using only tlmgr ?
texlive ubuntu tlmgr texlive-2018
add a comment |
OS: Ubuntu 18
If one decides to use install-tl
to install only the most minimal scheme
, then how can one install the executable latex
? Apparently doing tlmgr install latex
is not enough, because when running latex
on the terminal, it shows
latex command not found
.
So, how can one install latex
using only tlmgr ?
texlive ubuntu tlmgr texlive-2018
add a comment |
OS: Ubuntu 18
If one decides to use install-tl
to install only the most minimal scheme
, then how can one install the executable latex
? Apparently doing tlmgr install latex
is not enough, because when running latex
on the terminal, it shows
latex command not found
.
So, how can one install latex
using only tlmgr ?
texlive ubuntu tlmgr texlive-2018
OS: Ubuntu 18
If one decides to use install-tl
to install only the most minimal scheme
, then how can one install the executable latex
? Apparently doing tlmgr install latex
is not enough, because when running latex
on the terminal, it shows
latex command not found
.
So, how can one install latex
using only tlmgr ?
texlive ubuntu tlmgr texlive-2018
texlive ubuntu tlmgr texlive-2018
asked 10 mins ago
evaristegdevaristegd
1588
1588
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
On the terminal run apt-cache show texlive-latex-base
. The package texlive-latex-base
is the one apt-get would install to install latex
. From here, you can deduce that the command you need to run to install latex is:
tlmgr install latex latex-bin
.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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/3.0/"u003ecc by-sa 3.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%2ftex.stackexchange.com%2fquestions%2f485993%2fhow-to-install-executable-latex-using-tlmgr%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
On the terminal run apt-cache show texlive-latex-base
. The package texlive-latex-base
is the one apt-get would install to install latex
. From here, you can deduce that the command you need to run to install latex is:
tlmgr install latex latex-bin
.
add a comment |
On the terminal run apt-cache show texlive-latex-base
. The package texlive-latex-base
is the one apt-get would install to install latex
. From here, you can deduce that the command you need to run to install latex is:
tlmgr install latex latex-bin
.
add a comment |
On the terminal run apt-cache show texlive-latex-base
. The package texlive-latex-base
is the one apt-get would install to install latex
. From here, you can deduce that the command you need to run to install latex is:
tlmgr install latex latex-bin
.
On the terminal run apt-cache show texlive-latex-base
. The package texlive-latex-base
is the one apt-get would install to install latex
. From here, you can deduce that the command you need to run to install latex is:
tlmgr install latex latex-bin
.
answered 10 mins ago
evaristegdevaristegd
1588
1588
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- 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%2ftex.stackexchange.com%2fquestions%2f485993%2fhow-to-install-executable-latex-using-tlmgr%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