Tagged Questions
2
votes
1answer
44 views
Empty page on the Part page
I'm using this on my document (scrartcl documentclass):
\usepackage{etoolbox}
\pretocmd{\section}{\cleardoubleevenemptypage}{}{}
\pretocmd{\part}{\cleardoubleevenemptypage}{}{}
This makes me get ...
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 ...
5
votes
2answers
87 views
write to back page of part
I have defined (using koma-script), that chapters only start on the right side. The same applies to part pages. So far this is ok.
But now I want to insert a contents list (using titletoc) on the ...
4
votes
1answer
474 views
Make \part in scrartcl
I am using the scrartcl of well-known KOMA-script (to those that know it well). As you know the article class has an environment called Abstract. Great, I like this and I use it. However, what I ...
5
votes
3answers
406 views
How to increase the numwidth for a part in ToC?
I am using a Koma-Script Book and I would like to begin the part numbers from 2012. However, 4 digit part number entries are causing a problem in the tableofcontents. There is a hbox overfull and the ...
3
votes
1answer
555 views
report/book: how to customize \part look (the page itself and listing in ToC)?
I was wondering how I can 'split' up a latex document into 'volumes'. The final TOC should read something like this:
Volume 1 2
1. chapter 1 of volume 1 ...
