first version of manual
Stefan Schuermans authored 5 years ago
|
1) \documentclass[a4paper]{article}
2)
3) \usepackage{amsfonts}
4) \usepackage{amsmath}
5) \usepackage{array}
6) \usepackage{fullpage}
7) \usepackage[left=1cm,right=1cm,top=1cm,bottom=1cm,nohead,nofoot]{geometry}
8) \usepackage{graphicx}
9) \usepackage[latin1]{inputenc}
10)
11) \newcommand{\vtopimage}[2]{
12) \setlength\fboxsep{1pt}
13) \setlength\fboxrule{0pt}
14) \fbox{\includegraphics[width=#1]{#2}}
15) }
16) \newcommand{\partimage}[1]{\vtopimage{.1\textwidth}{#1}}
17) \newcommand{\partphoto}[1]{\partimage{photos/#1.jpg.eps}}
18) \newcommand{\partsymbol}[1]{\partimage{symbols/#1.svg.eps}}
19)
20) \begin{document}
21)
22) \setlength{\parindent}{0in}
23)
24) \title{Chaosknoten - animated logo board 1.0 \\
25) https://wiki.blinkenarea.org/index.php/Chaosknoten}
26)
27) \author{Stefan Sch�rmans, BlinkenArea \\
28) stefan@blinkenarea.org}
29)
30) \maketitle
31)
32) \section{Bauteile / Parts}
33) \label{sec:parts}
34)
35) \begin{tabular}{rm{.1\textwidth}m{.1\textwidth}m{.3\textwidth}m{.3\textwidth}}
36) \# & Photo & Symbol &
37) Beschreibung & Description \\
38) \hline
39) \\
40) 42 & \partphoto{led} & \partsymbol{led} &
41) LED: klein, teilweise transparent. Die Polung ist zu beachten.
|
first version of manual
Stefan Schuermans authored 5 years ago
|
46) In the symbol, they are shown as additional black dots. \\
47) \\
48) 1 & \partphoto{resistor} & \partsymbol{resistor} &
49) Widerstand: klein, Aufruck ``1002''. Die Polung ist unwichtig. &
50) Resistor: small, label ``1002''. The polarity is not important. \\
51) \\
52) 1 & \partphoto{capacitor} & \partsymbol{capacitor} &
53) Kondensator: klein, braun, kein Aufruck. Die Polung ist unwichtig. &
54) Capacitor: small, brown, no label. The polarity is not important. \\
55) \\
56) 1 & \partphoto{transistor} & \partsymbol{transistor} &
57) Transistor: kleines IC, 8 Pins. Die Polung ist zu beachten.
58) Der kleine Punkt in der unteren linken Ecke markiert Pin 1.
59) Im Symbol wird Pin 1 durch einen Halbkreis am linken Rand gekennzeichnet. &
60) Transistor: small IC, 8 pins. Pay attention to the polarity.
61) The small dot in the lower left corner marks pin 1.
62) In the symbol, pin 1 is indicated by a half circle at the left. \\
63) \\
64) 1 & \partphoto{microcontroller} & \partsymbol{microcontroller} &
65) Mikrokontroller: gr��eres IC, 20 Pins. Die Polung ist zu beachten.
66) Der kleine Punkt in der oberen linken Ecke markiert Pin 1.
67) Im Symbol wird Pin 1 durch einen Halbkreis am oberen Rand gekennzeichnet. &
68) Microcontroller: bigger IC, 20 pins. Pay attention to the polarity.
69) The small dot in the upper left corner marks pin 1.
70) In the symbol, pin 1 is indicated by a half circle at the top. \\
71) \\
72) 1 & \partphoto{switch} & \partsymbol{switch} &
|