diff options
author | Norbert Preining <norbert@preining.info> | 2019-10-16 03:01:51 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-10-16 03:01:51 +0000 |
commit | d2f68b646eb0ca42dcb488171a6e36ea3da68a5d (patch) | |
tree | 4d1ede7b2936deb3d69e7e09fd85bb9fb2d57a16 /graphics/circuit_macros/examples/mf | |
parent | 14402f2e3de4ea4c565660dffad35276662c05ac (diff) |
CTAN sync 201910160301
Diffstat (limited to 'graphics/circuit_macros/examples/mf')
-rw-r--r-- | graphics/circuit_macros/examples/mf/Makefile | 3 | ||||
-rw-r--r-- | graphics/circuit_macros/examples/mf/cct.mf | 30 | ||||
-rw-r--r-- | graphics/circuit_macros/examples/mf/font.m4 | 2 |
3 files changed, 19 insertions, 16 deletions
diff --git a/graphics/circuit_macros/examples/mf/Makefile b/graphics/circuit_macros/examples/mf/Makefile index 10173d43f3..1386a927d6 100644 --- a/graphics/circuit_macros/examples/mf/Makefile +++ b/graphics/circuit_macros/examples/mf/Makefile @@ -5,6 +5,7 @@ LIBDIR = $$HOME/lib M4MACROS = mfpic.m4 M4 = m4 -I $(LIBDIR) +M4 = m4 # Use ljfive (which is 600dpi) because 1200dpi produces mf errors on some figs MODE = ljfive @@ -14,6 +15,8 @@ LATEX = TEXFORMATS=.: TEXFONTS=.: latex TR = tr '\075' '\134' PIC=dpic +#PIC=/cygdrive/d/Dwight/dpic/build/p2c/ftp/dpic +#PIC=/cygdrive/d/Dwight/dpic/bison/dpic testfont.ps: diff --git a/graphics/circuit_macros/examples/mf/cct.mf b/graphics/circuit_macros/examples/mf/cct.mf index a5c2759cfa..c3b66a5133 100644 --- a/graphics/circuit_macros/examples/mf/cct.mf +++ b/graphics/circuit_macros/examples/mf/cct.mf @@ -1,5 +1,5 @@ % cct.mf, generated by Mfpic, v1.10 2012/12/03, -% from TeX source "font" on 2019/04/11 at 19:33 +% from TeX source "font" on 2019/10/15 at 16:40 numeric mfpicversion; mfpicversion := 110; if unknown mode: mode := localfont; fi if unknown mag: mag := 1000/1000; fi @@ -135,15 +135,15 @@ resizedrawpen (0.4bp); store (curpath) drawn -circle ((0.3084,0),0.002767); +circle ((0.3084,-0),0.002767); resizedrawpen (0.8bp); store (curpath) drawn polyline (false) -((0.3084,0), -(0.333333,0)); +((0.3084,-0), +(0.333333,-0)); endmfpic; % (3) line 59 in the TeX source. %------------------------------------------ @@ -299,15 +299,15 @@ resizedrawpen (0.4bp); store (curpath) drawn -circle ((-0.3084,0),0.002767); +circle ((-0.3084,-0),0.002767); resizedrawpen (0.8bp); store (curpath) drawn polyline (false) -((-0.3084,0), -(-0.333333,0)); +((-0.3084,-0), +(-0.333333,-0)); endmfpic; % (5) line 95 in the TeX source. %------------------------------------------ @@ -4687,7 +4687,7 @@ polyline (false) store (curpath) drawn -arcplr ((0,-0.2),0,-180,0.15); +arcplr ((0,-0.2),-0,-180,0.15); endmfpic; % (103) line 1561 in the TeX source. %------------------------------------------ @@ -4739,7 +4739,7 @@ polyline (false) store (curpath) drawn -arcplr ((0,0.2),-180,-360,0.15); +arcplr ((0,0.2),180,0,0.15); endmfpic; % (105) line 1581 in the TeX source. %------------------------------------------ @@ -5035,7 +5035,7 @@ polyline (false) store (curpath) drawn -arcplr ((0,-0.2),0,-180,0.15); +arcplr ((0,-0.2),-0,-180,0.15); store (curpath) drawn @@ -5095,7 +5095,7 @@ polyline (false) store (curpath) drawn -arcplr ((0,0.2),-180,-360,0.15); +arcplr ((0,0.2),180,0,0.15); store (curpath) drawn @@ -5276,7 +5276,7 @@ endmfpic; % (121) line 1761 in the TeX source. %----------------------------<122> unitlen := 1.0pt#; xscale := 72; yscale := 72; -bounds (-0, 0.4, -0.151089, 0.151089); +bounds (0, 0.4, -0.151089, 0.151089); beginmfpic(122); % line 1762 in the TeX source. @@ -5360,7 +5360,7 @@ endmfpic; % (123) line 1787 in the TeX source. %----------------------------<124> unitlen := 1.0pt#; xscale := 72; yscale := 72; -bounds (-0.4, 0, -0.151089, 0.151089); +bounds (-0.4, -0, -0.151089, 0.151089); beginmfpic(124); % line 1788 in the TeX source. @@ -5444,7 +5444,7 @@ endmfpic; % (125) line 1813 in the TeX source. %----------------------------<126> unitlen := 1.0pt#; xscale := 72; yscale := 72; -bounds (-0, 0.475, -0.151089, 0.151089); +bounds (0, 0.475, -0.151089, 0.151089); beginmfpic(126); % line 1814 in the TeX source. @@ -5536,7 +5536,7 @@ endmfpic; % (127) line 1841 in the TeX source. %----------------------------<128> unitlen := 1.0pt#; xscale := 72; yscale := 72; -bounds (-0.475, 0, -0.151089, 0.151089); +bounds (-0.475, -0, -0.151089, 0.151089); beginmfpic(128); % line 1842 in the TeX source. diff --git a/graphics/circuit_macros/examples/mf/font.m4 b/graphics/circuit_macros/examples/mf/font.m4 index f94e98207b..bbdc666642 100644 --- a/graphics/circuit_macros/examples/mf/font.m4 +++ b/graphics/circuit_macros/examples/mf/font.m4 @@ -5,10 +5,10 @@ \thispagestyle{empty} \opengraphsfile{cct} -ifdef(`L_unit',,`include(liblog.m4)') define(`srad_',`sourcerad_*3/2') define(`quad_',`srad_/sqrt(2)') define(`Dim',`dimen_*2/3') +include(liblog.m4) .PS resistor(right_ Dim) .PE |