diff options
Diffstat (limited to 'metapost/context/base/mp-form.mp')
-rw-r--r-- | metapost/context/base/mp-form.mp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/metapost/context/base/mp-form.mp b/metapost/context/base/mp-form.mp index a65ab6d73..1a80d618c 100644 --- a/metapost/context/base/mp-form.mp +++ b/metapost/context/base/mp-form.mp @@ -78,8 +78,8 @@ begingroup interim warningcheck := 0 ; %%% Load auxiliary macros. -input string -input marith +input string ; +input marith ; %%% Choosing the Layout %%% @@ -318,7 +318,7 @@ enddef ; % round and typeset a quantity z in exponent form. % % e scientific, p significant figures -% p decimal, p digits right of the point +% f decimal, p digits right of the point % g decimal or scientific, p sig. figs. % G decimal or scientific, p digits |