PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Bericht-Struktur



mikedg
26-12-2007, 09:12
Guten Tag

Ich schreibe eine Arbeit mit scrreprt, koma-script.
Habe mein Dokument aufgebaut und schaffs nicht, folgende Probleme selbst zu klären:
* Lof and lot kommen mit der richtigen Seitennummerierung in "Contents", das Abkürzungsverzeichnis (das ich selbst gebastelt habe) leider nicht mehr, d.h. immer eine Seitennummer zu früh (sollte ja immer ungerade sein, wenns auf rechter seite beginnt)
* bis zum 1. Kaptiel steht dann auch auf jeder Seite oben List of Figures, auch wenn die Seite summary oder zusammenfassung heisst.

irgend wo stimmt mit den mark-befehlen für die seiten wohl was nicht.

wie könnte ich das problem angehen?
unten (leider nicht minimalbeispiel, da ich nicht weiss, in welchem befehl das problem liegt)

besten dank

marc


\documentclass[a4paper,10pt, twoside, openright, pointlessnumbers]{scrreprt}
\usepackage{graphicx, palatino, xcolor, graphics, subfigure}
\usepackage{natbib}
\usepackage{amsmath}
%\usepackage[dvips]{color}
%\usepackage{fullpage}
\usepackage[left=20mm, right=20mm, top=25mm, bottom=30mm]{geometry}
%\usepackage{simplemargins}
\usepackage[english]{babel}
\usepackage{pdflscape}
\usepackage{slashbox}
%\usepackage{fancyhdr}
\selectlanguage{english}
\usepackage[latin9]{inputenc}
\usepackage[T1]{fontenc}
%\usepackage{epstopdf}
\usepackage{nomencl}
\let\abbrev\nomenclature
\renewcommand{\nomname}{Abbreviations, Acronyms and Notation}
\setlength{\nomlabelwidth}{.25\hsize}
\renewcommand{\nomlabel}[1]{#1} %\dotfill}
\setlength{\nomitemsep}{-\parsep}
\makenomenclature

\newcommand{\Abkuerzung}{
\printnomenclature
\newpage
}

%\usepackage{nomencl}
\usepackage[automark, headsepline]{scrpage2}
\usepackage{booktabs}
\automark[section]{chapter}

\pagestyle{scrheadings}
\renewcommand*{\chapterpagestyle}{scrheadings}
\pagenumbering{Roman}

%\setlength{\topskip}{15mm}
%\setlength{\footskip}{15mm}
\renewcommand{\headfont}{\normalfont}
\renewcommand{\textfraction}{0.15}
\renewcommand{\topfraction}{0.85}
\renewcommand{\bottomfraction}{0.65}
\renewcommand{\floatpagefraction}{0.60}

%\renewcommand{\baselinestretch}{1.50}\normalsize


\begin{document}
\include{titlepage}
\thispagestyle{empty}
\cleardoublepage

\pagenumbering{roman}
\tableofcontents
\newpage\thispagestyle{empty}

\listoffigures
\addcontentsline{toc}{chapter}{List of Figures}
\newpage\thispagestyle{empty}

\listoftables
\addcontentsline{toc}{chapter}{List of Tables}
\newpage\thispagestyle{empty}

\addcontentsline{toc}{chapter}{Abbreviations, Acronyms and Notation}
\Abkuerzung
\thispagestyle{scrheadings}


\addcontentsline{toc}{chapter}{Vorwort}%
\include{Vorwort}%
\newpage\thispagestyle{empty}

\addcontentsline{toc}{chapter}{Summary}%
\include{Summary}%
\newpage\thispagestyle{empty}

\addcontentsline{toc}{chapter}{Zusammenfassung}%
\include{Zusammenfassung}%
%\thispagestyle{empty}
\newpage\thispagestyle{empty}

\pagestyle{scrheadings}
\include{introduction}
\newpage\thispagestyle{empty}
\include{theory_methods}
\newpage\thispagestyle{empty}
\include{sites}
\newpage\thispagestyle{empty}
\include{results}
\newpage\thispagestyle{empty}
\include{discussion}
\newpage\thispagestyle{empty}
\addcontentsline{toc}{chapter}{References}
\bibliographystyle{elsart-harv}
\bibliography{Literature}
\include{appendix}
\end{document}

edico
26-12-2007, 10:56
schau Dir http://www.mrunix.de/forums/showthread.php?t=55815 an

edico

mikedg
26-12-2007, 12:27
Danke Edico

Das mit den Titeln im header klappt nun so weit. Leider habe ich nun wieder stunden rumprobiert, dass die nummerierung in TOC auch stimmt.
Sobald nur eine Seite beschriftet ist, also eine komplette leerseite folgt (z.b nach lot) setzt er mir eine Seitezahl fürs naächste chapter ins TOC die um eins zu klein ist (er setzt also nicht dort wo der mark-befehl kommt, sondern eine Seite zu früh?

warum das?

danke

mike


\documentclass[a4paper,10pt, twoside, openright, pointlessnumbers, bibtotoc, idxtotoc, liststoc]{scrreprt}
\usepackage{graphicx, palatino, xcolor, graphics, subfigure}
\usepackage{natbib}
\usepackage{amsmath}
%\usepackage[dvips]{color}
%\usepackage{fullpage}
\usepackage[left=20mm, right=20mm, top=25mm, bottom=30mm]{geometry}
%\usepackage{simplemargins}
\usepackage[english]{babel}
\usepackage{pdflscape}
\usepackage{slashbox}
%\usepackage{fancyhdr}
\selectlanguage{english}
\usepackage[latin9]{inputenc}
\usepackage[T1]{fontenc}
%\usepackage{epstopdf}
\usepackage{nomencl}
\let\abbrev\nomenclature
\renewcommand{\nomname}{Abbreviations, Acronyms and Notation}
\setlength{\nomlabelwidth}{.25\hsize}
\renewcommand{\nomlabel}[1]{#1} %\dotfill}
\setlength{\nomitemsep}{-\parsep}
\makenomenclature

\newcommand{\Abkuerzung}{
\printnomenclature
\newpage
}
\makeglossary
\makeindex

%\usepackage[linktocpage]{hyperref}

%\usepackage{nomencl}
\usepackage[automark, headsepline]{scrpage2}
\usepackage{booktabs}
\automark[section]{chapter}

\pagestyle{scrheadings}
\renewcommand*{\chapterpagestyle}{scrheadings}
\pagenumbering{Roman}

%\setlength{\topskip}{15mm}
%\setlength{\footskip}{15mm}
\renewcommand{\headfont}{\normalfont}
\renewcommand{\textfraction}{0.15}
\renewcommand{\topfraction}{0.85}
\renewcommand{\bottomfraction}{0.65}
\renewcommand{\floatpagefraction}{0.60}

%\renewcommand{\baselinestretch}{1.50}\normalsize

\begin{document}
\include{titlepage}
\thispagestyle{empty}
\cleardoublepage

\pagenumbering{roman}
\tableofcontents
\newpage\thispagestyle{empty}

\listoffigures
\protect\markboth{List of Figures}{List of Figures}
\protect\addcontentsline{toc}{chapter}{List of Figures}
\newpage\thispagestyle{empty}

\listoftables
\protect\markboth{List of Tables}{List of Tables}
\protect\addcontentsline{toc}{chapter}{List of Tables}
\newpage\thispagestyle{empty}

\protect\markboth{Abbreviations, Acronyms and Notation}{Abbreviations, Acronyms and Notation}
\protect\addcontentsline{toc}{chapter}{Abbreviatio ns, Acronyms and Notation}
\Abkuerzung
\thispagestyle{scrheadings}


\protect\markboth{Vorwort}{Vorwort}
\protect\addcontentsline{toc}{chapter}{Vorwort}
\include{Vorwort}%
\newpage\thispagestyle{empty}

\protect\markboth{Summary}{Summary}
\protect\addcontentsline{toc}{chapter}{Summary}
\include{Summary}%
\newpage\thispagestyle{empty}


\protect\markboth{Zusammenfassung}{Zusammenfassung }
\protect\addcontentsline{toc}{chapter}{Zusammenfas sung}
\include{Zusammenfassung}%

%\thispagestyle{empty}
\newpage\thispagestyle{empty}

\pagestyle{scrheadings}
\include{introduction}
\newpage\thispagestyle{empty}
\include{theory_methods}
\newpage\thispagestyle{empty}
\include{sites}
\newpage\thispagestyle{empty}
\include{results}
\newpage\thispagestyle{empty}
\include{discussion}
\newpage\thispagestyle{empty}
%\addcontentsline{toc}{chapter}{References}
\bibliographystyle{elsart-harv}
\bibliography{Literature}
\include{appendix}
\end{document}

edico
26-12-2007, 19:34
... vermutlich fehlt ein \cleardoublepage.

...
\cleardoublepage <-------------
\addcontentsline{toc}{chapter}{\nomname}
\markboth{\nomname}{\nomname} <------------
\printglossary[2.5cm]
...

edico