Tagged Questions
4
votes
1answer
40 views
How to get headings indented as the first lines of paragraphs?
I would like the chapter and (sub)section headings to be indented as much as the first lines of paragraphs (\parindent value).
By default using koma-script I get them aligned with left boundary of ...
4
votes
2answers
184 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
1answer
1k views
Changing \closing indents in koma-script scrlttr2 class
The koma-script letter class scrlttr2 uses the DIN 5008 letter format by default.
I am happy to use the format, but it insists on indenting the \closing line, even if \setlength{\parindent}{0pt} is ...
4
votes
1answer
387 views
Align numbered and unnumbered entries in ToC (Koma-Script)
In Koma-Script I use \addsec{.} to add section without numbers. However, with respect to my ToC this gives undesirable results, as the unnumbered section-title is aligned with the beginning of the ...
1
vote
1answer
360 views
half parskip in koma scrartcl resulting in space at the end of last line before next paragraph
I wrote some things and wanted to have a part of those left aligned and on the same line some words (or formulas) right aligned. I solved that with \hfill.
So sad it is not working on the last line ...
5
votes
2answers
4k views
New line and no indent after \paragraph?
I tried to use a \paragraph-environment, but I do want a new line after the title and no indent in the first textline.
New line is easy, but the first line is indented even if I use \noindent, ...
3
votes
1answer
1k views
New paragraph without indent in KOMA Script
This might be the stupidest question ever asked on TeX.sx, but I recently changed my paragraphing style and now run into problems. Consider the following MWE:
\documentclass{scrartcl}
...
4
votes
1answer
326 views
Formatting of multiline chapter headings using KOMA
I need (publisher requirement) to format the chapter headings in a document in such a way, that the chapter number is aligned with the text on the page, but if the chapter is longer than one line, the ...
3
votes
2answers
1k views
How to indent the graphics caption
I am writing my thesis in LaTeX with the document class scrreprt.
My problem is that I include a graphic whose description starts at the left side of the page, which is usually nice, but in my case I ...
2
votes
2answers
465 views
How to no-indent section headings in scrrprt table of contents?
Using the scrrprt class of Koma-Script with xelatex, I'd like to have my section entries in the table of contents appear without indenting. My current code is:
...
9
votes
1answer
2k views
Increasing paragraph indentation in KOMA script
The default parindent in KOMA scrartcl is too small for me. I remember reading somewhere that just changing \parindent directly is not wise, since it also affects other things (like itemize etc). And ...