3
votes
1answer
63 views

Display short title and long title (both) in a caption?

The syntax for a caption is \caption[listoffigures/tables text]{Text actually displayed under picture/table} But what I would like to have is something like this: If I use the above command, the ...
1
vote
2answers
338 views

Set default Koma script font to Times [duplicate]

Possible Duplicate: KOMA-Script: change font of sectioning headings to serif I am using scrbook document class but want to change the default font to Times. However when I add: ...
3
votes
1answer
212 views

Table of contents broken with Koma Script and lstdoc

There seems to be some negative interaction between Koma Script (using version 3.11a) and the lstdoc package in my example document. The MWE works nicely when I comment out \usepackage{lstdoc} but ...
5
votes
2answers
620 views

Koma-script, change chapter appearance (how to add a circle and horizontal ruler?)

I'd like to get the chapter names formatted as shown below: with a horizontal ruler between the circle and Chapter name, for both numbered and non-numbered chapters (I work with the ...
3
votes
1answer
743 views

KOMA-Script: caption, subfig, and captionlabel

My problem is best illustrated with an example: \documentclass{scrreprt} \usepackage{caption} \captionsetup[subfigure]{font={sf,md,sl,small}} \setkomafont{caption}{\itshape\sffamily} ...
6
votes
2answers
1k views

KOMA-Script: change font of sectioning headings to serif

How to change the default KOMA-Script font that is used for chapter/section headings etc. to the Computer Modern font that is used in text body?
2
votes
1answer
540 views

Is italic + less-space formatting of \subparagraph typographically sensible?

As discussed in Difference between \paragraph and \subparagraph in scrreprt?, my formatting does not make a difference between \paragraph, as the proposed workaround does have no effect, if the option ...
4
votes
1answer
398 views

Difference between \paragraph and \subparagraph in scrreprt?

I'm using scrreprt for writing and (at least for me without any typographic education) I don't see any difference between a section typed as \paragraph or \subparagraph. My questions: Is there a ...