diff options
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 |