blob: 543097946e3bb06e4441b4489cd4668c15f05c13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
\ifx\HCode\undefined
\thispagestyle{empty}
\begin{tikzpicture}[remember picture,overlay]
\newcommand{\HUGE}[1]{\scalebox{2}{\Huge #1}}
\fill[Turquoise] (current page.south west) rectangle (current page.north east);
\node [below,inner sep=0,outer sep=0,name=coverimage] at (current page.north) {\includegraphics[width=2\paperwidth]{screenshot.png}};
\draw ($0.5*(coverimage.south)+0.5*(current page.south)$)
+(0,0.5) node [above] {\HUGE{Advanced Trains}}
+(0,-0.5) node [below] {\HUGE{for Minetest}};
\end{tikzpicture}
\fi
\newpage
\maketitle
\tableofcontents
%%% Local Variables:
%%% mode: LaTeX
%%% TeX-master: "a4manual"
%%% End:
|