diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/6-6-1.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-graphics-companion/6-6-1.ltx | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/6-6-1.ltx b/Master/texmf-dist/doc/latex/latex-graphics-companion/6-6-1.ltx new file mode 100644 index 00000000000..2c479a9bf79 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/6-6-1.ltx @@ -0,0 +1,47 @@ +\documentclass{ppex} +\nonstopmode +\usepackage [basic,box,gate,ic,optics]{circ} \usepackage {xspace} +\pagestyle{empty} + +\begin{document} +\ResetPreambleCommands +\ReadyForTheFray +\usepackage [basic,box,gate,ic,optics]{circ} \usepackage {xspace} +\providecommand{\Lcs}[1]{\mbox{\normalfont\ttfamily\char'134#1}} +\def\Clpin#1 {\expandafter\atpin\CNAME#1 \lpin{#1} } +\def\Crpin#1 {\expandafter\atpin\CNAME#1 \rpin{#1} } +\newcommand{\CC}[3]{% + \circuit0 \csname#1\endcsname1 #2 #3 \endcircuit} +\newcommand{\CCX}[3]{% + \circuit0 \csname#1\endcsname1 {X} #2 #3 \endcircuit} + +\begin{tabular}{@{}lllll@{}} +%\hline +(variable) resistor & \Lcs{R} & \CCX{R}{h}{} + & \Lcs{Rvar} & \CCX{Rvar}{S}{r}\\ +(variable) capacitor & \Lcs{C} & \CCX{C}{v}{} + & \Lcs{Cvar} & \CCX{Cvar}{v}{} \\ +electrolytic capacitor& \Lcs{Cel} & \CCX{Cel}{u}{} \\ +(Zener) diode & \Lcs{D} & \CCX{D}{u}{} + & \Lcs{ZD}& \CCX{ZD}{u}{}\\ +light-emitting diode & \Lcs{LED} & \CCX{LED}{u}{} \\ +capacitance-variation diode & \Lcs{Dcap} & \CCX{Dcap}{u}{}\\ +(variable) voltage source & \Lcs{U} & \CCX{U}{u}{} + & \Lcs{Uvar} &\CCX{Uvar}{u}{}\\ +(variable) current source & \Lcs{I} & \CCX{I}{v}{} + & \Lcs{IvaR} & \CCX{Ivar}{v}{}\\ +voltmeter, amperemeter & \Lcs{V} & \CCX{I}{v}{} + & \Lcs{A} & \CCX{A}{v}{} \\ +coil, switch & \Lcs{L} & \CCX{L}{u}{} + & \Lcs{S} & \CCX{S}{v}{} \\ +quartz crystal & \Lcs{Q} & \CCX{Q}{h}{} \\ +incandescent lamp & \Lcs{La} & \CCX{La}{v}{} \\ +npn- pnp-transistor& \Lcs{npn} & \qquad\CCX{npn}{B}{r} + & \Lcs{pnp} & \qquad\CCX{pnp}{B}{r}\\ +n- p-channel FET & \Lcs{nfet} & \qquad\CCX{nfet}{G}{r} + & \Lcs{pfet} & \qquad\CCX{pfet}{G}{r}\\ +n- p-channel VMOS&\Lcs{nvmos} & \qquad\CCX{nvmos}{G}{r} + &\Lcs{pvmos} & \qquad\CCX{pvmos}{G}{r}\\ +%\hline +\end{tabular} +\end{document} |