summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/6-6-3.ltx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-23 00:23:51 +0000
committerKarl Berry <karl@freefriends.org>2009-05-23 00:23:51 +0000
commita683c3d7e9fac38ec713f23fb6b9d2c7143aea82 (patch)
tree424ab223921f85fd3f167a4ccd0e2d37d05c2927 /Master/texmf-dist/doc/latex/latex-graphics-companion/6-6-3.ltx
parent5beb5368a684995153c8566797ba054f21c666af (diff)
move english latex doc out of texmf-doc
git-svn-id: svn://tug.org/texlive/trunk@13412 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/6-6-3.ltx')
-rw-r--r--Master/texmf-dist/doc/latex/latex-graphics-companion/6-6-3.ltx36
1 files changed, 36 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/6-6-3.ltx b/Master/texmf-dist/doc/latex/latex-graphics-companion/6-6-3.ltx
new file mode 100644
index 00000000000..f9559ca34f2
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/6-6-3.ltx
@@ -0,0 +1,36 @@
+\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}}
+\newcommand{\CC}[3]{%
+ \circuit0 \csname#1\endcsname1 #2 #3 \endcircuit}
+\newcommand{\CCX}[3]{%
+ \circuit0 \csname#1\endcsname1 {X} #2 #3 \endcircuit}
+
+\renewcommand{\arraystretch}{1.5}
+\def\R#1{\raisebox{-3pt}{#1}}
+\begin{tabular}{@{}lllll@{}}
+(half) thin lens & \Lcs{SLens} & \R{\CCX{SLens}{v}{}}
+ & \Lcs{HSLens}& \R{\CCX{HSLens}{u}{}}\\
+(half) thick lens & \Lcs{BLens} & \R{\CCX{BLens}{v}{}}
+ & \Lcs{HBLens}& \R{\CCX{HBLens}{u}{}}\\
+(half) concave lens & \Lcs{VLens} & \R{\CCX{VLens}{v}{}}
+ & \Lcs{HVLens}& \R{\CCX{HVLens}{u}{}}\\
+polarizer, pinhole & \Lcs{Polar} & \R{\CCX{Polar}{v}{}}
+ & \Lcs{Pinhole}&\R{\CCX{Pinhole}{v}{}}\\
+beam splitter & \Lcs{BSplit}&\CCX{BSplit}{*}{d} \\
+camera & \Lcs{Cam} & \CCX{Cam}{u}{} \\
+screens (look behind)& \Lcs{ScrL} & \R{\CCX{ScrL}{v}{}}
+ & \Lcs{ScrR} & \R{\CCX{ScrR}{v}{}} \\
+screens (look through)& \Lcs{ScrTL}& \R{\CCX{ScrTL}{v}{}}
+ & \Lcs{ScrTR} & \R{\CCX{ScrTR}{v}{}} \\
+laser, photometer & \Lcs{Laser} & \CCX{Laser}{h}{}
+ & \Lcs{PM} & \CCX{PM}{h}{} \\
+\end{tabular}
+\end{document}