How to install LaTeX package linguex to Ubuntu?Syntax highlighting of latex code blocks in ikiwikiHow to...
Physical Interpretation of an Overdamped Pendulum
Figure with one caption below and one caption/legend on the side
Airline power sockets shut down when I plug my computer in. How can I avoid that?
Why is the battery jumpered to a resistor in this schematic?
How can I find an old paper when the usual methods fail?
Will some rockets really collapse under their own weight?
Setting up a Mathematical Institute of Refereeing?
Deciphering Lunacy Asylum case notes about administering Brandy and Milk
How do I pass a "list of lists" as the argument to a function of the form F[x,y]?
What's the point of writing that I know will never be used or read?
What should we do with manuals from the 80s?
When did Bilbo and Frodo learn that Gandalf was a Maia?
How to prevent criminal gangs from making/buying guns?
Is Fourier series a sampled version of Fourier transform?
Doesn't the speed of light limit imply the same electron can be annihilated twice?
Does writing regular diary entries count as writing practice?
May the tower use the runway while an emergency aircraft is inbound?
Adding things to bunches of things vs multiplication
Can I use my OWN published papers' images in my thesis without Copyright infringment
What allows us to use imaginary numbers?
Why do we use low resistance cables to minimize power losses?
Solving pricing problem heuristically in column generation algorithm for VRP
Attacking the Hydra
What does 〇〇〇〇 mean when combined with おじさん?
How to install LaTeX package linguex to Ubuntu?
Syntax highlighting of latex code blocks in ikiwikiHow to install listings package in Kubuntu for LaTeX?Install a different version of Maven from the one provided by UbuntuCompile Latex source automatically on creation/changeHow to Find LaTeX generated PDF files?How to compile a Latex document on NixOS?How to install a Latex distribution on Ubuntu 17.04?Run portable LaTeX on Gentoo
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I would like to write a latex document that contains numbered sentences. I was suggested to use package linguex
at https://tex.stackexchange.com/a/504304. How can I install it to Ubuntu?
ubuntu software-installation latex
New contributor
add a comment |
I would like to write a latex document that contains numbered sentences. I was suggested to use package linguex
at https://tex.stackexchange.com/a/504304. How can I install it to Ubuntu?
ubuntu software-installation latex
New contributor
I believe this would betexlive-extra
andtexlive-humanities
whichlinguex
is part of. See: launchpad.net/ubuntu/+source/texlive-extra/2013.20131112-1
– Bart
yesterday
add a comment |
I would like to write a latex document that contains numbered sentences. I was suggested to use package linguex
at https://tex.stackexchange.com/a/504304. How can I install it to Ubuntu?
ubuntu software-installation latex
New contributor
I would like to write a latex document that contains numbered sentences. I was suggested to use package linguex
at https://tex.stackexchange.com/a/504304. How can I install it to Ubuntu?
ubuntu software-installation latex
ubuntu software-installation latex
New contributor
New contributor
edited yesterday
Jeff Schaller♦
49k11 gold badges72 silver badges162 bronze badges
49k11 gold badges72 silver badges162 bronze badges
New contributor
asked yesterday
guestguest
132 bronze badges
132 bronze badges
New contributor
New contributor
I believe this would betexlive-extra
andtexlive-humanities
whichlinguex
is part of. See: launchpad.net/ubuntu/+source/texlive-extra/2013.20131112-1
– Bart
yesterday
add a comment |
I believe this would betexlive-extra
andtexlive-humanities
whichlinguex
is part of. See: launchpad.net/ubuntu/+source/texlive-extra/2013.20131112-1
– Bart
yesterday
I believe this would be
texlive-extra
and texlive-humanities
which linguex
is part of. See: launchpad.net/ubuntu/+source/texlive-extra/2013.20131112-1– Bart
yesterday
I believe this would be
texlive-extra
and texlive-humanities
which linguex
is part of. See: launchpad.net/ubuntu/+source/texlive-extra/2013.20131112-1– Bart
yesterday
add a comment |
1 Answer
1
active
oldest
votes
You should install the texlive-humanities
package:
sudo apt install texlive-humanities
It contains the linguex
LaTeX package (see the list of files in the package).
The following packages have unmet dependencies: texlive-humanities : Depends: texlive-base (>= 2017.20170628) but it is not going to be installed
– guest
yesterday
Did you solve the above problem? If not, please ask a new question with the output ofsudo apt install texlive-base
, andapt policy texlive-{base,humanities}
.
– Stephen Kitt
yesterday
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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
});
}
});
guest is a new contributor. Be nice, and check out our Code of Conduct.
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%2funix.stackexchange.com%2fquestions%2f535732%2fhow-to-install-latex-package-linguex-to-ubuntu%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
You should install the texlive-humanities
package:
sudo apt install texlive-humanities
It contains the linguex
LaTeX package (see the list of files in the package).
The following packages have unmet dependencies: texlive-humanities : Depends: texlive-base (>= 2017.20170628) but it is not going to be installed
– guest
yesterday
Did you solve the above problem? If not, please ask a new question with the output ofsudo apt install texlive-base
, andapt policy texlive-{base,humanities}
.
– Stephen Kitt
yesterday
add a comment |
You should install the texlive-humanities
package:
sudo apt install texlive-humanities
It contains the linguex
LaTeX package (see the list of files in the package).
The following packages have unmet dependencies: texlive-humanities : Depends: texlive-base (>= 2017.20170628) but it is not going to be installed
– guest
yesterday
Did you solve the above problem? If not, please ask a new question with the output ofsudo apt install texlive-base
, andapt policy texlive-{base,humanities}
.
– Stephen Kitt
yesterday
add a comment |
You should install the texlive-humanities
package:
sudo apt install texlive-humanities
It contains the linguex
LaTeX package (see the list of files in the package).
You should install the texlive-humanities
package:
sudo apt install texlive-humanities
It contains the linguex
LaTeX package (see the list of files in the package).
answered yesterday
Stephen KittStephen Kitt
199k27 gold badges473 silver badges543 bronze badges
199k27 gold badges473 silver badges543 bronze badges
The following packages have unmet dependencies: texlive-humanities : Depends: texlive-base (>= 2017.20170628) but it is not going to be installed
– guest
yesterday
Did you solve the above problem? If not, please ask a new question with the output ofsudo apt install texlive-base
, andapt policy texlive-{base,humanities}
.
– Stephen Kitt
yesterday
add a comment |
The following packages have unmet dependencies: texlive-humanities : Depends: texlive-base (>= 2017.20170628) but it is not going to be installed
– guest
yesterday
Did you solve the above problem? If not, please ask a new question with the output ofsudo apt install texlive-base
, andapt policy texlive-{base,humanities}
.
– Stephen Kitt
yesterday
The following packages have unmet dependencies: texlive-humanities : Depends: texlive-base (>= 2017.20170628) but it is not going to be installed
– guest
yesterday
The following packages have unmet dependencies: texlive-humanities : Depends: texlive-base (>= 2017.20170628) but it is not going to be installed
– guest
yesterday
Did you solve the above problem? If not, please ask a new question with the output of
sudo apt install texlive-base
, and apt policy texlive-{base,humanities}
.– Stephen Kitt
yesterday
Did you solve the above problem? If not, please ask a new question with the output of
sudo apt install texlive-base
, and apt policy texlive-{base,humanities}
.– Stephen Kitt
yesterday
add a comment |
guest is a new contributor. Be nice, and check out our Code of Conduct.
guest is a new contributor. Be nice, and check out our Code of Conduct.
guest is a new contributor. Be nice, and check out our Code of Conduct.
guest is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux 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%2funix.stackexchange.com%2fquestions%2f535732%2fhow-to-install-latex-package-linguex-to-ubuntu%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
I believe this would be
texlive-extra
andtexlive-humanities
whichlinguex
is part of. See: launchpad.net/ubuntu/+source/texlive-extra/2013.20131112-1– Bart
yesterday