von HBBleistift » So 17. Jan 2016, 13:51
Ich bin mir nicht sicher, ob ich es jetzt richtig gemacht habe.
\documentclass[12pt,a4paper]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage[left=3cm,right=25mm,top=25mm,bottom=25mm]{geometry}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage[square]{natbib}
\usepackage{tipa}
\usepackage{multicol}
\usepackage{gb4e}
\renewcommand{\baselinestretch}{1.5}
\bibliographystyle{dinat}
\title{Pluralerwerb}
\author{\\ \& \\Ruprecht-Karls-Universität Heidelberg \\ \\ H B}
\begin{document}
\begin{titlepage}
\begin{flushleft}
Ruprecht-Karls-Universität Heidelberg \\
\end{document}
Ich bin jetzt noch einmal einen Schritt zurückgegangen. Ich hatte vorher folgende Fehlermeldung:
! Missing \endcsname inserted.
<to be read again>
\let
l.28 ...iversals_1966}{{1}{1966}{{Greenberg}}{{}}}
The control sequence marked <to be read again> should
not appear between \csname and \endcsname.
! TeX capacity exceeded, sorry [parameter stack size=10000].
_#1->
\gb@ifnextchar ^{\automath@two _{#1}}{\ensuremath {\sb {#1}}}
l.28 ...iversals_1966}{{1}{1966}{{Greenberg}}{{}}}
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:
5855 strings out of 493117
78138 string characters out of 6135432
239515 words of memory out of 5000000
9253 multiletter control sequences out of 15000+600000
7977 words of font info for 21 fonts, out of 8000000 for 9000
1141 hyphenation exceptions out of 8191
3340i,1n,10001p,257b,109s stack positions out of 5000i,500n,10000p,200000b,80000s
! ==> Fatal error occurred, no output PDF file produced!
Ich hatte diese erste Fehlermeldung gegoogelt. Dort habe ich den Tipp gefunden, dass man sie *aux-Datei löschen soll. Das habe ich getan. Daraufhin kam das "missing \endcsname" nicht mehr.
Ich bin mir nicht sicher, ob ich es jetzt richtig gemacht habe.
[code]
\documentclass[12pt,a4paper]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage[left=3cm,right=25mm,top=25mm,bottom=25mm]{geometry}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage[square]{natbib}
\usepackage{tipa}
\usepackage{multicol}
\usepackage{gb4e}
\renewcommand{\baselinestretch}{1.5}
\bibliographystyle{dinat}
\title{Pluralerwerb}
\author{\\ \& \\Ruprecht-Karls-Universität Heidelberg \\ \\ H B}
\begin{document}
\begin{titlepage}
\begin{flushleft}
Ruprecht-Karls-Universität Heidelberg \\
\end{document}
[/code]
Ich bin jetzt noch einmal einen Schritt zurückgegangen. Ich hatte vorher folgende Fehlermeldung:
[code]
! Missing \endcsname inserted.
<to be read again>
\let
l.28 ...iversals_1966}{{1}{1966}{{Greenberg}}{{}}}
The control sequence marked <to be read again> should
not appear between \csname and \endcsname.
! TeX capacity exceeded, sorry [parameter stack size=10000].
_#1->
\gb@ifnextchar ^{\automath@two _{#1}}{\ensuremath {\sb {#1}}}
l.28 ...iversals_1966}{{1}{1966}{{Greenberg}}{{}}}
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:
5855 strings out of 493117
78138 string characters out of 6135432
239515 words of memory out of 5000000
9253 multiletter control sequences out of 15000+600000
7977 words of font info for 21 fonts, out of 8000000 for 9000
1141 hyphenation exceptions out of 8191
3340i,1n,10001p,257b,109s stack positions out of 5000i,500n,10000p,200000b,80000s
! ==> Fatal error occurred, no output PDF file produced!
[/code]
Ich hatte diese erste Fehlermeldung gegoogelt. Dort habe ich den Tipp gefunden, dass man sie *aux-Datei löschen soll. Das habe ich getan. Daraufhin kam das "missing \endcsname" nicht mehr.