diff options
author | Hans Hagen <pragma@wxs.nl> | 2006-07-13 22:26:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2006-07-13 22:26:00 +0200 |
commit | cb58eea8a8460f4288c8ba9279bcd1a4d9333f74 (patch) | |
tree | a935db5f4be07adc3ab7ff0a6838505030a72fc4 /tex/context/base/type-gyr.tex | |
parent | f9420a5dde4d6646f2e117813bd85e0bfc701d7d (diff) | |
download | context-cb58eea8a8460f4288c8ba9279bcd1a4d9333f74.tar.gz |
stable 2006.07.13 22:26
Diffstat (limited to 'tex/context/base/type-gyr.tex')
-rw-r--r-- | tex/context/base/type-gyr.tex | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/tex/context/base/type-gyr.tex b/tex/context/base/type-gyr.tex new file mode 100644 index 000000000..b5063201d --- /dev/null +++ b/tex/context/base/type-gyr.tex @@ -0,0 +1,36 @@ +%D \module +%D [ file=type-gyr, +%D version=2006.06.28, +%D title=\CONTEXT\ Typescript Macros, +%D subtitle=TeXGyre Collection, +%D author=Hans Hagen, +%D date=\currentdate, +%D copyright=PRAGMA] +%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[gyre] + +% TeXGyrePagella +% +% qplr TeXGyrePagella-Regular +% qplri TeXGyrePagella-Italic +% qplb TeXGyrePagella-Bold +% qplbi TeXGyrePagella-BoldItalic + +\starttypescript [serif] [palatino] [texnansi,ec,8r,t5,qx] + \loadmapfile[\typescriptthree-qpl.map] + + \definefontsynonym [Palatino] [\typescriptthree-qplr] [encoding=\typescriptthree] + \definefontsynonym [Palatino-Italic] [\typescriptthree-qplri] [encoding=\typescriptthree] + \definefontsynonym [Palatino-Bold] [\typescriptthree-qplb] [encoding=\typescriptthree] + \definefontsynonym [Palatino-BoldItalic] [\typescriptthree-qplbi] [encoding=\typescriptthree] + + \definefontsynonym [Palatino-Slanted] [Palatino-Italic] + \definefontsynonym [Palatino-BoldSlanted] [Palatino-BoldItalic] + \definefontsynonym [Palatino-Caps] [Palatino] +\stoptypescript + +\stoptypescriptcollection |