summaryrefslogtreecommitdiffstats
path: root/techwsw/essence_of_hwsw.tex
diff options
context:
space:
mode:
Diffstat (limited to 'techwsw/essence_of_hwsw.tex')
-rw-r--r--techwsw/essence_of_hwsw.tex33
1 files changed, 31 insertions, 2 deletions
diff --git a/techwsw/essence_of_hwsw.tex b/techwsw/essence_of_hwsw.tex
index 1b929ec..782e348 100644
--- a/techwsw/essence_of_hwsw.tex
+++ b/techwsw/essence_of_hwsw.tex
@@ -3,11 +3,21 @@
% math
\usepackage{amsmath}
% figures
+\usepackage{adjustbox}
\usepackage{float}
\usepackage{graphicx}
+\usepackage{tikz}
+\usepackage{subcaption}
+\usepackage{pgfplots}
+\pgfplotsset{compat=1.9}
+
+% circuits
+\usepackage{pst-circ}
+
% foonotes
\usepackage[bottom]{footmisc}
% tables
+\usepackage{booktabs}
\usepackage{array}
% language
\usepackage[italian]{babel}
@@ -19,18 +29,37 @@
\title{Hardware e Software}
\author{Naoki Pross}
+% custom macros
+\newcommand{\placeholderfig}[1]{%
+ \includegraphics[width=.6\textwidth]{res/placeholder}
+ \message{Placeholder figure #1}
+}
+
\begin{document}
\maketitle
\break
\tableofcontents
+% \listoffigures
\include{tex/memorie}
\include{tex/circuiti_digitali}
\include{tex/convertitori}
\include{tex/trasmissione_seriale}
-\section*{Bibliografia}
+\begin{thebibliography}{9}
+ \bibitem{petrini1} Elettronica: Componenti digitali e programmabili,
+ {\it E. Cuniberti e L. De Lucchi}, Petrini 2008
+
+ % trasmissione seriale
+ \bibitem{ferrigno} I bus di comunicazione seriale, {\it Luigi Ferrigno}, \\
+ \url{http://webuser.unicas.it/misure/MAQ_270/USB/SERIALE%20ED%20USB.pdf}
+
+ \bibitem{wiki:usb}
+ USB. (2017, November 25). {\it Wikipedia, The Free Encyclopedia}, \\
+ \url{https://en.wikipedia.org/w/index.php?title=USB&oldid=812045888}
+
+\end{thebibliography}
-\include{tex/cc-license}
+% \include{tex/cc-license}
\end{document}