aboutsummaryrefslogtreecommitdiff
path: root/assets/manual/tex/title.tex
diff options
context:
space:
mode:
authorY. Wang <yw05@forksworld.de>2022-08-10 09:57:15 +0200
committerY. Wang <yw05@forksworld.de>2022-08-10 09:57:15 +0200
commit4f9bd72a847ccec3b580def8a4ca2ee12e453477 (patch)
tree03d22fb205cfd4bf128e36a84ea94f43ac6267df /assets/manual/tex/title.tex
parent5cc7f50bad779e4f4efb747a74bbce53a7e05cd3 (diff)
downloadadvtrains-4f9bd72a847ccec3b580def8a4ca2ee12e453477.tar.gz
advtrains-4f9bd72a847ccec3b580def8a4ca2ee12e453477.tar.bz2
advtrains-4f9bd72a847ccec3b580def8a4ca2ee12e453477.zip
Reformat RWT documentation as manual pages
Diffstat (limited to 'assets/manual/tex/title.tex')
-rw-r--r--assets/manual/tex/title.tex20
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/manual/tex/title.tex b/assets/manual/tex/title.tex
new file mode 100644
index 0000000..5430979
--- /dev/null
+++ b/assets/manual/tex/title.tex
@@ -0,0 +1,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: \ No newline at end of file