summaryrefslogtreecommitdiff
path: root/tex/context/base/type-imp-mathdesign.mkiv
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-01-24 11:11:00 +0100
committerHans Hagen <pragma@wxs.nl>2012-01-24 11:11:00 +0100
commita09a16817c8461b4f1c518f5dab0fa3f734b62d6 (patch)
tree5f6402554ed7f5882d29c54b5c9ef4fb663d75d3 /tex/context/base/type-imp-mathdesign.mkiv
parent2c97049c16bd99dc7226b879c171246e34ec219c (diff)
downloadcontext-a09a16817c8461b4f1c518f5dab0fa3f734b62d6.tar.gz
beta 2012.01.24 11:11
Diffstat (limited to 'tex/context/base/type-imp-mathdesign.mkiv')
-rw-r--r--tex/context/base/type-imp-mathdesign.mkiv32
1 files changed, 32 insertions, 0 deletions
diff --git a/tex/context/base/type-imp-mathdesign.mkiv b/tex/context/base/type-imp-mathdesign.mkiv
new file mode 100644
index 000000000..39ec3843f
--- /dev/null
+++ b/tex/context/base/type-imp-mathdesign.mkiv
@@ -0,0 +1,32 @@
+%D \module
+%D [ file=type-imp-mathdesign,
+%D version=2007.07.30,
+%D title=\CONTEXT\ Typescript Macros,
+%D subtitle=Mathdesign,
+%D author=Hans Hagen,
+%D date=\currentdate,
+%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
+%C
+%C This module is part of the \CONTEXT\ macro||package and is
+%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
+%C details.
+
+\starttypescriptcollection [mathdesign]
+
+ \starttypescript [\s!math] [charter,mathdesignch] [\s!all]
+ \loadfontgoodies[charter-math]
+ \definefontsynonym[\s!MathRoman][chartermath@charter-math]
+ \stoptypescript
+
+ \starttypescript [\s!math] [garamond,mathdesigngm] [\s!all]
+ \loadfontgoodies[garamond-math]
+ \definefontsynonym[\s!MathRoman][garamondmath@garamond-math]
+ \stoptypescript
+
+ \starttypescript [\s!math] [utopia,mathdesignut] [\s!all]
+ \loadfontgoodies[utopia-math]
+ \definefontsynonym[\s!MathRoman][utopiamath@utopia-math]
+ \stoptypescript
+
+\stoptypescriptcollection
+