aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorY. Wang <yw05@forksworld.de>2021-11-26 22:23:08 +0100
committerY. Wang <yw05@forksworld.de>2021-11-26 22:23:08 +0100
commit9b8f7ae66378132b2392d69a1d30f0617cca2885 (patch)
tree6f5f96eccb211b65d3511bc6c5ee1587ab085f88 /assets
parent5020277ef59d4d0a531f337c2ec583399195880c (diff)
downloadadvtrains-9b8f7ae66378132b2392d69a1d30f0617cca2885.tar.gz
advtrains-9b8f7ae66378132b2392d69a1d30f0617cca2885.tar.bz2
advtrains-9b8f7ae66378132b2392d69a1d30f0617cca2885.zip
Add cover art
Diffstat (limited to 'assets')
-rw-r--r--assets/manual2/manual.tex10
1 files changed, 9 insertions, 1 deletions
diff --git a/assets/manual2/manual.tex b/assets/manual2/manual.tex
index dcce4ff..046fc51 100644
--- a/assets/manual2/manual.tex
+++ b/assets/manual2/manual.tex
@@ -85,9 +85,17 @@
\begin{document}
\thispagestyle{empty}
-\maketitle
+\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}
\newpage
+\maketitle
\tableofcontents
\newpage