mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-03-14 17:00:05 +01:00
46 lines
666 B
TeX
46 lines
666 B
TeX
\documentclass{article}
|
|
|
|
\input{~/projects/latex/janishutz-helpers.tex}
|
|
|
|
\usepackage{lmodern}
|
|
\setFontType{sans}
|
|
|
|
\setup{Data Modelling \& Databases}
|
|
|
|
\begin{document}
|
|
\startDocument
|
|
|
|
\vspace{1cm}
|
|
\begin{center}
|
|
\includegraphics[width=0.5\linewidth]{~/projects/latex/assets/logo.jpg}
|
|
\end{center}
|
|
|
|
|
|
\vspace{2cm}
|
|
\begin{center}
|
|
\begin{Large}
|
|
\quote{A funny quote by a professor}
|
|
\end{Large}
|
|
|
|
\hspace{3cm} - Prof. Dr. Professor Name, YEAR
|
|
\end{center}
|
|
|
|
\vspace{1.5cm}
|
|
\begin{center}
|
|
FS2026, ETHZ
|
|
|
|
\begin{Large}
|
|
Summary of the Script and Lectures
|
|
\end{Large}
|
|
\end{center}
|
|
|
|
|
|
\newpage
|
|
\printtoc{Aquamarine}
|
|
|
|
|
|
|
|
|
|
|
|
\end{document}
|