From 5f830c63aa251de789313df6c548d937bd48d53b Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Wed, 25 Aug 2021 17:14:07 +0200 Subject: Typos, add abstract and samples, finish workflow diagram --- DigDes.tex | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'DigDes.tex') diff --git a/DigDes.tex b/DigDes.tex index 3991a20..eaf47fc 100644 --- a/DigDes.tex +++ b/DigDes.tex @@ -59,6 +59,8 @@ \title{\texttt{\themodule}: Digital Design} \date{\thesemester} +\setlength{\droptitle}{-1.3cm} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Document @@ -66,10 +68,21 @@ \pagenumbering{roman} \maketitle + +\begin{abstract} + This document is ``open source'', you can find the \LaTeX{} sources at + \url{https://github.com/NaoPross/DigDes}. All diagrams were made with TikZ. + The content is based on the material of Prof. Dr. Zbinden, from the course + \emph{Digital Design} at the University of Applied Sciences Eastern + Switzerland (OST). If you find typos or errors you can open an PR on Github + or mail me at \href{mailto:\theauthoremail}{\texttt{\theauthoremail}} if I'm still + around (until spring 2022) or \href{mailto:np@0hm.ch}{\texttt{np@0hm.ch}}. +\end{abstract} + \tableofcontents \section*{License} -\doclicenseThis +\doclicenseThis{} % \newpage \twocolumn @@ -81,5 +94,7 @@ \input{tex/vhdl} \input{tex/statemachines} \input{tex/testbench} +\input{tex/samples} \end{document} +% vim:ts=2 sw=2 et: -- cgit v1.2.1