Errors while using “german” in pdflatex The 2019 Stack Overflow Developer Survey Results...
What is special about square numbers here?
how can a perfect fourth interval be considered either consonant or dissonant?
How to stretch delimiters to envolve matrices inside of a kbordermatrix?
What do you call a plan that's an alternative plan in case your initial plan fails?
Why does the Event Horizon Telescope (EHT) not include telescopes from Africa, Asia or Australia?
"... to apply for a visa" or "... and applied for a visa"?
What can I do if neighbor is blocking my solar panels intentionally?
What's the point in a preamp?
Was credit for the black hole image misattributed?
Does Parliament hold absolute power in the UK?
Match Roman Numerals
Is this wall load bearing? Blueprints and photos attached
Sort list of array linked objects by keys and values
Who or what is the being for whom Being is a question for Heidegger?
How to copy the contents of all files with a certain name into a new file?
Hopping to infinity along a string of digits
Windows 10: How to Lock (not sleep) laptop on lid close?
Why is superheterodyning better than direct conversion?
Did God make two great lights or did He make the great light two?
Are spiders unable to hurt humans, especially very small spiders?
What aspect of planet Earth must be changed to prevent the industrial revolution?
Why can't wing-mounted spoilers be used to steepen approaches?
Why did all the guest students take carriages to the Yule Ball?
Simulating Exploding Dice
Errors while using “german” in pdflatex
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Included png appears too big in PDFTeXLive/PDFTeX fonts loading problemProblems with plain tex and ngerman.stytexlive-fonts-extra + ssfamily + microtype + [T1]{fontenc} = pdflatex crash?Exporting .org files to LaTeX - ErrorLaTeX can't find .cls filesDo I only have english-Babel-package?capacity exceeded error [text input levels=15]Pdflatex finding .cls files installed by texlive-publishers by default! File ended while scanning use of @writefile
I used for last 20 years german without any problems. Now, running on a newer linux distro I got the following problem
The simple input file:
documentclass[a4paper,11pt]{article}
usepackage{german}
usepackage[german]{babel}
begin{document}
Tach auch
end{document}
results with
pdflatex x.tex
into the following errors:
LaTeX2e <2018-04-01> patch level 5
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo))
(/usr/share/texlive/texmf-dist/tex/generic/german/german.sty v2.5e 1998-07-08
german -- language number for German undefined, default 255 used,
german -- Please read "gerdoc.tex" how to install hyphenation patterns.)
(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
(/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def)
(/usr/share/texlive/texmf-dist/tex/generic/babel-german/german.ldf
(/usr/share/texlive/texmf-dist/tex/generic/babel-german/germanb.ldf
(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def
(/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def))
! TeX capacity exceeded, sorry [input stack size=5000].
@ifundefined #1->ifcsname #1
endcsname @ifundefin@d@i else @ifundefin@d...
l.56 ...InitCurrentOption{captionsCurrentOption}
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on x.log.
pdftex german
add a comment |
I used for last 20 years german without any problems. Now, running on a newer linux distro I got the following problem
The simple input file:
documentclass[a4paper,11pt]{article}
usepackage{german}
usepackage[german]{babel}
begin{document}
Tach auch
end{document}
results with
pdflatex x.tex
into the following errors:
LaTeX2e <2018-04-01> patch level 5
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo))
(/usr/share/texlive/texmf-dist/tex/generic/german/german.sty v2.5e 1998-07-08
german -- language number for German undefined, default 255 used,
german -- Please read "gerdoc.tex" how to install hyphenation patterns.)
(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
(/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def)
(/usr/share/texlive/texmf-dist/tex/generic/babel-german/german.ldf
(/usr/share/texlive/texmf-dist/tex/generic/babel-german/germanb.ldf
(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def
(/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def))
! TeX capacity exceeded, sorry [input stack size=5000].
@ifundefined #1->ifcsname #1
endcsname @ifundefin@d@i else @ifundefin@d...
l.56 ...InitCurrentOption{captionsCurrentOption}
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on x.log.
pdftex german
usepackage{german}
should be avoided. The package is obsolete and is not compatible withbabel
. Just dousepackage[german]{babel}
.
– egreg
6 mins ago
Because today we use the "new" german writing rules you should useusepackage[ngerman]{babel}
...
– Kurt
3 mins ago
add a comment |
I used for last 20 years german without any problems. Now, running on a newer linux distro I got the following problem
The simple input file:
documentclass[a4paper,11pt]{article}
usepackage{german}
usepackage[german]{babel}
begin{document}
Tach auch
end{document}
results with
pdflatex x.tex
into the following errors:
LaTeX2e <2018-04-01> patch level 5
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo))
(/usr/share/texlive/texmf-dist/tex/generic/german/german.sty v2.5e 1998-07-08
german -- language number for German undefined, default 255 used,
german -- Please read "gerdoc.tex" how to install hyphenation patterns.)
(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
(/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def)
(/usr/share/texlive/texmf-dist/tex/generic/babel-german/german.ldf
(/usr/share/texlive/texmf-dist/tex/generic/babel-german/germanb.ldf
(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def
(/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def))
! TeX capacity exceeded, sorry [input stack size=5000].
@ifundefined #1->ifcsname #1
endcsname @ifundefin@d@i else @ifundefin@d...
l.56 ...InitCurrentOption{captionsCurrentOption}
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on x.log.
pdftex german
I used for last 20 years german without any problems. Now, running on a newer linux distro I got the following problem
The simple input file:
documentclass[a4paper,11pt]{article}
usepackage{german}
usepackage[german]{babel}
begin{document}
Tach auch
end{document}
results with
pdflatex x.tex
into the following errors:
LaTeX2e <2018-04-01> patch level 5
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo))
(/usr/share/texlive/texmf-dist/tex/generic/german/german.sty v2.5e 1998-07-08
german -- language number for German undefined, default 255 used,
german -- Please read "gerdoc.tex" how to install hyphenation patterns.)
(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
(/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def)
(/usr/share/texlive/texmf-dist/tex/generic/babel-german/german.ldf
(/usr/share/texlive/texmf-dist/tex/generic/babel-german/germanb.ldf
(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def
(/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def))
! TeX capacity exceeded, sorry [input stack size=5000].
@ifundefined #1->ifcsname #1
endcsname @ifundefin@d@i else @ifundefin@d...
l.56 ...InitCurrentOption{captionsCurrentOption}
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on x.log.
pdftex german
pdftex german
asked 8 mins ago
KlausKlaus
1083
1083
usepackage{german}
should be avoided. The package is obsolete and is not compatible withbabel
. Just dousepackage[german]{babel}
.
– egreg
6 mins ago
Because today we use the "new" german writing rules you should useusepackage[ngerman]{babel}
...
– Kurt
3 mins ago
add a comment |
usepackage{german}
should be avoided. The package is obsolete and is not compatible withbabel
. Just dousepackage[german]{babel}
.
– egreg
6 mins ago
Because today we use the "new" german writing rules you should useusepackage[ngerman]{babel}
...
– Kurt
3 mins ago
usepackage{german}
should be avoided. The package is obsolete and is not compatible with babel
. Just do usepackage[german]{babel}
.– egreg
6 mins ago
usepackage{german}
should be avoided. The package is obsolete and is not compatible with babel
. Just do usepackage[german]{babel}
.– egreg
6 mins ago
Because today we use the "new" german writing rules you should use
usepackage[ngerman]{babel}
...– Kurt
3 mins ago
Because today we use the "new" german writing rules you should use
usepackage[ngerman]{babel}
...– Kurt
3 mins ago
add a comment |
0
active
oldest
votes
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%2f484722%2ferrors-while-using-german-in-pdflatex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f484722%2ferrors-while-using-german-in-pdflatex%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
usepackage{german}
should be avoided. The package is obsolete and is not compatible withbabel
. Just dousepackage[german]{babel}
.– egreg
6 mins ago
Because today we use the "new" german writing rules you should use
usepackage[ngerman]{babel}
...– Kurt
3 mins ago