diff options
author | Marius <mariausol@gmail.com> | 2011-10-28 23:40:15 +0300 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2011-10-28 23:40:15 +0300 |
commit | 84bef3a2d8fc0c5074bf0d179f811ad0219b70be (patch) | |
tree | 0b9a4a3c8cbdf8b30e88358382f208d020580a5c /metapost | |
parent | a3fbd3264015fb793c7cf88b8f7be78b5820a877 (diff) | |
download | context-84bef3a2d8fc0c5074bf0d179f811ad0219b70be.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 |