summaryrefslogtreecommitdiff
path: root/metapost
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2004-09-06 00:00:00 +0200
committerHans Hagen <pragma@wxs.nl>2004-09-06 00:00:00 +0200
commit9023e950440c08502abf42d7707273ee0d0de0ea (patch)
tree8e1ca4676f84d65880e22e172fd60ce31be8ce38 /metapost
parent334f3edd2304915fc8b50a722a56765f41b1a7d5 (diff)
downloadcontext-9023e950440c08502abf42d7707273ee0d0de0ea.tar.gz
stable 2004.09.06
Diffstat (limited to 'metapost')
-rw-r--r--metapost/context/base/metafun.mp54
1 files changed, 27 insertions, 27 deletions
diff --git a/metapost/context/base/metafun.mp b/metapost/context/base/metafun.mp
index f8cab41bf..818653f7b 100644
--- a/metapost/context/base/metafun.mp
+++ b/metapost/context/base/metafun.mp
@@ -1,15 +1,15 @@
%D \module
%D [ file=metafun.mp,
%D version=2000.07.15,
-%D title=\CONTEXT\ \METAPOST\ graphics,
-%D subtitle=format generation file,
+%D title=\CONTEXT\ \METAPOST\ graphics,
+%D subtitle=format generation file,
%D author=Hans Hagen,
%D date=\currentdate,
%D copyright={PRAGMA / Hans Hagen \& Ton Otten}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
-%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
-%C details.
+%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
+%C details.
%D When generating many graphics at runtime, it can save run
%D time to use a format file. We could have named this file
@@ -21,28 +21,28 @@
%D (and as a result in buggy boundingbox and special
%D handling). By using the name \type {metatex} we make sure
%D that we use (unless overloaded) the settings of \type
-%D {mpost}.
-
-if unknown ahangle :
- input plain.mp ; % John Hobby's file
-else :
- let dump = relax ;
-fi ;
-
-input mp-tool.mp ;
-input mp-spec.mp ;
-input mp-core.mp ;
-input mp-page.mp ;
-input mp-text.mp ;
-input mp-shap.mp ;
-input mp-butt.mp ;
-input mp-char.mp ;
-input mp-step.mp ;
-input mp-grph.mp ;
-
-% mp-form.mp ;
-input mp-grid.mp ;
-input mp-func.mp ;
+%D {mpost}.
+
+if unknown ahangle :
+ input plain.mp ; % John Hobby's file
+else :
+ let dump = relax ;
+fi ;
+
+input mp-tool.mp ;
+input mp-spec.mp ;
+input mp-core.mp ;
+input mp-page.mp ;
+input mp-text.mp ;
+input mp-shap.mp ;
+input mp-butt.mp ;
+input mp-char.mp ;
+input mp-step.mp ;
+input mp-grph.mp ;
+
+% mp-form.mp ;
+input mp-grid.mp ;
+input mp-func.mp ;
string metafunversion ;
@@ -56,7 +56,7 @@ metafunversion = "metafun" & " " &
let normalend = end ;
def end =
- message "" ; message metafunversion ; message "" ; normalend ;
+ ; message "" ; message metafunversion ; message "" ; normalend ;
enddef ;
dump ; endinput .