KOMA-Script is a bundle of classes and packages replacing the LaTeX standard classes and providing additional features with emphasis on typography and versatility.

learn more… | top users | synonyms

4
votes
0answers
41 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 ...
4
votes
1answer
64 views

Section title in the table of contents

I have the following simple problem. The name of one of my sections is very long. Hence I decided to have a line break in its title. For the header I use a short version of this title. So it looks ...
2
votes
1answer
66 views

Change the chapter style in scrbook

Is there a way to change the chapter style in scrbook like in memoir with \chapterstyle{}?
3
votes
0answers
30 views

How to avoid page overrun using scrreprt document?

I'm in the process of writing a requirements document and have been using a template based on the scrreprt document class. The problem I'm running into is that when I compile my document, in certain ...
2
votes
1answer
65 views

How can I create a titlepage without a newpage in the scrartcl class

I would like to create my own title in the scrartcl class. Using the titlepage environment gives me a new page, but I would like to suppress this page break. How can I do this? Edit: In general a ...
2
votes
1answer
63 views

How can I have list of figure etc. labelled D. List of Figures, E. List of Tables, F. Bibliography…?

I am using KOMA class scrreport and want the following structure of my appendix: A. Abbreviations B. ... C. ... D. List of Figures E. List of Tables F. Bibliography G. Acknowledgments ...
1
vote
2answers
71 views

Problem and question tocloft

I tried to create my own "List of things" with help of this post: Define your own list of Now my questions: I don't want to use the command \algorithm {Text}. Instead I want to use a container like ...
2
votes
0answers
30 views

Meaning of floattype in KOMA [duplicate]

Friends, I've been happily using KOMA for some time now, and yesterday I was intrigued by a particular option when using \DeclareNewTOC: floattype = <number>: The numerical float type of the ...
6
votes
1answer
96 views

KOMA-Script and subcaption: wrong counting

I'm getting a to-me strange behavior when using scrartcl and subcaption. In particular, numbering is doubled for each table with the default option captions=tableheading. Here's an image (code at ...
6
votes
0answers
93 views

Koma-script scrpage2 footer height

After lots of googling and hair-tearing, I'm turning grey and old, and no wiser... EDIT : see bottom for a half-cooked solution. I switched from LaTeX plain classes (article, report, etc.) to ...
3
votes
1answer
79 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? ...
2
votes
1answer
62 views

Automatically shorten living column title or have a linebreak

I have a long document that has several long chapters. Each chapter has a title which can be short or long (often it is very long). I noticed that if I use \pagestyle{headings} in the scrreprt class ...
9
votes
2answers
108 views

What does \secdef do?

The definition of the chapter command in KOMA-class scrbook is: \newcommand\chapter{\if@openright\cleardoublepage\else\clearpage\fi \thispagestyle{\chapterpagestyle}% \global\@topnum\z@ ...
4
votes
1answer
56 views

Reducing size of dedication

I'm writing my thesis in the LyX template that's based on Koma-Script book ("scrbook.cls"). I'm using \dedication to add a quote as the motto. Is there a way to make the font size of this text ...
1
vote
1answer
68 views

KOMA-Script: Use scrheadings on chapterpage, but only the footer (not the header)

I'm using the KOMA-Script and have page-numbers at the bottom of my document. The headline contains the chapter/section-name. By default, the chapterpagestyle is plain (or empty). So I set it to ...
1
vote
1answer
69 views

Problem with classicthesis package loaded in scrlttr2

Why the following code does not compile? How can I fix that? \documentclass{scrlttr2} \usepackage[american]{babel} \usepackage{classicthesis} \begin{document} Test \end{document}
2
votes
0answers
69 views

scrheadings and longtable alignment problems

I'm using classicthesis for my work and have a few large tables in the work. I like the option of having the chapter and section name at the top of the page so I use the \pagestyle{scrheadings} ...
4
votes
1answer
104 views

Theorem/Definition/Lemma/etc independent numbering in Lyx

I am using the Koma-script book class in Lyx. By default, theorems, definitions, lemmas, and so on, follow the same numbering. So after "Theorem 1" comes "Definition 2", then "Lemma 3", and so on, ...
2
votes
1answer
43 views

Empty page on the Part page

I'm using this on my document (scrartcl documentclass): \usepackage{etoolbox} \pretocmd{\section}{\cleardoubleevenemptypage}{}{} \pretocmd{\part}{\cleardoubleevenemptypage}{}{} This makes me get ...
4
votes
2answers
63 views

Disable hyphenation in footnotes

I want to disable hyphenation in footnotes, because I have special codes for a special program and the readers should copy this code into his program and therefore its not good, that there is a hyphen ...
4
votes
1answer
115 views

Inserting a blank left starting page in a Koma-script book

I am finishing my dissertation, and I'm using the Koma-script scrbook class. My text starts on a right page, which is exactly what I want, but for printing I need to add a completely blank, unnumbered ...
1
vote
1answer
54 views

Include Abstract & References page in ToC using tocbibind

The code below will print a table of contents that lists the Contents page, section and subsection. The contents page itself is on page ii, and the abstract should come before it, but it doesn't ...
5
votes
1answer
73 views

How to create 4-up pdfs [without pdfnup, pdfpages]?

I use a standard KOMA-script class for creating slides [slides.tex]. I am wondering if there is a LaTeX package with an option to specify how the output looks like. I would like to create a 4-up .pdf ...
8
votes
2answers
120 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 ...
4
votes
2answers
144 views

How to change part and chapter pages on KOMA-Script?

In KOMA-Script classes, how can I change the appeareance (font size, color, arrangment, content, etc.) of the page created by \part an \chapter? The pagestyle can be changed easily with KOMA-Script ...
5
votes
1answer
149 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} ...
5
votes
1answer
176 views

Biblatex bibliography section changes chapter name in header

I'm putting together my thesis, using the Koma script book class and biblatex to create separate reference lists for each chapter. I'm putting the name of the chapter in the header of each left page, ...
6
votes
1answer
42 views

Why does scrheadings + tgschola triggers a font shape warning?

This code: \documentclass{scrartcl} \usepackage{tgschola} \usepackage[T1]{fontenc} \usepackage{scrpage2} \pagestyle{scrheadings} \begin{document} a \end{document} gives this warning LaTeX Font ...
7
votes
3answers
118 views

How to set the baseline for headers with scrpage2?

I want the left and the right header to have the same baseline, regardless of the height of the content they yield. To demonstrate this, assume \documentclass{scrartcl} \usepackage{scrpage2} ...
0
votes
0answers
26 views

Lyx and Hebrew - Subsection numbering in the wrong direction [duplicate]

I'm using LaTeX to typeset Hebrew math papers, and just started using LyX for that purpose. I use the KOMA script article class and XeTeX, and everything works great except for one glitch: The ...
5
votes
1answer
65 views

How much pt is headings=small?

I am using this code for my seminar paper: \documentclass[headings=small,fontsize=12pt,a4paper,oneside,]{scrreprt} but I was wondering: how many pt are headings=small? It looks like 14pt but I am ...
3
votes
1answer
106 views

\twosides in KOMA - Why is my titlepage not centered

I'm using scrbook with the twosidesoption, and BCOR=10mm. The title page, being an odd page, has a large margin on the right, and a small margin on the left. I'm currently using the following to make ...
4
votes
2answers
166 views

Scrbook: Using fallback calculation to setup font sizes

When using the class scrbook and customizing the font size prior the usage of \printbibliography I got these warning (and in big documents I got them several times): Class scrbook Warning: Using ...
2
votes
2answers
143 views

KOMA-Script scrreprt: Section numbering and heading embodied into the first line of text

Using KOMA-Script package scrreprt I need to have the section numbering and heading included in the first paragraph of the section itself and the numbering of sections restarting from each chapter, ...
4
votes
3answers
189 views

Spider Graph Legend and Caption

I would like to add: legend (Red, blue and Green) and figure caption (with legend) for my Keviat plot. The code of my keviat is listed below. Thank you \documentclass[]{scrartcl} ...
0
votes
0answers
28 views

Reduce the space above 'scrreprt's TOC [duplicate]

Is there a way to reduce the vertical space above the table of contents in the scrreprt?
4
votes
1answer
119 views

Properly top align caption beside threeparttable using KOMA-script

Things look pretty good without threeparttable. Uncomment threeparttable and tablenotes results in the caption riding up into the previous paragraph. \documentclass{scrbook} ...
4
votes
2answers
168 views

KOMA-Script captionbeside and custom floats

In a KOMA-Script report, I want to use a custom float for algorithms and display an algorithmic-environment with a caption right next to it instead of below. Apart from the fact that I have to wrap ...
0
votes
1answer
123 views

Pagestyle wrong after \cleardoublepage [closed]

Using KOMA-script I have problems with a twosided document. I want my sections to start on an odd page, so i use \cleardoublepage before starting the next section. I want the section title to be ...
4
votes
2answers
147 views

\endnote inside \author tag

I have a rather complicated document of the {scrartcl} class, derived from the .tex file I downloaded off this page http://www.howtotex.com/templates/template-added-two-column-color-article/ I try to ...
3
votes
1answer
121 views

KOMA-Script Headlines: Problem with underlining and pagestyle on onesided-print

I've got some code provided by Markus Kohm (KOMA-Script author) in „Die TeXnische Komödie“ (members journal of german TeX users group) volume 3/2012. He's showing how to easily modify the headlines ...
4
votes
2answers
88 views

layout section heading

Language requires the following layout for section headings: b. The number and the following period should be in boldface; the heading text should be in SMALL CAPITALS. d. Do not use more than two ...
3
votes
2answers
211 views

How to change “Appendix A” to “Appendix”

I'm using Lyx, Book(Koma-Script) document class. Everything seems to work OK except I've been fiddling around for ages trying to change the name of my single appendix in the TOC from "Appendix A. Blah ...
4
votes
2answers
106 views

Part title in list of figures and tables?

I'm using KOMAScript. I have a \listoffigures and a \listoftables. My document has several \part{}'s. In the two lists the figures and tables are already grouped (small vertical space) by the ...
0
votes
2answers
50 views

Access the title when defining page headers?

I'm trying to wrap up some stuff into a document class that I have always coded manually into the document files so far. During this, I ran into a problem. Given the following MWE ...
5
votes
1answer
267 views

How can I get US letter output from KOMA-script's scrlttr2 class?

I use KOMA-script for most everything, including correspondence. This is painless when I am using A4 paper, but when I try to use US letter, the problems start. With the scrartcl class, ...
1
vote
0answers
90 views

Asymmetrical layout in two-sided document

I use two-sided document mode in Book class KOMA Script. It works well in the sense that the ToC, chapters, titles starts from the odd pages. Exactly we I need in a book. In a recent book I need to ...
1
vote
1answer
134 views

Get rid of the word “equation” in cross references

I'm using the thesis template that comes with LyX and whenever I make a cross reference for an equation it comes along with the word "Equation XX.YY" and I just want the number "XX.YY". The document ...
2
votes
0answers
201 views

Modifying a letter with scrlttr2

I'm writing my first letter with LaTeX, and I need some help: I need to put the address of the sender on the upper left side of the page. Put my name in the lower right part of the page. I would ...
5
votes
1answer
94 views

Have \cleardoublepage working in oneside scrreprt

That seems quite elementary, but I didn't find the answer. How can I have the \cleardoublepage command work in a oneside environment? That seems kind of odd to ask for that, but I have to send an ...

1 2 3 4 5 7