version 1.0.0
Stefan Schuermans authored 12 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)
|
version 1.0.0
Stefan Schuermans authored 12 years ago
|
25) http://wiki.blinkenarea.org/index.php/Bulb}
26)
27) \author{Stefan Sch�rmans, BlinkenArea \\
28) stefan@www.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.
42) Die beiden gr�nen Punkte am rechten Rand kennzeichnen die Kathode.
43) Im Symbol sind sie als zus�tzliche schwarze Punkte dargestellt. &
44) LED: small, partly transparent. Pay attention to the polarity.
45) The two green dots at the right side mark the cathode.
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} &
|
update part pictures, symbo...
Stefan Schuermans authored 12 years ago
|
73) Schalter: scharz, zwei kleine weisse Hebel, 4 Pins. Pin 1 ist dort, wo
74) die Zahl 1 aufgedruckt ist. Im Symbol ist Pin 1 mit einem kleinen Kreis
75) gekennzeichet.&
76) Switch: black, two small white levers, 4 pins. Pin 1 is where the
77) number 1 is printed onto the device. In the symbol, pin 1 is marked
78) with a small circle\\
|