Add title, author, date to title page

This commit is contained in:
Anton Mosich 2022-06-08 22:09:57 +02:00
parent 998bb4228d
commit a2ab62c1db
Signed by: Flugschwein
GPG Key ID: 9303E1C32E3A14A0
1 changed files with 4 additions and 0 deletions

View File

@ -113,6 +113,10 @@ postaction={decorate}},
\draw[very thick] ([xshift = -175+40pt, yshift = 120]current page.south east)
arc [radius=40pt, start angle=0, end angle=90];
% Title, Author & Date
\node at ([yshift = -.45\paperheight]current page.north) {\Huge{ \textbf{Lineare Algebra 2} }};
\node at ([yshift = -.52\paperheight]current page.north) {\Large{Philipp Grohs}};
\node at ([yshift = -.55\paperheight]current page.north) {\large{\LaTeX-Satz: Anton Mosich}};
\node at ([yshift = -.60\paperheight]current page.north) {\large{Sommersemester 2022}};
\end{tikzpicture}
\end{titlepage}