Ich habe ein Problem mit der Einbettung eines Inhaltverzeichnissen.
(Ich benutze texmaker.)
Wenn ich das erste Mal kompiliere, scheint alles seine Richtigkeit zu haben, jedoch sind weder die Literaturangaben noch das Inhaltsverzeichnis völlig aufgebaut. Daher kompiliere ich noch ein zweites oder dritten Mal. Irgendwann 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.22 ...spruch an Richtigkeit}}}}}}\endgroup }}{9} 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: 5553 strings out of 494053 75305 string characters out of 3148583 357622 words of memory out of 3000000 8596 multiletter control sequences out of 15000+200000 23754 words of font info for 59 fonts, out of 3000000 for 9000 876 hyphenation exceptions out of 8191 4002i,3n,10001p,4981b,167s stack positions out of 5000i,500n,10000p,200000b,50000s ! ==> Fatal error occurred, no output PDF file produced!
Ich bin leider kein wirklicher Latex-Experte und steige da nicht durch.
Zur Info hier der Quellcode meiner Präambel:
\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} \jurabibsetup{titleformat=commasep,commabeforerest,authorformat=year,titleformat=all,authorformat=abbrv,titleformat=commasep,pages=format,ibidem=nostrict} \AddTo\bibsgerman{% \renewcommand*{\ibidemname}{Ebd.} \renewcommand*{\ibidemmidname}{ebd.} } \usepackage{geometry} \geometry{left=3 cm,right=3 cm,top=2 cm,bottom=2 cm} %\linespread{1.05} \usepackage{mathptmx} \setcounter{secnumdepth}{7} \setlength{\parskip}{10pt}
\begin{document} \addtocounter{tocdepth}{1} \tableofcontents \chapter{Überschrift 1} Viel Text mit Fußnoten\footnote{Lala.} und Fußzitaten\footcite[8]{vgt2008} bzw. Zitaten in fußnoten\footnote{Vgl. \cite{fgh2007}.} \section{Überschrift 2} Viel Text ... \nocite{sammelband} \bibliography{Literaturverzeichnis} \bibliographystyle{jurabib} \end{document}
Vielen Dank für eure Hilfe!
Tibera