Tagged Questions
2
votes
2answers
606 views
Automatically add vertical space /only/ between two sequential paragraphs
I am using KOMA-script scrreprt class.
I know I can use \usepackage{parskip} or \setlength{\parskip}{12pt}, but both of these also affect headings.
Adding \vspace{12pt} manually between all two ...
12
votes
1answer
4k views
Too much space after sections when I change parskip
I changed the parident and parskip of my document. But now there is a huge empty space after the sections. How can I reduce the space after a section?
\documentclass[12pt,a4paper]{scrartcl}
...
12
votes
3answers
5k views
Distance between chapter title and text
In my scrreprt I've changed distance between paragraphs with \setlength{\parskip}{9pt}. But \parskip changes also distance between chapter title and the paragraph.
How can I change distance between ...
3
votes
2answers
259 views
Controlling vertical space after headline when using \parskip
When using a 0 length \parindent and an expandable length of \parskip it is my feeling that the space after section headlines becomes too big (see example). Is there another command I should use for ...