KOMA-Script is a bundle of classes and packages replacing the LaTeX standard classes and providing additional features with emphasis on typography and versatility.
1
vote
2answers
39 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
29 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
85 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
46 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
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 ...
9
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
27 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
37 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
58 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
53 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
56 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
84 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
40 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
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
...
4
votes
2answers
117 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
103 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
119 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
39 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
95 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
89 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
132 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
106 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
166 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
84 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
147 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
98 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
104 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
81 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
166 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
97 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
48 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
225 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
84 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
119 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
158 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
160 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
187 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
332 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 ...




