Tagged Questions
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
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 ...
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
2answers
347 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?
2
votes
2answers
348 views
KOMA-Script unequal left/right margin
I'm using the following header
\documentclass[fontsize=11pt]{scrbook}
\usepackage{amsmath,amssymb,amsfonts,hyperref}
\begin{document}
\large
%%% Header %%%
\title{My Title}
\author{John J. Johnson}
...
3
votes
2answers
260 views
Change font color of scrbook titlepage
I have the following code:
\documentclass[a4paper,landscape,12pt,oneside]{scrbook}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{xcolor}
...
4
votes
1answer
263 views
Customizing \maketitle output with \minipage's inside \titlehead => Alignment problems
I am trying to customize the title of my scrreprt class document.
The \titlehead looks like this (basically, three 'columns' created with three instances of \minipage):
\titlehead{
\large
...
9
votes
1answer
756 views
Change the title size in scrartcl
I'd like to use a smaller title. I'm using the scrartcl documentclass from the KOMA-Script bundle. I can change it's color font but not it's size.
\setkomafont{title}{\normalfont\bfseries\small}
...
1
vote
1answer
177 views
Abstract not on a separate page
I'm writing a scientific paper for my university. The page after my table of contents I would like to start my document with a abstract, directly following with the first section. As far as I know, ...
5
votes
2answers
167 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}
...
3
votes
1answer
249 views
Is there a \lowertitleback for \extratitle?
I am using the koma package to typeset my thesis and was wondering if there is something like "\lowerextratitleback", i.e. the analog of \lowertitleback for the extra title page which can be set using ...
9
votes
4answers
3k views
How to include abstract into titlepage?
I don't want to have the abstract on a separate page but rather under the title. Also I then want to end the page and don't begin with the actual document.
This is my minimal example:
...
7
votes
1answer
2k views
scrartcl: Remove page number on title page
I'm writing the abstract for my bachelor thesis. Therefore I use LaTeX.
Now I have the structure of my document, but it always prints me a page number on the page. It is only one page and instead of ...
2
votes
2answers
441 views
KOMA-article: Page X of Y not showing in first page footer
(Warning: Question from newbie to LaTeX :-)
Using koma-article in Org-mode, I want to show "X of Y" in the footer of all pages. I followed the instructions in this post, and it works fine for pages 2 ...
3
votes
2answers
1k views
Make titlepage one-sided (centered) while all other pages are two-sided
I am using scrbook to write a small paper. I am trying to create a title page which displays its contents (title, author, institution) with a one-sided layout, while all other pages should use a ...
9
votes
3answers
2k views
Remove margins for title page
The scrbook class calculates margins automatically. For the title page of a book, I would like no margins at all, so that the text would be centered properly.
How can I disable all margins for the ...
10
votes
3answers
5k views
Full page image as title page
Background
Wrote a technical manual in LyX. The technical manual currently has two parts:
Cover image (PDF)
Manual text (PDF)
Problem
When merging the two PDF files (with GhostScript or other ...
4
votes
2answers
950 views
Force KOMA-Script title to fill whole page
I’m using KOMA-Script (scrreprt) and its excellent set of macros to define a rich title page:
\documentclass{scrreprt}
\usepackage[showframe,pass]{geometry}
\subject{Subject}
\title{Title}
...
