Tagged Questions
15
votes
1answer
334 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 ...
3
votes
1answer
654 views
Controlling paragraph spacing in LyX
I'm working on a rather large document for my university using LyX. I have been using the report (KOMA-Script) document class.
According to my university's document specification each paragraph ...
1
vote
1answer
350 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 ...
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
168 views
How to typeset definitions with several paragraphs in the KOMA classes
The KOMA classes do not use vertical inter-paragraph spacing with some good arguments (see page 50 of the scrguide).
I defined an environment for definitions with the amsthm package using their ...
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 ...