Tagged Questions
8
votes
2answers
96 views
Odd vertical gap with multicol, scrreprt and parskip=half
I'm having a weird vertical gap in one of my documents, which only is there when I use multicol together with \documentclass[parskip=half]{scrreprt}.
Minimal example
...
9
votes
1answer
113 views
Why is parskip=half messing up the spacing in mdframed?
without parskip:
parskip=half:
\documentclass[parskip=half]{scrartcl}
\usepackage{blindtext}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{thmtools}
...
17
votes
2answers
148 views
Why doesn't parskip=half work together with fontenc in bibliographies?
If \usepackage[T1]{fontenc} is used and parskip=half is set:
Else (either \usepackage[T1]{fontenc} isn't used or parskip=half isn't set):
I consider the second one the correct style. Why is ...
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 ...
11
votes
2answers
872 views
Rhythm: different values for parskip and baselineskip in scrartcl
I am writing some small demo files, each trying to implement a specific advice from Bringhurst's Elements of Typograhpic Style. He recommends to keep the vertical rhythm of the page, and to return to ...
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 ...
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 ...