summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/dpictools.pic
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/circuit_macros/dpictools.pic')
-rw-r--r--graphics/circuit_macros/dpictools.pic20
1 files changed, 3 insertions, 17 deletions
diff --git a/graphics/circuit_macros/dpictools.pic b/graphics/circuit_macros/dpictools.pic
index 6118039658..c89f13d293 100644
--- a/graphics/circuit_macros/dpictools.pic
+++ b/graphics/circuit_macros/dpictools.pic
@@ -3,7 +3,7 @@
# m4 macro NeedDpicTools or the pic statement copy "HOMELIB_/dpictools.pic"
# when HOMELIB_ is defined or, generically, copy "<path>dpictools.pic"
-# Circuit_macros Version 10.2, copyright (c) 2023 J. D. Aplevich under #
+# Circuit_macros Version 10.3, copyright (c) 2023 J. D. Aplevich under #
# the LaTeX Project Public Licence in file Licence.txt. The files of #
# this distribution may be redistributed or modified provided that this #
# copyright notice is included and provided that modifications are clearly #
@@ -484,6 +484,8 @@ if dpicopt==optSVG then { define px__ {*(scale/dpPPI)} } \
else { define px__ {*(scale/96)} } # Absolute pixels
define assign_dpicvars {
+# print " *** dpic: dpictools.pic processed"
+ define dpictools_ {1}
ld__ = 0
rtod_ = 57.295779513082323
dtor_ = 0.017453292519943295
@@ -563,21 +565,5 @@ else { if dpicopt==optSVG then {
#######################################################################
assign_dpicvars()
-# print " *** dpic: dpictools.pic processed"
-define dpictools_ {1}
- case(abs(dpicopt),
- optMFpic := -abs(optMFpic),
- optMpost := -abs(optMFpic),
- optPDF := -abs(optPDF),
- optPGF := -abs(optPGF),
- optPict2e := -abs(optPict2e),
- optPS := -abs(optPS),
- optPSfrag := -abs(optPSfrag),
- optPSTricks := -abs(optPSTricks),
- optSVG := -abs(optSVG),
- optTeX := -abs(optTeX),
- opttTeX := -abs(opttTeX),
- optxfig := -abs(optxfig) )
- dpicopt := -abs(dpicopt)
# dpictools end