summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/circuit-macros/examples/Inductors.m4
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuit-macros/examples/Inductors.m4')
-rw-r--r--Master/texmf-dist/doc/latex/circuit-macros/examples/Inductors.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/circuit-macros/examples/Inductors.m4 b/Master/texmf-dist/doc/latex/circuit-macros/examples/Inductors.m4
index d9db4df1530..7250eb181ee 100644
--- a/Master/texmf-dist/doc/latex/circuit-macros/examples/Inductors.m4
+++ b/Master/texmf-dist/doc/latex/circuit-macros/examples/Inductors.m4
@@ -1,7 +1,7 @@
.PS
-# inductors.m4
+# Inductors.m4
cct_init
-iflatex(command "{\tt")
+ifpostscript(,latexcommand({\tt)) # disable "command" for psfrag
movewid = 2 pt__
hm = 2.05
@@ -44,5 +44,5 @@ vm = 0.4
shielded(`ebox(,,,0)',R) ; move; `"shielded(`ebox(,{,},0)',R)"' ljust }
}
-iflatex(command "}")
+ifpostscript(,latexcommand(}))
.PE