Tagged Questions
5
votes
2answers
74 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 ...
15
votes
1answer
327 views
Different vertical spacing (parskip) between concurrent section titles and paragraphs
I'm trying to remove the spacing between section headings, but maintain the paragraph to section heading spacing.
Even though I set titlespacing before and after to *0, there is still spacing - quite ...
4
votes
2answers
165 views
Heading number in margin using titlesec and/or komascript
Using titlesec and/or komascript how do I format all headings so the number is left aligned in the margin, the title to the right, with a horizontal rule underneath it all (from margin to text width ...
3
votes
2answers
357 views
Format appendix chapter title with titlesec in a scrbook
I'm writing a longer text and redefined the Design of a Chapter start page using titlesec. For example
\documentclass[cleardoublepage=empty,fontsize=11pt,a4paper,twoside,DIV=calc]{scrbook}
...
4
votes
1answer
445 views
Setting the upper margin of chapter titles in scrbook
In a scrbook document I need to set the chapter titles close to the upper page margin, without leading number and with a \hrule afterwards. Redefining \chapterheadstartvskip does the trick with the ...
2
votes
2answers
696 views
Can't shift/position \chapter with titlesec?
Somehow I my attempt to change the placement of \chapter seems not to work. I would like to that my chaptertitle begins right at the top of the page. Do I need to change the plain pagestyle?
...
6
votes
4answers
1k views
Giving headlines a background color spanning across the entire typearea
I posted this at stackoverflow and got redirected here. This does indeed look like a better place to ask.
I would like to decorate my headlines (section, subsection, etc.) by adding a background ...
19
votes
2answers
798 views
Incompatibilities between KOMA-Script and titlesec
This is a complementary question to About memoir and titlesec incompatibility. The titlesec manual states (p. 2) that the package
[...] works with the standard classes and with many others, ...
10
votes
1answer
2k views
Section title gradient
Background
Writing a manual using KOMA Script. The default fonts are perfect and should not be changed.
Problem
KOMA Script produces the following section outline:
The desired outline looks ...