von Tiberitzky » So 17. Jul 2011, 12:48
Hallo!
Sorry, dass ich kein korrektes Minimalbeispiel angefügt habe.
Hier nun das Minimalbeispiel:
\begin{filecontents*}{Literaturverzeichnis.bib}
@BOOK{Testbuch,
title = {Test},
publisher = {TestVerlag},
year = {2009},
editor = {Tester, T.},
adress = {Teststadt}
}
}
\end{filecontents*}
\documentclass[a4paper,12pt,oneside]{amsbook}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[babel,german=quotes]{csquotes}
\newcommand{\q}{\enquote}
\usepackage{jurabib}
\bibliographystyle{jureco}
\setcounter{secnumdepth}{7}
\begin{document}
\tableofcontents
\chapter{Überschrift 1}
Text
\section{Überschrift 2}
Text.\footcite[3]{Testbuch} Text. Ich benutze Zitate so: \q{Zitat.}
\bibliography{Literaturverzeichnis}
\bibliographystyle{jurabib}
\end{document}
Wenn ich "ganz normal" kompiliere (sorry, ich kenne nicht die korrekte Terminologie), d.h. auf "Schnell Übersetzte" in Texmaker drücke, funktioniert alles einwandfrei.
Da ich jedoch Literatur verwende, muss ich auch BibTex "komplilieren" (sorry, wieder kenne ich nicht die korrekte Terminologie).
Dieser Vorgang ist mehrmals erforderlich.
Kompiliere ich dann wieder "normal", kommt dann folgende Fehlermeldung:
! TeX capacity exceeded, sorry [parameter stack size=10000].
\@xifempty #1#2@#3#4#5\@nil ->
\ifx #3#4\@xp \@firstoftwo \else \@xp \@second...
l.4 ...1}{\IeC {\"U}berschrift 1}}}\endgroup }}{3}
If you really absolutely need more capacity,
you can ask a wizard to enlarge me.
Here is how much of TeX's memory you used:
4891 strings out of 494053
64194 string characters out of 3148583
337844 words of memory out of 3000000
7979 multiletter control sequences out of 15000+200000
13050 words of font info for 44 fonts, out of 3000000 for 9000
876 hyphenation exceptions out of 8191
4002i,3n,10001p,2590b,125s stack positions out of 5000i,500n,10000p,200000b,50000s
! ==> Fatal error occurred, no output PDF file produced!
Kommentiere ich jedoch \tabelofcontents aus, besteht dieses Problem nicht. (Ich lösche aber davor die .log - , .blg - und .bbl - Dateien.)
Vielen Dank für eure Hilfe!
Tibera
Hallo!
Sorry, dass ich kein korrektes Minimalbeispiel angefügt habe.
Hier nun das Minimalbeispiel:
[code]
\begin{filecontents*}{Literaturverzeichnis.bib}
@BOOK{Testbuch,
title = {Test},
publisher = {TestVerlag},
year = {2009},
editor = {Tester, T.},
adress = {Teststadt}
}
}
\end{filecontents*}
\documentclass[a4paper,12pt,oneside]{amsbook}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[babel,german=quotes]{csquotes}
\newcommand{\q}{\enquote}
\usepackage{jurabib}
\bibliographystyle{jureco}
\setcounter{secnumdepth}{7}
\begin{document}
\tableofcontents
\chapter{Überschrift 1}
Text
\section{Überschrift 2}
Text.\footcite[3]{Testbuch} Text. Ich benutze Zitate so: \q{Zitat.}
\bibliography{Literaturverzeichnis}
\bibliographystyle{jurabib}
\end{document}
[/code]
Wenn ich "ganz normal" kompiliere (sorry, ich kenne nicht die korrekte Terminologie), d.h. auf "Schnell Übersetzte" in Texmaker drücke, funktioniert alles einwandfrei.
Da ich jedoch Literatur verwende, muss ich auch BibTex "komplilieren" (sorry, wieder kenne ich nicht die korrekte Terminologie).
Dieser Vorgang ist mehrmals erforderlich.
Kompiliere ich dann wieder "normal", kommt dann folgende Fehlermeldung:
[code]
! TeX capacity exceeded, sorry [parameter stack size=10000].
\@xifempty #1#2@#3#4#5\@nil ->
\ifx #3#4\@xp \@firstoftwo \else \@xp \@second...
l.4 ...1}{\IeC {\"U}berschrift 1}}}\endgroup }}{3}
If you really absolutely need more capacity,
you can ask a wizard to enlarge me.
Here is how much of TeX's memory you used:
4891 strings out of 494053
64194 string characters out of 3148583
337844 words of memory out of 3000000
7979 multiletter control sequences out of 15000+200000
13050 words of font info for 44 fonts, out of 3000000 for 9000
876 hyphenation exceptions out of 8191
4002i,3n,10001p,2590b,125s stack positions out of 5000i,500n,10000p,200000b,50000s
! ==> Fatal error occurred, no output PDF file produced!
[/code]
Kommentiere ich jedoch \tabelofcontents aus, besteht dieses Problem nicht. (Ich lösche aber davor die .log - , .blg - und .bbl - Dateien.)
Vielen Dank für eure Hilfe!
Tibera