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

2
votes
0answers
38 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 ...
5
votes
0answers
32 views

Koma-script scrpage2 footer height

After lots of googling and hear-tearing, I'm turning grey and old, and no wiser... I switched from LaTeX plain classes (article, report, etc.) to Koma-Script. And from fancyhdr to ...
3
votes
1answer
67 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
57 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 ...
8
votes
2answers
92 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@ ...
0
votes
0answers
25 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
33 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
57 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
49 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
53 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
35 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
58 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
83 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
39 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
65 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
95 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
116 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 ...
3
votes
1answer
102 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
117 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
38 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
92 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
25 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
54 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
88 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
131 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
101 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
164 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
83 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
141 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
96 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
126 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
102 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
79 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
163 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
92 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
47 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
223 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
81 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
117 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
153 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
78 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 ...
3
votes
1answer
52 views

Changing footnote label font in KOMA classes

How can I change the font used for the footnote marker in the body of the text, especially in the KOMA classes? KOMA-Script lets me change the footnote font label in the footnote, e.g. ...
5
votes
2answers
157 views

KOMA-Script scrbook: How to remove period after part

I'm using scrbook to typeset a document and I'm using \part for formatting the parts of it. The default output renders \part{Mytitle} into Part I. Mytitle Now I'd like to get rid of the ...
2
votes
1answer
185 views

Creating a list of abbreviations with KOMA-Script

I could not find the commands for creating a list of abbreviations with KOMA-Script. Could someone please tell it to me? Also could someone please tell me if the abbreviations list has to be at the ...
5
votes
2answers
74 views

write to back page of part

I have defined (using koma-script), that chapters only start on the right side. The same applies to part pages. So far this is ok. But now I want to insert a contents list (using titletoc) on the ...
15
votes
1answer
330 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
70 views

KOMA-Script: Adjust text region based on header height

I'd like to put an image into the headline using scrpage2, but the text runs through the image, because the height of the headline seems not to be adjusted. The KOMA-Script documentation doesn't seem ...
9
votes
1answer
107 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} ...
1
vote
1answer
176 views

How to use Koma-script only to change font size? [duplicate]

I've been using \documentclass{article}, but would like to set a default font outside the range of that document class. The recommended solution I found on tex.exchange was to use KOMA-script, but ...

1 2 3 4 5 7