diff options
author | Hans Hagen <pragma@wxs.nl> | 2007-01-18 12:57:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2007-01-18 12:57:00 +0100 |
commit | ff1d9ea45aeb4b9a0bc12a40b38621b6d7e8eed0 (patch) | |
tree | 6e5212f3721c7363d8dcf2b05f16b3a7a3ba0b1a /tex/context/base/type-gyr.tex | |
parent | ef711d047d8d3e8d2cfb53e4c42b170365c06b84 (diff) | |
download | context-ff1d9ea45aeb4b9a0bc12a40b38621b6d7e8eed0.tar.gz |
stable 2007.01.18 12:57
Diffstat (limited to 'tex/context/base/type-gyr.tex')
-rw-r--r-- | tex/context/base/type-gyr.tex | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/tex/context/base/type-gyr.tex b/tex/context/base/type-gyr.tex index ee53e25c2..acc55e97c 100644 --- a/tex/context/base/type-gyr.tex +++ b/tex/context/base/type-gyr.tex @@ -26,6 +26,11 @@ % \showfont[SerifItalicCaps] % \stoptext +% Beware, because tetex demanded a different map file naming scheme, we ship +% alternatively named files as well, just to make sure that older installations +% still work (where users may load their own instances). In due time we will +% follow that scheme (well, in due time we will drop map files anyway). + \starttypescriptcollection[gyre] %D First we define the new ones. Watch how we use the systematic name composition. @@ -41,7 +46,8 @@ \definetypescriptprefix [f:schola] [cs] \starttypescript [serif] [pagella,termes,bonum,schola] [ec,texnansi,cs,el,qx,rm,t5,t2a,t2b,t2c,l7x] - \loadmapfile[\typescriptthree-q\typescriptprefix{f:\typescripttwo}.map] +% \loadmapfile[\typescriptthree-q\typescriptprefix{f:\typescripttwo}.map] + \loadmapfile[q\typescriptprefix{f:\typescripttwo}-\typescriptthree.map] \definefontsynonym [\typescriptprefix{n:\typescripttwo}-Regular] [\typescriptthree-q\typescriptprefix{f:\typescripttwo}r] [encoding=\typescriptthree] \definefontsynonym [\typescriptprefix{n:\typescripttwo}-Italic] [\typescriptthree-q\typescriptprefix{f:\typescripttwo}ri] [encoding=\typescriptthree] @@ -80,7 +86,8 @@ \stoptypescript \starttypescript [map] [pagella,termes,bonum,schola] [ec,texnansi,cs,el,qx,rm,t5,t2a,t2b,t2c,l7x] - \loadmapfile[\typescriptthree-q\typescriptprefix{f:\typescripttwo}.map] +% \loadmapfile[\typescriptthree-q\typescriptprefix{f:\typescripttwo}.map] + \loadmapfile[q\typescriptprefix{f:\typescripttwo}-\typescriptthree.map] \stoptypescript %D Here we overload the older (URW) fonts. @@ -93,7 +100,8 @@ % qplbi TeXGyrePagella-BoldItalic \starttypescript [serif] [palatino] [ec,texnansi,cs,el,qx,rm,t5,t2a,t2b,t2c,l7x] - \loadmapfile[\typescriptthree-qpl.map] +% \loadmapfile[\typescriptthree-qpl.map] + \loadmapfile[qpl-\typescriptthree.map] \definefontsynonym [Palatino] [\typescriptthree-qplr] [encoding=\typescriptthree] \definefontsynonym [Palatino-Italic] [\typescriptthree-qplri] [encoding=\typescriptthree] @@ -113,7 +121,8 @@ % qtmbi TeXGyreTermes-BoldItalic \starttypescript [serif] [times] [ec,texnansi,cs,el,qx,rm,t5,t2a,t2b,t2c,l7x] - \loadmapfile[\typescriptthree-qtm.map] +% \loadmapfile[\typescriptthree-qtm.map] + \loadmapfile[qtm-\typescriptthree.map] \definefontsynonym [Times-Roman] [\typescriptthree-qtmr] [encoding=\typescriptthree] \definefontsynonym [Times-Italic] [\typescriptthree-qtmri] [encoding=\typescriptthree] @@ -133,7 +142,8 @@ % qtmbi TeXGyreBonum-BoldItalic \starttypescript [serif] [bookman] [ec,texnansi,cs,el,qx,rm,t5,t2a,t2b,t2c,l7x] - \loadmapfile[\typescriptthree-qbk.map] +% \loadmapfile[\typescriptthree-qbk.map] + \loadmapfile[qbk-\typescriptthree.map] \definefontsynonym [Bookman-Light] [\typescriptthree-qbkr] [encoding=\typescriptthree] \definefontsynonym [Bookman-LightItalic] [\typescriptthree-qbkri] [encoding=\typescriptthree] @@ -153,7 +163,8 @@ % qcsbi TeXGyreSchola-BoldItalic \starttypescript [serif] [schoolbook] [ec,texnansi,cs,el,qx,rm,t5,t2a,t2b,t2c,l7x] - \loadmapfile[\typescriptthree-qcs.map] +% \loadmapfile[\typescriptthree-qcs.map] + \loadmapfile[qcs-\typescriptthree.map] \definefontsynonym [Schoolbook-Roman] [\typescriptthree-qcsr] [encoding=\typescriptthree] \definefontsynonym [Schoolbook-Italic] [\typescriptthree-qcsri] [encoding=\typescriptthree] |