mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-03-14 23:10:03 +01:00
53 lines
913 B
TeX
53 lines
913 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 curry can be written in many different ways}
|
|
\end{Large}
|
|
|
|
\hspace{3cm} - Prof. Dr. Gustavo Alonso, 2026
|
|
\end{center}
|
|
|
|
\vspace{1.5cm}
|
|
\begin{center}
|
|
FS2026, ETHZ
|
|
|
|
\begin{Large}
|
|
Summary of the Script and Lectures
|
|
\end{Large}
|
|
\end{center}
|
|
|
|
|
|
\newpage
|
|
\printtoc{Aquamarine}
|
|
|
|
|
|
\section{Introduction}
|
|
A note on the quote on the title page: He did not \textit{actually} mean ``curry'', but of course ``query'', but he just pronounced it that way.
|
|
|
|
|
|
\newsection
|
|
\section{SQL}
|
|
\input{parts/00_sql/00_intro.tex}
|
|
|
|
|
|
|
|
\end{document}
|