diff options
author | Hans Hagen <pragma@wxs.nl> | 2011-10-28 22:32:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2011-10-28 22:32:00 +0200 |
commit | 9fb6251be7393901502aa2039dfdc7057a2e5aa7 (patch) | |
tree | 8c29ad69c54e5e215f1324034129238b6b8f1402 /metapost | |
parent | 0a98dd77420b1dab699a8cba0e8c63d20cb20851 (diff) | |
download | context-9fb6251be7393901502aa2039dfdc7057a2e5aa7.tar.gz |
beta 2011.10.28 22:32
Diffstat (limited to 'metapost')
-rw-r--r-- | metapost/context/base/mp-form.mpiv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/metapost/context/base/mp-form.mpiv b/metapost/context/base/mp-form.mpiv index 07b8087e2..56df0bd63 100644 --- a/metapost/context/base/mp-form.mpiv +++ b/metapost/context/base/mp-form.mpiv @@ -18,6 +18,8 @@ if known context_form : endinput ; fi ; boolean context_form ; context_form := true ; +string Fmfont_ ; Fmfont_ := "crap" ; + % The following function accept a number or string that can be % converted to a number by \LUA. The first argument is a format % where @ can be used instead of %. The number is typeset in math |