KOMA-Script is a bundle of classes and packages replacing the LaTeX standard classes and providing additional features with emphasis on typography and versatility.
4
votes
2answers
192 views
Changing text area for Table of Contents in Koma Script
My friend is just about to submit her Diplomarbeit (German M.Sc.) and she bumped into a tiny corner of Koma-Script. The Table of Contents was just a tiny bit too long. Thus, one chapter was forced ...
3
votes
0answers
393 views
Undefined control sequence on \subtitle [closed]
Using the very simple LaTeX document below, named test.tex:
\documentclass{scrartcl}
\begin{document}
\title{(Title)}
\subtitle{(Subtitle)}
\author{(Author)}
\maketitle
\end{document}
When ...
0
votes
1answer
199 views
Increasing left margins when using scrbook with geometry
I am producing a very large book and need to shift the pages just a little to the right because of excess content generated in the left margin. I cannot have it set both margins bigger as the problem ...
1
vote
0answers
139 views
How to avoid extra pages before titlepage with scrbook and glossaries? Strange problem [closed]
I am encountering a very strange problem when combining the scrbook class and glossaries package. When using the glossaries package, two extra pages will always be added before the titelpage. This is ...
8
votes
1answer
102 views
Doublespacing is moving my page number
I'm using the KOMA-Script report scrreprt to typeset my PhD thesis and the graduate school requires that the main text be double spaced and that the page number be in the top right. When I enable ...
2
votes
1answer
168 views
Change fontsize inside float in KOMA class
I need to change the fontsize to 11pt inside a table environment. The default setting of the document is 12pt using scrartcl, but I need to change this to exact 11pt in the float (the reason is that ...
17
votes
2answers
147 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 ...
5
votes
2answers
275 views
Biblatex: bibliography section headings without numbers in scrreprt or scrbook
The following code produces headings on the section level starting with the number of the section before the bibliography:
\documentclass{scrbook}
\usepackage{csquotes}
\usepackage[english]{babel}
...
4
votes
1answer
153 views
How can I force hyphenation in chapter titles?
I have a (German and English) document, which uses the scrbook class fromt he KOMA package, with long German words in the chapter titles.
I would like Latex to hyphenate those words when necessary, ...
0
votes
1answer
228 views
Using KOMAoptions to produce landscape output produces empty page
I am writing my thesis and received a template for inserting landscape graphics on a typical paper when using pdflatex (which I am). It looks like this:
\newpage
...
2
votes
1answer
113 views
Changing options based on generated document length
I am creating lots of letters using the scrlttr2 package and some variables that change per letter. The contents of these variables might cause the letter to take up an additional page that I would ...
0
votes
0answers
28 views
Chapters on the same page or not displaying parent counters [duplicate]
Possible Duplicate:
Start new chapter on same page
Using the scrbook class so far, what I want is either to get new chapters to start on the same page as the last one (after a reasonable ...
17
votes
1answer
469 views
What packages are incompatible with KOMA-Script?
Triggered by the question why should I not use the koma script classes results practically necessarily a consequence question: What packages are incompatible with KOMA-Script?
KOMA-Script offers ...
28
votes
6answers
2k views
Why should I *not* use the KOMA-Script classes?
I've heard a lot of recommendations to use the KOMA-Script document classes in place of the base document classes. I appreciate that there is a lot of added functionality, and customisation is easier. ...
7
votes
3answers
287 views
Section open right in scrbook
Using scrbook, I would like sections to open on a new odd page, like chapters do. How can I achieve that?
6
votes
2answers
161 views
Get \psbarcode to accept custom variable
I'm trying to use \psbarcode in a manner that it will take a premade variable to render the barcode. MWE that fails is below,
\documentclass{minimal}
\usepackage{auto-pst-pdf}
...
5
votes
2answers
161 views
Redefinition problem with \maketitle from KOMA class (with optional argument)
I try to redefine the \maketitle command as shown below.
If I use an optional argument in the redefinition I get the TeX capacity exceeded error.
Any suggestion why?
MNWE:
\documentclass{scrreprt}
...
1
vote
1answer
162 views
page headings in scrbook and xepersian
I found the page about page numbers in xepersian, but the problem seems to be more general. I cannot get the page headings with scrpage2 in the KomaScript classes to work. I tried the following:
...
1
vote
1answer
270 views
KOMA-Script footer margins
I am doing one-page documents with title and I need more space so all text can be put on that page. I achieve this by \typearea{12}. What happens is that the footer margin gets absurdly large (say, ...
2
votes
1answer
74 views
How to get \marks with longtable?
I'm using longtable and trying to use \marks. So far I've got no luck.
MWE:
\documentclass[a5paper,pagesize]{scrartcl}
\usepackage{longtable}
\usepackage{scrpage2}
...
5
votes
1answer
376 views
How to set headsepline length?
I'm writing a document using scrbook document class and while I was able to set up all header and footer apparence, I can't find a way to set headsepline length (seems to follow \textwidth settings, ...
0
votes
0answers
24 views
KOMA-Script: Roman page numbers for the first few pages [duplicate]
Possible Duplicate:
Roman numeral numbering for introductions
I'm writing a document with KOMA-Script and the scrreprt class.
I'm wondering how to force the first few pages of the document ...
0
votes
1answer
208 views
scrbook margin - ratio between top and bottom is wrong
I use the following document class
\documentclass[11pt,a4paper,twoside]{scrbook}
with default header and footer (chapter/section in header and the page number in the footer)
My problem is, that ...
2
votes
1answer
380 views
Jenor chapter style
Is it possible to get the Jenor chapter style available with the memoir documentclass in the scrreprt documentclass (Koma-script)?
Here is a link to Jenor style.
6
votes
1answer
138 views
Mark key-value class options as used
I have written a wrapper for the scrartcl class in the following way:
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{mycls}[2012/08/23]
\RequirePackage{kvoptions}
\DeclareStringOption{title}
...
5
votes
3answers
296 views
Is there a way to align the footnote mark with the top of the footnote text?
Here is a MWE:
\documentclass[12pt]{scrartcl}
%%Footnote Mods%%
\deffootnote[1.8em]{0pt}{1.6em}{\textsuperscript{\thefootnotemark}}
%%%%%%
\begin{document}
Sample text%
%
\footnote{Footnote text}
%
...
0
votes
1answer
393 views
Troubles using koma-moderncv [closed]
I am some trouble writing a CV using koma-moderncv package. I am running MikTex 2.9 with TexnicCenter RC 1. I have installed the package via the package manager that comes along with MikTex. After ...
5
votes
1answer
265 views
Center parts in toc with tocloft
I'm trying to create a toc in a large Latex document which uses the KOMA script.
In the toc I would like to center the parts and remove all other components (pagenumber, partnumber). I use tocloft (a ...
2
votes
2answers
529 views
Twoside: headsepline is missing at beginning of a new chapter
Today I changed in my latex document for my dissertation the option to "twoside". After that I got a problem with some headseplines. Everytime when it comes to a new chapter, the first side doesnt get ...
5
votes
3answers
139 views
Chapter list in TOC whilst using \chapter{} only
I have a fiction book to typeset and I am using scrbook class as I thought that it is very flexible. For every chapter beginning I am using \chapter{} command and leave the field inside {} empty, so ...
8
votes
2answers
472 views
scrreprt - add levels below \subparagraph
I have to write my thesis in (German) law and we usually use a very nested headline system.
I use scrreprt and have these levels:
(part)
chapter
section
subssection
subsubsection
paragraph
...
3
votes
1answer
243 views
Puzzled as to “centering” of KOMA-script captions
Section 3.20 of the KOMA-script documentation ("scrguien.pdf", pp. 120-1) prescribes the syntax \setcapwidth[justification]{width} for the formatting of a caption. [c] is the option for centering.
...
4
votes
1answer
185 views
Linebreaks in KOMA-script captions
Using the captions package, linebreaks can be incorporated into figure-captions easily:
\documentclass[12pt]{book}
\usepackage{graphicx}
\usepackage{caption}
\begin{document}
\begin{figure}[htbp]
...
5
votes
2answers
191 views
Suppressing figure numbers in KOMA-Script captions
I am in the process of replacing the caption package with KOMA-Script in a long document. Where caption allows me to suppress the figure-number at the start of any caption by using \caption*{text}, I ...
5
votes
2answers
762 views
Aligning address with body of letter in scrlttr2
In scrlttr2, I wish to align the address with the body of the letter. I tried this:
\@setplength{toaddrhpos}{\oddsidemargin}
But it moves the address almost to the left edge of the paper.
How can ...
2
votes
1answer
278 views
Appendices title before list of appendices
My table of contents has the following form:
1. Foo ............................. 1
2. Boo ............................. 2
A. something 1 ..................... 3
B. something 2 ..................... ...
4
votes
1answer
431 views
Make \part in scrartcl
I am using the scrartcl of well-known KOMA-script (to those that know it well). As you know the article class has an environment called Abstract. Great, I like this and I use it. However, what I ...
5
votes
3answers
365 views
How to increase the numwidth for a part in ToC?
I am using a Koma-Script Book and I would like to begin the part numbers from 2012. However, 4 digit part number entries are causing a problem in the tableofcontents. There is a hbox overfull and the ...
3
votes
1answer
212 views
Table of contents broken with Koma Script and lstdoc
There seems to be some negative interaction between Koma Script (using version 3.11a) and the lstdoc package in my example document. The MWE works nicely when I comment out \usepackage{lstdoc} but ...
4
votes
2answers
303 views
Numbering sections as 1A, 1B, 2A, 2B, etc
I use scrartcl. I would like the sections to be numbered 1A, 1B, 2A, 2B, etc. I would like subsections etc. to be numbered 1A.1, 1A.2, etc. the idea is to present theory in the "A" sections and ...
1
vote
0answers
484 views
texlive-latex-extra and koma-moderncvclassic [closed]
I installed the ubuntu package texlive-latex-extra which contains a latex package "koma-moderncvclassic".
However, if I compile a document
\documentclass{scrartcl}
\usepackage[ngerman]{babel}
...
7
votes
5answers
395 views
How to include online postage in a scrlttr2 letter?
The class scrlttr2 is well suited for using
window envelopes by default. That means that it prints the address at the
standardized position.
In Germany, you can buy online postage which is supposed ...
4
votes
2answers
457 views
Letterhead creation query
I am new to Latex but wish to learn more. Does anyone here know how to create a letterhead using Latex? It will consist of a small image on the top left-hand side of each page and some text to the ...
11
votes
1answer
526 views
Which one is it: a4paper or paper=a4?
I'm using XeLaTeX mostly, and I never know what to put into \documentclass[]{}.
Usually I use something like \documentclass[a4paper, 11pt]{scrartcl}. But I never know whether it's a4paper or paper=a4. ...
4
votes
1answer
583 views
Alternating header in scrreprt with scrpage2
I want to achieve the following:
In a twoside document I want to display the chapter title on even pages and the section (plus subsection if there is one) title on odd pages. So that for odd pages it ...
3
votes
1answer
374 views
KOMA landscape/portrait
Got an problem regarding landscape pages in a portrait report.
The first sheet is according to the koma manual and works fine. The second with the same code won't.
Example:
\documentclass[ 12pt, ...
5
votes
1answer
233 views
BCOR not part of paper dimensions
First of all: This is my first attempt using to the KOMA-classes.
It seems to me that the binding correction is not taken into account in what I am trying right now. If I understand typearea right, ...
25
votes
3answers
973 views
Nicely force 66 characters per line
I would like to have "something" (a package, a trick, a macro, ...?) that makes it possible for me to nicely play with the margins (or the layout) in order to set the average or typical number of ...
6
votes
2answers
327 views
“Double use” of a4paper (geometry/KOMA)?
In my preamble, should I give the a4paper option just once or twice, i. e. once for the KOMA-script document class (scrartcl) and once for geometry? Is this redundant or does scrartcl need the option ...
6
votes
1answer
426 views
TeX capacity exceeded, when flexisym scrreport, hyperref, and section heading with math all used together
I'm getting the error:
TeX capacity exceeded, sorry [input stack size=5000]
Under the following very specific combination of packages and document class:
\documentclass{scrreprt}
...