diff options
Diffstat (limited to 'metapost/context/base/common/metafun.mp')
-rw-r--r-- | metapost/context/base/common/metafun.mp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/metapost/context/base/common/metafun.mp b/metapost/context/base/common/metafun.mp new file mode 100644 index 000000000..ae0a6d6fd --- /dev/null +++ b/metapost/context/base/common/metafun.mp @@ -0,0 +1,8 @@ +if known metafunversion : endinput ; fi ; + +if known mplib : + input metafun.mpiv +else : + input metafun.mpii +fi ; + |