summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/latex-graphics-companion/6-7-4.m4
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/english/latex-graphics-companion/6-7-4.m4')
-rw-r--r--Master/texmf-doc/doc/english/latex-graphics-companion/6-7-4.m423
1 files changed, 0 insertions, 23 deletions
diff --git a/Master/texmf-doc/doc/english/latex-graphics-companion/6-7-4.m4 b/Master/texmf-doc/doc/english/latex-graphics-companion/6-7-4.m4
deleted file mode 100644
index 73fee16dbf9..00000000000
--- a/Master/texmf-doc/doc/english/latex-graphics-companion/6-7-4.m4
+++ /dev/null
@@ -1,23 +0,0 @@
-\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}