diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2006-11-28 13:24:53 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2006-11-28 13:24:53 +0000 |
commit | 2316028a0dedb2fa848c9e3bacaad4580dcc4290 (patch) | |
tree | 750b5fe86da1917f5482b7d0e643e77a3b31594e /Master/texmf-dist/metapost/base | |
parent | c8a7170337d602789e93f5b765c5b9c06f50b0d7 (diff) |
MetaPost 0.992 plus support files
git-svn-id: svn://tug.org/texlive/trunk@2554 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/metapost/base')
-rw-r--r-- | Master/texmf-dist/metapost/base/marith.mp | 3 | ||||
-rw-r--r-- | Master/texmf-dist/metapost/base/rboxes.mp | 3 | ||||
-rw-r--r-- | Master/texmf-dist/metapost/base/sarith.mp | 3 | ||||
-rw-r--r-- | Master/texmf-dist/metapost/base/string.mp | 3 | ||||
-rw-r--r-- | Master/texmf-dist/metapost/base/texnum.mp | 3 | ||||
-rw-r--r-- | Master/texmf-dist/metapost/base/troffnum.mp | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/metapost/base/marith.mp b/Master/texmf-dist/metapost/base/marith.mp index 3e49a700bfa..f2aacac1ee4 100644 --- a/Master/texmf-dist/metapost/base/marith.mp +++ b/Master/texmf-dist/metapost/base/marith.mp @@ -1,3 +1,6 @@ +% $Id: marith.mp,v 1.2 2004/09/19 21:47:10 karl Exp $ +% Public domain. + % Macros for dealing with very large and very small numbers in `Mlog form'. % A number x in Mlog form represents mexp(x) if x is an even multiple of diff --git a/Master/texmf-dist/metapost/base/rboxes.mp b/Master/texmf-dist/metapost/base/rboxes.mp index b083ba30579..99ad6c3f881 100644 --- a/Master/texmf-dist/metapost/base/rboxes.mp +++ b/Master/texmf-dist/metapost/base/rboxes.mp @@ -1,3 +1,6 @@ +% $Id: rboxes.mp,v 1.2 2004/09/19 21:47:11 karl Exp $ +% Public domain. + % This macro package is exactly like boxes.mp except that it defines % an additional macro rboxit<box name>(<string or picture>) that produces % rectangular boxes with rounded corners. diff --git a/Master/texmf-dist/metapost/base/sarith.mp b/Master/texmf-dist/metapost/base/sarith.mp index 26f99c0fa61..8efbcc4a1b6 100644 --- a/Master/texmf-dist/metapost/base/sarith.mp +++ b/Master/texmf-dist/metapost/base/sarith.mp @@ -1,3 +1,6 @@ +% $Id: sarith.mp,v 1.2 2004/09/19 21:47:11 karl Exp $ +% Public domain. + % Macros for arithmetic on strings that represent big numbers % All the macros below except ordinary numeric values as well diff --git a/Master/texmf-dist/metapost/base/string.mp b/Master/texmf-dist/metapost/base/string.mp index 2cf5a7ff4dd..dbd19592f96 100644 --- a/Master/texmf-dist/metapost/base/string.mp +++ b/Master/texmf-dist/metapost/base/string.mp @@ -1,3 +1,6 @@ +% $Id: string.mp,v 1.2 2004/09/19 21:47:11 karl Exp $ +% Public domain. + % String manipulation routines for MetaPost % It is harmless to input this file more than once. diff --git a/Master/texmf-dist/metapost/base/texnum.mp b/Master/texmf-dist/metapost/base/texnum.mp index afb311c3e4f..a6e8c6b70c7 100644 --- a/Master/texmf-dist/metapost/base/texnum.mp +++ b/Master/texmf-dist/metapost/base/texnum.mp @@ -1,3 +1,6 @@ +% $Id: texnum.mp,v 1.2 2004/09/19 21:47:11 karl Exp $ +% Public domain. + % Default init_numbers for use with TeX % Don't input this directly--format.mp uses this file diff --git a/Master/texmf-dist/metapost/base/troffnum.mp b/Master/texmf-dist/metapost/base/troffnum.mp index 28d6f0fe452..0d5d6c91be2 100644 --- a/Master/texmf-dist/metapost/base/troffnum.mp +++ b/Master/texmf-dist/metapost/base/troffnum.mp @@ -1,3 +1,6 @@ +% $Id: troffnum.mp,v 1.2 2004/09/19 21:47:11 karl Exp $ +% Public domain. + % Default init_numbers for use with troff % Don't input this directly--format.mp uses this file |