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}
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}