diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-10 20:45:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-10 20:45:43 +0000 |
commit | be9c569650668cf1f39d05db60ea78d27aed7a0c (patch) | |
tree | c70e303c8f179aa8aa043331e4b638edc69d12c0 /Master/texmf-dist/doc/latex/circuit-macros/examples/mpost/Makefile | |
parent | 2a04d6a07cf1e11df5244f9fe92f9b7c6744c5c4 (diff) |
circuit-macros
git-svn-id: svn://tug.org/texlive/trunk@55089 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuit-macros/examples/mpost/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/circuit-macros/examples/mpost/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/circuit-macros/examples/mpost/Makefile b/Master/texmf-dist/doc/latex/circuit-macros/examples/mpost/Makefile index 3373e88305f..2b8099c34d9 100644 --- a/Master/texmf-dist/doc/latex/circuit-macros/examples/mpost/Makefile +++ b/Master/texmf-dist/doc/latex/circuit-macros/examples/mpost/Makefile @@ -22,6 +22,7 @@ DOC = examplesmpost FIGS = Adder.1 Alogix.1 ABlogix.1 Antennas.1 AmpTable.1 Audio.1 \ AntiqueClock.1 \ Bip.1 Btree.1 Byte.1 Buttons.1 \ + Connectors.1 Contact.1 Contacts.1 \ Counting.1 Crossbar.1 Crow.1 Csource.1 CanLogic.1 CctTable.1 Conn.1 \ Decoder.1 Demultiplexer.1 Dini.1 Diodes.1 Drive.1 \ Emarrows.1 Flow.1 Fuses.1 \ @@ -71,7 +72,7 @@ DIMFILE = tmp.dim @(printf 'verbatimtex\n' ;\ printf '=documentclass[11pt]{article}\n' ;\ printf '=usepackage{times,boxdims,graphicx}\n' ;\ - printf '=usepackage[amssymb,Gray,thinqspace,textstyle]{SIunits}\n' ;\ + printf '=usepackage{siunitx}\n' ;\ $(MKDIM) ;\ printf '=begin{document} etex\n' ) $(TR) > $*.mp # $(M4) $(DIMFILE) $(DOC).dim $*.m4 | $(DPIC) -s >> $*.mp |