summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/circuit-macros/examples/Plate.m4
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuit-macros/examples/Plate.m4')
-rw-r--r--Master/texmf-dist/doc/latex/circuit-macros/examples/Plate.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/circuit-macros/examples/Plate.m4 b/Master/texmf-dist/doc/latex/circuit-macros/examples/Plate.m4
index 3937543d2a1..14b6bbfbe35 100644
--- a/Master/texmf-dist/doc/latex/circuit-macros/examples/Plate.m4
+++ b/Master/texmf-dist/doc/latex/circuit-macros/examples/Plate.m4
@@ -8,7 +8,7 @@ cct_init
ifdef(`ASME_Y14-5_',,`include(ASME_Y14-5.m4)')
ifsvg(`svg_font(sans-serif,10bp__)',
`textht = 10bp__*2/3
- iflatex(`command "{\sf\small"')')
+ ifpostscript(,latexcommand({\sf\small))')
# ASME Y14.5 specs:
arrowht = textht*0.8
arrowwid = textht*0.6
@@ -170,5 +170,6 @@ thinlines_
] with .C at Section.Orig+(4.5*scale,0)
-command iflatex(`"}"',ifsvg(`"</g>"'))
+ifpostscript(,latexcommand(}%))
+ifsvg(command "</g>")
.PE