Tagged Questions
4
votes
0answers
44 views
Strange vertical space before the caption of a longtable with KOMA-Script classes when xcolor is loaded
When using one of the main KOMA-Script classes — scrartcl, scrreprt, scrbook but not scrlttr2 —, the vertical position of the caption in a longtable environment changes when one loads or unloads the ...
3
votes
1answer
80 views
How to put two minipages side-by-side, which use 100 % of the text width?
In draft-mode a black marker indicates that the reserved space is too low. This also appears in the following example, but it shouldn't. How can I put two minipages exactly side-by-side?
...
8
votes
2answers
121 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
...
5
votes
1answer
152 views
How to remove space between back address and address in scrlttr2?
There is a blank line between the back address and the address? How can I remove it?
\documentclass{scrlttr2}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{ngerman, ae}
...
16
votes
1answer
360 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 ...
9
votes
1answer
138 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}
...
6
votes
2answers
402 views
Increase white space between title and subtitle in scrartcl
As the title says, how do I increase the space between the title and the subtitle in the scrartcl document class?
4
votes
1answer
126 views
Reduce spacing after heading of List of Figures
I have some issue with my LaTeX document.
It uses scrbook class and I don't like the chapter spacings in the List of Figures.
For the actual content, the spacing is nice, but in the LOF, I'd like to ...
4
votes
1answer
486 views
Setting the upper margin of chapter titles in scrbook
In a scrbook document I need to set the chapter titles close to the upper page margin, without leading number and with a \hrule afterwards. Redefining \chapterheadstartvskip does the trick with the ...
4
votes
1answer
687 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 ...
3
votes
1answer
396 views
scrlttr2: Increasing the headline space on the 2nd page
How can I increase the space between the headline and the following text on the second page of the scrlttr2 document?
\documentclass[ngerman,12pt]{scrlttr2}
\usepackage[utf8]{inputenc}
...
2
votes
1answer
303 views
Spacing before theorem with scrbook
I recently changed from book to scrbook. Because of this there is now no spacing before a theorem enviroment. I now want to change this back, i.e. I want to have an extra spacing before a theorem ...
6
votes
1answer
2k views
scrreprt – How to adjust distance between caption and table?
I am new to LaTeX, tentatively using it to prepare a complicated industrial document (laboratory test report). I had selected the report class. After numerous experiments, I have just found that just ...
4
votes
1answer
796 views
reduce vspace after section header
I am currently using the the scrartcl document class and glossaries for acronyms:
\documentclass[12pt,a4paper,headsepline,notitlepage,parskip=half]{scrartcl}
...
4
votes
1answer
174 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 ...
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
2k views
scrlttr2: How can I remove the white space between “address” and “Subject:” line?
How may I remove excessive white space at the top, between my address in top-left, and the Subject: line?
\documentclass{scrlttr2}
\usepackage[english]{babel}
\usepackage{graphicx}
...
6
votes
2answers
472 views
Spacing in headline between number and text
How do I change the spacing between the number and the title of a section? I would like to have the following:
1.(1cm space)Section name
5
votes
1answer
614 views
KOMA Script footer line height
How to increase footer text distance from the separator line so that it looks like header?
You can see the distance from footer text to line is less than header....
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 ...
2
votes
1answer
547 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 ...
5
votes
2answers
2k views
Extra space for numbered titles in table of contents
Background
A manual with chapters, sections, subsections, and sub-subsections. Using KOMA Script v2.
Problem
The spacing between the heading title and its number is too close to the number in some ...
9
votes
1answer
3k views
Customize spacing between section number and its caption?
is there any chance to customize the spacing between the (sub)section number and its title in every appearance in the document? That is, in any header or footer as well as in the table of contents and ...
5
votes
1answer
1k views
Table of Contents: Customize space between dots before page number?
I am writing a small KOMA-Script scrartcl document with multiple sections. In the table of contents, LaTeX fills the current line with dots between the end of the section name and the page number. Is ...
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 ...
4
votes
2answers
578 views
What is the easiest way to decrease the linespread in a table of contents?
Using the scrartcl class for a report I am writing, I would like to have only the sections show up in the table of contents. Although I manage to do that, the linespread looks too big in my eyes, and ...