Enable portuguese language in babel in a gentoo linux system
How can a language be enabled in babel on a gentoo linux system? texlive has been installed using the system package management software.
babel linux
add a comment |
How can a language be enabled in babel on a gentoo linux system? texlive has been installed using the system package management software.
babel linux
It would help if you provide a minimal working example (MWE). Usually you just need to supply the language name as an option tobabel
e.g.usepackage[portuguese]{babel}
.
– Nicola Talbot
Jan 16 '14 at 21:17
If you need to install,sudo apt-get install texlive-lang-portuguese
or try first the packagebabel
as cited above.
– Sigur
Jan 16 '14 at 21:31
@Sigur Gentoo doesn't useapt
, does it? It would be helpful if Romildo would include details of exactly which commands were used to install TeX Live.emerge
something, I assume, butemerge
what?
– cfr
Jan 16 '14 at 23:02
@cfr, he said that he installed using system package management so I guess that he can install that package also there.
– Sigur
Jan 16 '14 at 23:35
@Sigur Are you sure that's right for Gentoo? The current ebuild for texlive-2013 seems to be sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-text/… which suggests that inclusion of Portuguese might be managed using use flags rather than via installation of a distinct package. But I don't understand Gentoo's system well enough to be sure.
– cfr
Jan 16 '14 at 23:52
add a comment |
How can a language be enabled in babel on a gentoo linux system? texlive has been installed using the system package management software.
babel linux
How can a language be enabled in babel on a gentoo linux system? texlive has been installed using the system package management software.
babel linux
babel linux
asked Jan 16 '14 at 20:50
RomildoRomildo
1,86832545
1,86832545
It would help if you provide a minimal working example (MWE). Usually you just need to supply the language name as an option tobabel
e.g.usepackage[portuguese]{babel}
.
– Nicola Talbot
Jan 16 '14 at 21:17
If you need to install,sudo apt-get install texlive-lang-portuguese
or try first the packagebabel
as cited above.
– Sigur
Jan 16 '14 at 21:31
@Sigur Gentoo doesn't useapt
, does it? It would be helpful if Romildo would include details of exactly which commands were used to install TeX Live.emerge
something, I assume, butemerge
what?
– cfr
Jan 16 '14 at 23:02
@cfr, he said that he installed using system package management so I guess that he can install that package also there.
– Sigur
Jan 16 '14 at 23:35
@Sigur Are you sure that's right for Gentoo? The current ebuild for texlive-2013 seems to be sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-text/… which suggests that inclusion of Portuguese might be managed using use flags rather than via installation of a distinct package. But I don't understand Gentoo's system well enough to be sure.
– cfr
Jan 16 '14 at 23:52
add a comment |
It would help if you provide a minimal working example (MWE). Usually you just need to supply the language name as an option tobabel
e.g.usepackage[portuguese]{babel}
.
– Nicola Talbot
Jan 16 '14 at 21:17
If you need to install,sudo apt-get install texlive-lang-portuguese
or try first the packagebabel
as cited above.
– Sigur
Jan 16 '14 at 21:31
@Sigur Gentoo doesn't useapt
, does it? It would be helpful if Romildo would include details of exactly which commands were used to install TeX Live.emerge
something, I assume, butemerge
what?
– cfr
Jan 16 '14 at 23:02
@cfr, he said that he installed using system package management so I guess that he can install that package also there.
– Sigur
Jan 16 '14 at 23:35
@Sigur Are you sure that's right for Gentoo? The current ebuild for texlive-2013 seems to be sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-text/… which suggests that inclusion of Portuguese might be managed using use flags rather than via installation of a distinct package. But I don't understand Gentoo's system well enough to be sure.
– cfr
Jan 16 '14 at 23:52
It would help if you provide a minimal working example (MWE). Usually you just need to supply the language name as an option to
babel
e.g. usepackage[portuguese]{babel}
.– Nicola Talbot
Jan 16 '14 at 21:17
It would help if you provide a minimal working example (MWE). Usually you just need to supply the language name as an option to
babel
e.g. usepackage[portuguese]{babel}
.– Nicola Talbot
Jan 16 '14 at 21:17
If you need to install,
sudo apt-get install texlive-lang-portuguese
or try first the package babel
as cited above.– Sigur
Jan 16 '14 at 21:31
If you need to install,
sudo apt-get install texlive-lang-portuguese
or try first the package babel
as cited above.– Sigur
Jan 16 '14 at 21:31
@Sigur Gentoo doesn't use
apt
, does it? It would be helpful if Romildo would include details of exactly which commands were used to install TeX Live. emerge
something, I assume, but emerge
what?– cfr
Jan 16 '14 at 23:02
@Sigur Gentoo doesn't use
apt
, does it? It would be helpful if Romildo would include details of exactly which commands were used to install TeX Live. emerge
something, I assume, but emerge
what?– cfr
Jan 16 '14 at 23:02
@cfr, he said that he installed using system package management so I guess that he can install that package also there.
– Sigur
Jan 16 '14 at 23:35
@cfr, he said that he installed using system package management so I guess that he can install that package also there.
– Sigur
Jan 16 '14 at 23:35
@Sigur Are you sure that's right for Gentoo? The current ebuild for texlive-2013 seems to be sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-text/… which suggests that inclusion of Portuguese might be managed using use flags rather than via installation of a distinct package. But I don't understand Gentoo's system well enough to be sure.
– cfr
Jan 16 '14 at 23:52
@Sigur Are you sure that's right for Gentoo? The current ebuild for texlive-2013 seems to be sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-text/… which suggests that inclusion of Portuguese might be managed using use flags rather than via installation of a distinct package. But I don't understand Gentoo's system well enough to be sure.
– cfr
Jan 16 '14 at 23:52
add a comment |
1 Answer
1
active
oldest
votes
I have installed texlive using the emerge
command, which is the default package manager for gentoo linux. Features of a package are selected for installation according to the so called USE
variable.
For the app-text/texlive-2013
package there are several USE options, including linguas_pt
, which is the relevant one for this issue. When it is set, it triggers the installation of the dependency package dev-texlive/texlive-langportuguese
. But somehow the system was not configured after the installation, in a way that the file language.dat
file was not updated correctly in order to reflect the installation of the support for the Portuguese language. Because of that my document failed compilation.
Simply reinstalling texlive fixed the issue.
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%2f154468%2fenable-portuguese-language-in-babel-in-a-gentoo-linux-system%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
I have installed texlive using the emerge
command, which is the default package manager for gentoo linux. Features of a package are selected for installation according to the so called USE
variable.
For the app-text/texlive-2013
package there are several USE options, including linguas_pt
, which is the relevant one for this issue. When it is set, it triggers the installation of the dependency package dev-texlive/texlive-langportuguese
. But somehow the system was not configured after the installation, in a way that the file language.dat
file was not updated correctly in order to reflect the installation of the support for the Portuguese language. Because of that my document failed compilation.
Simply reinstalling texlive fixed the issue.
add a comment |
I have installed texlive using the emerge
command, which is the default package manager for gentoo linux. Features of a package are selected for installation according to the so called USE
variable.
For the app-text/texlive-2013
package there are several USE options, including linguas_pt
, which is the relevant one for this issue. When it is set, it triggers the installation of the dependency package dev-texlive/texlive-langportuguese
. But somehow the system was not configured after the installation, in a way that the file language.dat
file was not updated correctly in order to reflect the installation of the support for the Portuguese language. Because of that my document failed compilation.
Simply reinstalling texlive fixed the issue.
add a comment |
I have installed texlive using the emerge
command, which is the default package manager for gentoo linux. Features of a package are selected for installation according to the so called USE
variable.
For the app-text/texlive-2013
package there are several USE options, including linguas_pt
, which is the relevant one for this issue. When it is set, it triggers the installation of the dependency package dev-texlive/texlive-langportuguese
. But somehow the system was not configured after the installation, in a way that the file language.dat
file was not updated correctly in order to reflect the installation of the support for the Portuguese language. Because of that my document failed compilation.
Simply reinstalling texlive fixed the issue.
I have installed texlive using the emerge
command, which is the default package manager for gentoo linux. Features of a package are selected for installation according to the so called USE
variable.
For the app-text/texlive-2013
package there are several USE options, including linguas_pt
, which is the relevant one for this issue. When it is set, it triggers the installation of the dependency package dev-texlive/texlive-langportuguese
. But somehow the system was not configured after the installation, in a way that the file language.dat
file was not updated correctly in order to reflect the installation of the support for the Portuguese language. Because of that my document failed compilation.
Simply reinstalling texlive fixed the issue.
answered Jan 18 '14 at 1:32
RomildoRomildo
1,86832545
1,86832545
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%2f154468%2fenable-portuguese-language-in-babel-in-a-gentoo-linux-system%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
It would help if you provide a minimal working example (MWE). Usually you just need to supply the language name as an option to
babel
e.g.usepackage[portuguese]{babel}
.– Nicola Talbot
Jan 16 '14 at 21:17
If you need to install,
sudo apt-get install texlive-lang-portuguese
or try first the packagebabel
as cited above.– Sigur
Jan 16 '14 at 21:31
@Sigur Gentoo doesn't use
apt
, does it? It would be helpful if Romildo would include details of exactly which commands were used to install TeX Live.emerge
something, I assume, butemerge
what?– cfr
Jan 16 '14 at 23:02
@cfr, he said that he installed using system package management so I guess that he can install that package also there.
– Sigur
Jan 16 '14 at 23:35
@Sigur Are you sure that's right for Gentoo? The current ebuild for texlive-2013 seems to be sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-text/… which suggests that inclusion of Portuguese might be managed using use flags rather than via installation of a distinct package. But I don't understand Gentoo's system well enough to be sure.
– cfr
Jan 16 '14 at 23:52