Skip to content
Snippets Groups Projects
Commit 5d3d5007 authored by John Swinbank's avatar John Swinbank
Browse files

Parameterize title position

parent a4ce70bd
Branches
No related tags found
No related merge requests found
......@@ -207,6 +207,11 @@
%
% Construct the title page, history, etc.
%
% How far should the title be position from the top of the page?
\newlength{\titleDescent}
\setlength{\titleDescent}{4cm}
\if@shortDoc
\renewcommand{\maketitle}{
\begin{textblock*}{0.45\textwidth}(\sideMargin, 0.80cm)
......@@ -220,7 +225,7 @@
}
\else
\renewcommand{\maketitle}{
\vspace*{4cm}
\vspace*{\titleDescent}
\begin{center}
\begin{minipage}{0.7\textwidth}
\centering\LARGE\textbf{\docTitle{}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment