diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/6-7-4.m4')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-graphics-companion/6-7-4.m4 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/6-7-4.m4 b/Master/texmf-dist/doc/latex/latex-graphics-companion/6-7-4.m4 new file mode 100644 index 00000000000..73fee16dbf9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/6-7-4.m4 @@ -0,0 +1,23 @@ +\documentclass{ppex} +\nonstopmode + +\pagestyle{empty} + +\begin{document} +\ResetPreambleCommands +\ReadyForTheFray + +.PS +cct_init + +define(`loop',`[ + source(left_ elen_); llabel(,V,) + resistor(up_ dimen_); llabel(,R,) + inductor(right_ elen_); llabel(,L,) + capacitor(down_ dimen_); llabel(,C,) + ]') + +for linewid = 0.5 to 1 by *1.3 do { loop; move right } +.PE +\usebox{\graph} +\end{document} |