summaryrefslogtreecommitdiffstats
path: root/techwsw/essence_of_hwsw.tex
blob: 782e348c892490b8006660d2b07f8615d8d93b04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
\documentclass[a4paper]{article}

% 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}
% encoding / fonts
\usepackage[T1]{fontenc}
% urls
\usepackage{url}

\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}

\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}

\end{document}