tobber
01-09-2005, 10:15
Hallo,
habe beruflich immer mal wieder Exposes zu erstellen. Zur Gliederung der dann ja noch ungeschriebenen Dokumente verwende ich für gewöhnlich den Befehl \contentsline und das klappt i.a.R. auch gut. Jedoch in diesem Dokument:
************************************************** *****
\RequirePackage{fix-cm}
\documentclass[11pt]{scrreprt}
\usepackage{a4,german}
\usepackage{isolatin1}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage{hfoldsty}
\usepackage{eufrak}
\usepackage{color}
\usepackage{oldgerm}
\usepackage{helvet}
\usepackage{scalefnt}
\usepackage{type1cm}
\usepackage{lettrine}
\usepackage{epic}
\usepackage{eepic}
\usepackage{graphicx}
\usepackage{soul}
\usepackage{booktabs}
\usepackage{portland}
\usepackage{lscape}
\usepackage{marvosym}
\usepackage[
% pdftex,
a4paper,
% bookmarks,
% bookmarksopen=true,
% bookmarksnumbered=true,
pdfauthor={tobber},
pdftitle={Tyographie},
]{hyperref}
\usepackage{fancyheadings}
\pagestyle{fancyplain}
\addtolength{\headwidth}{\marginparsep}
\addtolength{\headwidth}{\marginparwidth}
\renewcommand{\sectionmark}[1]%
{\markboth{#1}{}}
\renewcommand{\subsectionmark}[1]%
{\markright{\thesection\ #1}}
\lhead[\fancyplain{}{}]%
{\fancyplain{}{}}
\rhead[\fancyplain{}{}]%
{\fancyplain{}{}}
\lfoot[\fancyplain{}
{}]%
{\fancyplain{}{}}
\rfoot[\fancyplain{}{}]%
{\fancyplain{\bfseries\sffamily\footnotesize \leftmark~~~ $\bf |$ ~~~\thepage}
{\bfseries\sffamily\footnotesize \rightmark~~~ $\bf |$ ~~~\thepage}}
\cfoot{}
\headrulewidth=0pt
\footrulewidth=.2pt
\plainheadrulewidth=.2pt
\plainfootrulewidth=.2pt
\headwidth=13.2cm
\parindent0pt
\parskip2ex
\newcommand{\changefont}[3]{
\fontfamily{#1} \fontseries{#2} \fontshape{#3} \selectfont}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\begin{document}
\contentsline{section}{\numberline{1}Test}{2}
\end{document}
************************************************** ***
funktioniert \contentsline eben aus irgendwelchen Gründen nicht. Es kommt stets der gleiche Fehler:
! Paragraph ended before \contentsline was complete.
<to be read again>
Hat irgendjemand eine Ahnung was da schief läuft?
habe beruflich immer mal wieder Exposes zu erstellen. Zur Gliederung der dann ja noch ungeschriebenen Dokumente verwende ich für gewöhnlich den Befehl \contentsline und das klappt i.a.R. auch gut. Jedoch in diesem Dokument:
************************************************** *****
\RequirePackage{fix-cm}
\documentclass[11pt]{scrreprt}
\usepackage{a4,german}
\usepackage{isolatin1}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage{hfoldsty}
\usepackage{eufrak}
\usepackage{color}
\usepackage{oldgerm}
\usepackage{helvet}
\usepackage{scalefnt}
\usepackage{type1cm}
\usepackage{lettrine}
\usepackage{epic}
\usepackage{eepic}
\usepackage{graphicx}
\usepackage{soul}
\usepackage{booktabs}
\usepackage{portland}
\usepackage{lscape}
\usepackage{marvosym}
\usepackage[
% pdftex,
a4paper,
% bookmarks,
% bookmarksopen=true,
% bookmarksnumbered=true,
pdfauthor={tobber},
pdftitle={Tyographie},
]{hyperref}
\usepackage{fancyheadings}
\pagestyle{fancyplain}
\addtolength{\headwidth}{\marginparsep}
\addtolength{\headwidth}{\marginparwidth}
\renewcommand{\sectionmark}[1]%
{\markboth{#1}{}}
\renewcommand{\subsectionmark}[1]%
{\markright{\thesection\ #1}}
\lhead[\fancyplain{}{}]%
{\fancyplain{}{}}
\rhead[\fancyplain{}{}]%
{\fancyplain{}{}}
\lfoot[\fancyplain{}
{}]%
{\fancyplain{}{}}
\rfoot[\fancyplain{}{}]%
{\fancyplain{\bfseries\sffamily\footnotesize \leftmark~~~ $\bf |$ ~~~\thepage}
{\bfseries\sffamily\footnotesize \rightmark~~~ $\bf |$ ~~~\thepage}}
\cfoot{}
\headrulewidth=0pt
\footrulewidth=.2pt
\plainheadrulewidth=.2pt
\plainfootrulewidth=.2pt
\headwidth=13.2cm
\parindent0pt
\parskip2ex
\newcommand{\changefont}[3]{
\fontfamily{#1} \fontseries{#2} \fontshape{#3} \selectfont}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\begin{document}
\contentsline{section}{\numberline{1}Test}{2}
\end{document}
************************************************** ***
funktioniert \contentsline eben aus irgendwelchen Gründen nicht. Es kommt stets der gleiche Fehler:
! Paragraph ended before \contentsline was complete.
<to be read again>
Hat irgendjemand eine Ahnung was da schief läuft?