slash119
21-09-2009, 19:04
Hi allerseits,
muss übermorgen meine Arbeit binden und haeb folgendes Problem. Mir ist aufgefallen dass zwei Seitennummerierung nicht gesetzt werden. Sprich die Seite wird zwar gezählt erscheint aber nicht als Zahl auf der Seite selbst. Auch der header fehlt auf diesen zweiten Seiten. Das ist zum einen die erste Seite vom toc. Das toc erstreckt sich über zwei Seiten. Auf der zweiten Seite ist der header samt Seitenanzahl zu sehen auf der ersten nicht. Identisches Problem bei List of Figures. Bin um jede Hilfe dankbar.
\documentclass[
12pt, % font size
a4paper, % paper format
oneside, % paper layout
liststotoc, % directories to table of contents
bibtotoc, % bibliography to table of contents
BCOR12mm, % Bindekorrektur von 12 mm
]{scrreprt}
%************************************************* ************************************************** *******
%% encodings
\usepackage[latin1]{inputenc} % most unix systems
\usepackage[T1]{fontenc} % T1 font encoding (nessecary for the most type 1 fonts)
%************************************************* ************************************************** *******
%% preamble
\input{preamble/preamble}
%************************************************* ************************************************** ********
% beginning of the document
%************************************************* ************************************************** ********
% - titlepage,
% - abstract
% - table of contents,
% - list of figures
% - list of tables
% - list of abbreviation
% - main part
% - appendix
% - bibliography
% - affidavit
%\usepackage{listings}
\begin{document}
\input{content/titlepage} % titlepage
\input{content/abstract} % abstract
%\renewcommand*{\contentsname}{}
\tableofcontents % table of contents
\thispagestyle{scrheadings} % page with headers
\pagenumbering{Roman}
\setcounter{page}{2}
\listoffigures % list of figures
\thispagestyle{scrheadings}
% \listoftables % list of tables
% \thispagestyle{scrheadings}
\newpage
\markboth{\nomname}{\nomname}
\printnomenclature % list of acronyms
\thispagestyle{scrheadings}
\input{content/introduction} % introduction
\input{content/software_licenses}
\input{content/license_management_system}
\input{content/usage}
\input{content/conclusion}
\bibliography{bibliography}
\thispagestyle{scrheadings}
\end{document}
muss übermorgen meine Arbeit binden und haeb folgendes Problem. Mir ist aufgefallen dass zwei Seitennummerierung nicht gesetzt werden. Sprich die Seite wird zwar gezählt erscheint aber nicht als Zahl auf der Seite selbst. Auch der header fehlt auf diesen zweiten Seiten. Das ist zum einen die erste Seite vom toc. Das toc erstreckt sich über zwei Seiten. Auf der zweiten Seite ist der header samt Seitenanzahl zu sehen auf der ersten nicht. Identisches Problem bei List of Figures. Bin um jede Hilfe dankbar.
\documentclass[
12pt, % font size
a4paper, % paper format
oneside, % paper layout
liststotoc, % directories to table of contents
bibtotoc, % bibliography to table of contents
BCOR12mm, % Bindekorrektur von 12 mm
]{scrreprt}
%************************************************* ************************************************** *******
%% encodings
\usepackage[latin1]{inputenc} % most unix systems
\usepackage[T1]{fontenc} % T1 font encoding (nessecary for the most type 1 fonts)
%************************************************* ************************************************** *******
%% preamble
\input{preamble/preamble}
%************************************************* ************************************************** ********
% beginning of the document
%************************************************* ************************************************** ********
% - titlepage,
% - abstract
% - table of contents,
% - list of figures
% - list of tables
% - list of abbreviation
% - main part
% - appendix
% - bibliography
% - affidavit
%\usepackage{listings}
\begin{document}
\input{content/titlepage} % titlepage
\input{content/abstract} % abstract
%\renewcommand*{\contentsname}{}
\tableofcontents % table of contents
\thispagestyle{scrheadings} % page with headers
\pagenumbering{Roman}
\setcounter{page}{2}
\listoffigures % list of figures
\thispagestyle{scrheadings}
% \listoftables % list of tables
% \thispagestyle{scrheadings}
\newpage
\markboth{\nomname}{\nomname}
\printnomenclature % list of acronyms
\thispagestyle{scrheadings}
\input{content/introduction} % introduction
\input{content/software_licenses}
\input{content/license_management_system}
\input{content/usage}
\input{content/conclusion}
\bibliography{bibliography}
\thispagestyle{scrheadings}
\end{document}