4
votes
2answers
144 views

How to change part and chapter pages on KOMA-Script?

In KOMA-Script classes, how can I change the appeareance (font size, color, arrangment, content, etc.) of the page created by \part an \chapter? The pagestyle can be changed easily with KOMA-Script ...
3
votes
1answer
67 views

How to find out how many chapters are in a part?

Is there some counter that holds the number of \chapter that are in a \part? Or do I need to define and run my own counter?
3
votes
2answers
118 views

Chapterstyle Memoir: Picture on page left, chapter opening on page right

I am working on the layout of my dissertation and I would like to have the following design for all my chapter-openings: New chapters should always start on the left page, with a picturepage that ...
1
vote
3answers
166 views

How can the thesis structure be defined for PDF generation?

My thesis consists of these hierarchical elements: \documentclass{report} \begin{document} \tableofcontents \include{020-tex} \end{document where 020-tex.tex contains \input{030-preface} ...
1
vote
1answer
202 views

Separate book into parts and chapters

I am working with the book document class and want to create something like this. Moreover, in the Table of Contents I want the "Part" to be under- and over-lined and not to be numbered. I think of ...
2
votes
1answer
210 views

memoir class \part style

I am preparing a book in memoir class. I use \chapterstyle{madsen}, which uses a sans serif font (I don't know which one). I also have parts and I would like to have the parts to be typeset in the ...
7
votes
1answer
285 views

\part and \chapter commands output both numbered and named headings

I have the following LaTeX document being compiled in TeXstudio 2.3 on Windows 7 (mode is PdfLatex + PdfViewer): \documentclass[a4paper,12pt]{report} % Modified \part and \chapter from report.cls ...
6
votes
3answers
900 views

Part style in memoir class

I use the \chapterstyle{thatcher} in memoir class. I would like the part style would be similar to the chapter style - but with title centered in the page. As I'm a newbie in LaTeX world, I wonder ...
7
votes
1answer
2k views

fancyhdr: How get part on even and chapter on odd pages

I am trying to use fancyhdr to set the part no. and name on my left pages and chapter no and name on the right pages. My document is ...
9
votes
2answers
2k views

How to remove page break after \part in report/book

I have tried to look through, but I couldn't find a clear solution on this. I have a document that uses report with multiple \chapters in multiple \parts as: \part{foo} \chapter{uno} \chapter{dos} ...
7
votes
1answer
253 views

Chapter on any page, but recto after part

Using the book style, I need chapters to start on anypage (as in openany) BUT to be recto after a part (which is also recto). fussy eh!