aboutsummaryrefslogtreecommitdiffstats
path: root/DigDes.tex
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-08-25 17:14:07 +0200
committerNao Pross <np@0hm.ch>2021-08-25 17:19:22 +0200
commit5f830c63aa251de789313df6c548d937bd48d53b (patch)
tree23e37f651c1c533f82e6df78dc82db2d0dfd4155 /DigDes.tex
parentHSR colors (diff)
downloadDigDes-5f830c63aa251de789313df6c548d937bd48d53b.tar.gz
DigDes-5f830c63aa251de789313df6c548d937bd48d53b.zip
Typos, add abstract and samples, finish workflow diagram
Diffstat (limited to 'DigDes.tex')
-rw-r--r--DigDes.tex17
1 files changed, 16 insertions, 1 deletions
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: