As the title says, how do I increase the space between the title and the subtitle in the scrartcl document class?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
Update: Thanks to egreg's suggestion, here's a shorter patch. We don't need to identify the whole block since We could patch
Note that we created a new length (
Hope it helps. |
||||
|
|
|
Here is a solution, changing the whole
The part that is interesting for you, is between |
||||
|
|


\vspacewithin the fields – Rico Jan 16 at 18:33\maketitlewould be to simply use\begin{titlepage} .... \end{titlepage}and define you're owntitlepageare you using other extratitlepagecommands? – Rico Jan 16 at 19:26\title{your title\\\vspace{chosen-length}}or\subtitle{\vspace{chosen-title}\\ your subtitle}. – Speravir Jan 16 at 20:44\vspaceis the first step in wrong direction:)– Rico Jan 16 at 21:03