Hey Leute,
ich möchte gern für listoffigures, listoftables und tableofcontents ein einheitliches Seitenlayout. Kopfzeile wird bisher ausgeblendet(sowie Seitenzahl) doch beim Inhaltsverzeichnis steht auf der 2. Seite in der Kopfzeile "chapter name 1" (Siehe Anhang)
Zielvorlage ist also das Glossar, so sollen die restlichen Seiten auch ausschauen.
Viele Grüße
Arktius
Layout Verzeichnisse
Layout Verzeichnisse
- Dateianhänge
-
- 1_7-PDF_main.pdf
- (70.64 KiB) 289-mal heruntergeladen
Be the change you want to see in the world.
-Mahatma Gandhi
-Mahatma Gandhi
-
- Forum-Meister
- Beiträge: 808
- Registriert: Di 2. Okt 2012, 21:42
- Wohnort: NRW
Show the status quo of your document in a minimal example: Minimalbeispiel.Be the change you want to see in the world.
\documentclass[12pt, a4paper,oneside,ngerman]{book} \usepackage[abgabe]{bhtThesis} \typeout{BHT-Abschlussarbeit V.02 15.02.16 D.Baskan} \let\ifpdf\relax \usepackage{setspace} \onehalfspacing % 1.5 \usepackage[paper=a4paper,left=35mm,right=30mm,top=27.5mm,bottom=27.5mm,headsep=15pt,footnotesep=15pt,footskip = 15pt]{geometry} \usepackage{titlesec} %linker abstand, "Kapitel-abstand" und Kapiteltext-abstand \usepackage[breaklinks]{hyperref} % links mit zeilenumbruch \hypersetup{linktocpage} \usepackage{caption} \usepackage{xcolor} \usepackage{makecell} \renewcommand\theadfont{\bfseries} \usepackage{enumitem} \usepackage{fancyhdr} % plain-Seitenstil umdefinieren (Kapitel-Anfangsseiten) \fancypagestyle{plain}{% \fancyhf{}\renewcommand{\headrulewidth}{0pt}} % Seitenstil definieren \pagestyle{fancy} \renewcommand{\chaptermark}[1]% {\markboth{#1}{}} \fancyhead{} \fancyfoot{} \lhead{\bfseries\leftmark} \rhead{\bfseries\thepage} \usepackage{trsym} \usepackage{bytefield} \usepackage{url} % links \bibliographystyle{unsrt} \usepackage[printonlyused,withpage]{acronym} % glossar und verzeichnisse \usepackage{pdfpages} \begin{document} \pagestyle{fancy} \listoffigure % % chapter 1,2,3... % \thispagestyle{empty} \addcontentsline{toc}{chapter}{Literatur- und Quellenverzeichnis} \bibliographystyle{myapalike} \end{document}
Be the change you want to see in the world.
-Mahatma Gandhi
-Mahatma Gandhi