mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-11 01:18:27 +00:00
25 lines
502 B
TeX
25 lines
502 B
TeX
\documentclass{article}
|
|
|
|
\input{~/projects/latex/dist/recommended.tex}
|
|
|
|
\setup{Summaries}
|
|
|
|
\begin{document}
|
|
\startDocumentNoTitle
|
|
\usetcolorboxes
|
|
|
|
% TODO: Create and add logo
|
|
\vspace{2cm}
|
|
|
|
\begin{center}
|
|
\begin{Huge}
|
|
This summary and more are available at \hlurl{https://github.com/janishutz/summaries}
|
|
\end{Huge}
|
|
\end{center}
|
|
|
|
\begin{large}
|
|
This allows for quicker updating in case errors are found and you will always have access to the latest version
|
|
\end{large}
|
|
|
|
\end{document}
|