From 51d573f4c0e8d3b8499bff7a3c6fba3dcd71d725 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Thu, 10 Jun 2004 00:00:00 +0200 Subject: stable 2004.06.10 --- fonts/enc/context/cork-var-lm.enc | 262 ---- fonts/enc/context/ec-var-lm.enc | 262 ---- fonts/enc/context/texnansi-var-lm.enc | 262 ---- fonts/enc/dvips/context/cork-var-lm.enc | 262 ++++ fonts/enc/dvips/context/ec-var-lm.enc | 262 ++++ fonts/enc/dvips/context/texnansi-var-lm.enc | 262 ++++ fonts/map/context/8r-base.map | 135 -- fonts/map/context/context-base.map | 848 ------------ fonts/map/context/cork-public-lm.map | 57 - fonts/map/context/cork-var-exclusive-public-lm.map | 61 - fonts/map/context/cork-var-public-lm.map | 61 - fonts/map/context/ec-base.map | 135 -- fonts/map/context/ec-public-lm.map | 57 - fonts/map/context/ec-var-exclusive-public-lm.map | 61 - fonts/map/context/ec-var-public-lm.map | 61 - fonts/map/context/original-adobe-euro.map | 25 - fonts/map/context/original-ams-cmr.map | 123 -- fonts/map/context/original-ams-euler.map | 19 - fonts/map/context/original-base.map | 61 - fonts/map/context/original-context-symbol.map | 1 - fonts/map/context/original-empty.map | 1 - fonts/map/context/original-micropress-informal.map | 7 - fonts/map/context/original-public-csr.map | 56 - fonts/map/context/original-public-lm.map | 54 - fonts/map/context/original-public-plr.map | 77 -- fonts/map/context/original-vogel-symbol.map | 2 - fonts/map/context/original-youngryu-px.map | 47 - fonts/map/context/original-youngryu-tx.map | 86 -- fonts/map/context/psclean.map | 1197 ---------------- fonts/map/context/qx-base.map | 55 - fonts/map/context/texnansi-base.map | 135 -- fonts/map/context/texnansi-bh-lucida.map | 55 - fonts/map/context/texnansi-public-lm.map | 57 - .../context/texnansi-var-exclusive-public-lm.map | 61 - fonts/map/context/texnansi-var-public-lm.map | 61 - fonts/map/pdftex/context/8r-base.map | 135 ++ fonts/map/pdftex/context/context-base.map | 1036 ++++++++++++++ fonts/map/pdftex/context/cork-public-lm.map | 57 + .../context/cork-var-exclusive-public-lm.map | 62 + fonts/map/pdftex/context/cork-var-public-lm.map | 62 + fonts/map/pdftex/context/ec-base.map | 135 ++ fonts/map/pdftex/context/ec-public-lm.map | 57 + .../pdftex/context/ec-var-exclusive-public-lm.map | 62 + fonts/map/pdftex/context/ec-var-public-lm.map | 62 + fonts/map/pdftex/context/original-adobe-euro.map | 25 + fonts/map/pdftex/context/original-ams-cmr.map | 145 ++ fonts/map/pdftex/context/original-ams-euler.map | 25 + fonts/map/pdftex/context/original-base.map | 61 + .../map/pdftex/context/original-context-symbol.map | 1 + fonts/map/pdftex/context/original-dummy.map | 1 + fonts/map/pdftex/context/original-empty.map | 4 + .../context/original-micropress-informal.map | 7 + fonts/map/pdftex/context/original-public-csr.map | 56 + fonts/map/pdftex/context/original-public-lm.map | 54 + fonts/map/pdftex/context/original-public-plr.map | 77 ++ fonts/map/pdftex/context/original-vogel-symbol.map | 2 + fonts/map/pdftex/context/original-youngryu-px.map | 48 + fonts/map/pdftex/context/original-youngryu-tx.map | 87 ++ fonts/map/pdftex/context/psclean.map | 1433 ++++++++++++++++++++ fonts/map/pdftex/context/qx-base.map | 55 + fonts/map/pdftex/context/qx-public-lm.map | 58 + fonts/map/pdftex/context/texnansi-base.map | 142 ++ fonts/map/pdftex/context/texnansi-public-lm.map | 57 + .../context/texnansi-var-exclusive-public-lm.map | 62 + .../map/pdftex/context/texnansi-var-public-lm.map | 62 + 65 files changed, 4916 insertions(+), 4442 deletions(-) delete mode 100644 fonts/enc/context/cork-var-lm.enc delete mode 100644 fonts/enc/context/ec-var-lm.enc delete mode 100644 fonts/enc/context/texnansi-var-lm.enc create mode 100644 fonts/enc/dvips/context/cork-var-lm.enc create mode 100644 fonts/enc/dvips/context/ec-var-lm.enc create mode 100644 fonts/enc/dvips/context/texnansi-var-lm.enc delete mode 100644 fonts/map/context/8r-base.map delete mode 100644 fonts/map/context/context-base.map delete mode 100644 fonts/map/context/cork-public-lm.map delete mode 100644 fonts/map/context/cork-var-exclusive-public-lm.map delete mode 100644 fonts/map/context/cork-var-public-lm.map delete mode 100644 fonts/map/context/ec-base.map delete mode 100644 fonts/map/context/ec-public-lm.map delete mode 100644 fonts/map/context/ec-var-exclusive-public-lm.map delete mode 100644 fonts/map/context/ec-var-public-lm.map delete mode 100644 fonts/map/context/original-adobe-euro.map delete mode 100644 fonts/map/context/original-ams-cmr.map delete mode 100644 fonts/map/context/original-ams-euler.map delete mode 100644 fonts/map/context/original-base.map delete mode 100644 fonts/map/context/original-context-symbol.map delete mode 100644 fonts/map/context/original-empty.map delete mode 100644 fonts/map/context/original-micropress-informal.map delete mode 100644 fonts/map/context/original-public-csr.map delete mode 100644 fonts/map/context/original-public-lm.map delete mode 100644 fonts/map/context/original-public-plr.map delete mode 100644 fonts/map/context/original-vogel-symbol.map delete mode 100644 fonts/map/context/original-youngryu-px.map delete mode 100644 fonts/map/context/original-youngryu-tx.map delete mode 100644 fonts/map/context/psclean.map delete mode 100644 fonts/map/context/qx-base.map delete mode 100644 fonts/map/context/texnansi-base.map delete mode 100644 fonts/map/context/texnansi-bh-lucida.map delete mode 100644 fonts/map/context/texnansi-public-lm.map delete mode 100644 fonts/map/context/texnansi-var-exclusive-public-lm.map delete mode 100644 fonts/map/context/texnansi-var-public-lm.map create mode 100644 fonts/map/pdftex/context/8r-base.map create mode 100644 fonts/map/pdftex/context/context-base.map create mode 100644 fonts/map/pdftex/context/cork-public-lm.map create mode 100644 fonts/map/pdftex/context/cork-var-exclusive-public-lm.map create mode 100644 fonts/map/pdftex/context/cork-var-public-lm.map create mode 100644 fonts/map/pdftex/context/ec-base.map create mode 100644 fonts/map/pdftex/context/ec-public-lm.map create mode 100644 fonts/map/pdftex/context/ec-var-exclusive-public-lm.map create mode 100644 fonts/map/pdftex/context/ec-var-public-lm.map create mode 100644 fonts/map/pdftex/context/original-adobe-euro.map create mode 100644 fonts/map/pdftex/context/original-ams-cmr.map create mode 100644 fonts/map/pdftex/context/original-ams-euler.map create mode 100644 fonts/map/pdftex/context/original-base.map create mode 100644 fonts/map/pdftex/context/original-context-symbol.map create mode 100644 fonts/map/pdftex/context/original-dummy.map create mode 100644 fonts/map/pdftex/context/original-empty.map create mode 100644 fonts/map/pdftex/context/original-micropress-informal.map create mode 100644 fonts/map/pdftex/context/original-public-csr.map create mode 100644 fonts/map/pdftex/context/original-public-lm.map create mode 100644 fonts/map/pdftex/context/original-public-plr.map create mode 100644 fonts/map/pdftex/context/original-vogel-symbol.map create mode 100644 fonts/map/pdftex/context/original-youngryu-px.map create mode 100644 fonts/map/pdftex/context/original-youngryu-tx.map create mode 100644 fonts/map/pdftex/context/psclean.map create mode 100644 fonts/map/pdftex/context/qx-base.map create mode 100644 fonts/map/pdftex/context/qx-public-lm.map create mode 100644 fonts/map/pdftex/context/texnansi-base.map create mode 100644 fonts/map/pdftex/context/texnansi-public-lm.map create mode 100644 fonts/map/pdftex/context/texnansi-var-exclusive-public-lm.map create mode 100644 fonts/map/pdftex/context/texnansi-var-public-lm.map (limited to 'fonts') diff --git a/fonts/enc/context/cork-var-lm.enc b/fonts/enc/context/cork-var-lm.enc deleted file mode 100644 index e56a53e0e..000000000 --- a/fonts/enc/context/cork-var-lm.enc +++ /dev/null @@ -1,262 +0,0 @@ -% author: Hans Hagen -% -% This enc file defines ec (cork) encoded Latin Modern adapted for umlauts and other variations. - -/enccorkvarlm[ -/grave -/acute -/circumflex -/tilde -/vardieresis -/hungarumlaut -/ring -/caron -/breve -/macron -/dotaccent -/cedilla -/ogonek -/quotesinglbase -/guilsinglleft -/guilsinglright -/quotedblleft -/quotedblright -/quotedblbase -/guillemotleft -/guillemotright -/endash -/emdash -/cwm -/zeroinferior -/dotlessi -/dotlessj -/ff -/fi -/fl -/ffi -/ffl -/visualspace -/exclam -/quotedbl -/numbersign -/dollar -/percent -/ampersand -/quoteright -/parenleft -/parenright -/asterisk -/plus -/comma -/hyphen -/period -/slash -/zero -/one -/two -/three -/four -/five -/six -/seven -/eight -/nine -/colon -/semicolon -/less -/equal -/greater -/question -/at -/A -/B -/C -/D -/E -/F -/G -/H -/I -/J -/K -/L -/M -/N -/O -/P -/Q -/R -/S -/T -/U -/V -/W -/X -/Y -/Z -/bracketleft -/backslash -/bracketright -/asciicircum -/underscore -/quoteleft -/a -/b -/c -/d -/e -/f -/g -/h -/i -/j -/k -/l -/m -/n -/o -/p -/q -/r -/s -/t -/u -/v -/w -/x -/y -/z -/braceleft -/bar -/braceright -/asciitilde -/hyphen -/Abreve -/Aogonek -/Cacute -/Ccaron -/Dcaron -/Ecaron -/Eogonek -/Gbreve -/Lacute -/Lcaron -/Lslash -/Nacute -/Ncaron -/Ng -/Ohungarumlaut -/Racute -/Rcaron -/Sacute -/Scaron -/Scedilla -/Tcaron -/Tcedilla -/Uhungarumlaut -/Uring -/Yvardieresis -/Zacute -/Zcaron -/Zdotaccent -/IJ -/Idotaccent -/dbar -/section -/abreve -/aogonek -/cacute -/ccaron -/dcaron -/ecaron -/eogonek -/gbreve -/lacute -/lcaron -/lslash -/nacute -/ncaron -/ng -/ohungarumlaut -/racute -/rcaron -/sacute -/scaron -/scedilla -/tquoteright -/tcedilla -/uhungarumlaut -/uring -/yvardieresis -/zacute -/zcaron -/zdotaccent -/ij -/exclamdown -/questiondown -/sterling -/Agrave -/Aacute -/Acircumflex -/Atilde -/Avardieresis -/Aring -/AE -/Ccedilla -/Egrave -/Eacute -/Ecircumflex -/Evardieresis -/Igrave -/Iacute -/Icircumflex -/Ivardieresis -/Eth -/Ntilde -/Ograve -/Oacute -/Ocircumflex -/Otilde -/Ovardieresis -/OE -/Oslash -/Ugrave -/Uacute -/Ucircumflex -/Uvardieresis -/Yacute -/Thorn -/Germandbls -/agrave -/aacute -/acircumflex -/atilde -/avardieresis -/aring -/ae -/ccedilla -/egrave -/eacute -/ecircumflex -/evardieresis -/igrave -/iacute -/icircumflex -/ivardieresis -/eth -/ntilde -/ograve -/oacute -/ocircumflex -/otilde -/ovardieresis -/oe -/oslash -/ugrave -/uacute -/ucircumflex -/uvardieresis -/yacute -/thorn -/germandbls -] def \ No newline at end of file diff --git a/fonts/enc/context/ec-var-lm.enc b/fonts/enc/context/ec-var-lm.enc deleted file mode 100644 index bc54a41d4..000000000 --- a/fonts/enc/context/ec-var-lm.enc +++ /dev/null @@ -1,262 +0,0 @@ -% author: Hans Hagen -% -% This enc file defines ec (cork) encoded Latin Modern adapted for umlauts and other variations. - -/encecvarlm[ -/grave -/acute -/circumflex -/tilde -/vardieresis -/hungarumlaut -/ring -/caron -/breve -/macron -/dotaccent -/cedilla -/ogonek -/quotesinglbase -/guilsinglleft -/guilsinglright -/quotedblleft -/quotedblright -/quotedblbase -/guillemotleft -/guillemotright -/endash -/emdash -/cwm -/zeroinferior -/dotlessi -/dotlessj -/ff -/fi -/fl -/ffi -/ffl -/visualspace -/exclam -/quotedbl -/numbersign -/dollar -/percent -/ampersand -/quoteright -/parenleft -/parenright -/asterisk -/plus -/comma -/hyphen -/period -/slash -/zero -/one -/two -/three -/four -/five -/six -/seven -/eight -/nine -/colon -/semicolon -/less -/equal -/greater -/question -/at -/A -/B -/C -/D -/E -/F -/G -/H -/I -/J -/K -/L -/M -/N -/O -/P -/Q -/R -/S -/T -/U -/V -/W -/X -/Y -/Z -/bracketleft -/backslash -/bracketright -/asciicircum -/underscore -/quoteleft -/a -/b -/c -/d -/e -/f -/g -/h -/i -/j -/k -/l -/m -/n -/o -/p -/q -/r -/s -/t -/u -/v -/w -/x -/y -/z -/braceleft -/bar -/braceright -/asciitilde -/hyphen -/Abreve -/Aogonek -/Cacute -/Ccaron -/Dcaron -/Ecaron -/Eogonek -/Gbreve -/Lacute -/Lcaron -/Lslash -/Nacute -/Ncaron -/Ng -/Ohungarumlaut -/Racute -/Rcaron -/Sacute -/Scaron -/Scedilla -/Tcaron -/Tcedilla -/Uhungarumlaut -/Uring -/Yvardieresis -/Zacute -/Zcaron -/Zdotaccent -/IJ -/Idotaccent -/dbar -/section -/abreve -/aogonek -/cacute -/ccaron -/dcaron -/ecaron -/eogonek -/gbreve -/lacute -/lcaron -/lslash -/nacute -/ncaron -/ng -/ohungarumlaut -/racute -/rcaron -/sacute -/scaron -/scedilla -/tquoteright -/tcedilla -/uhungarumlaut -/uring -/yvardieresis -/zacute -/zcaron -/zdotaccent -/ij -/exclamdown -/questiondown -/sterling -/Agrave -/Aacute -/Acircumflex -/Atilde -/Avardieresis -/Aring -/AE -/Ccedilla -/Egrave -/Eacute -/Ecircumflex -/Evardieresis -/Igrave -/Iacute -/Icircumflex -/Ivardieresis -/Eth -/Ntilde -/Ograve -/Oacute -/Ocircumflex -/Otilde -/Ovardieresis -/OE -/Oslash -/Ugrave -/Uacute -/Ucircumflex -/Uvardieresis -/Yacute -/Thorn -/Germandbls -/agrave -/aacute -/acircumflex -/atilde -/avardieresis -/aring -/ae -/ccedilla -/egrave -/eacute -/ecircumflex -/evardieresis -/igrave -/iacute -/icircumflex -/ivardieresis -/eth -/ntilde -/ograve -/oacute -/ocircumflex -/otilde -/ovardieresis -/oe -/oslash -/ugrave -/uacute -/ucircumflex -/uvardieresis -/yacute -/thorn -/germandbls -] def \ No newline at end of file diff --git a/fonts/enc/context/texnansi-var-lm.enc b/fonts/enc/context/texnansi-var-lm.enc deleted file mode 100644 index 8afba5633..000000000 --- a/fonts/enc/context/texnansi-var-lm.enc +++ /dev/null @@ -1,262 +0,0 @@ -% author: Hans Hagen -% -% This enc file defines texnansi encoded Latin Modern adapted for umlauts and other variations. - -/enctexnansivarlm[ -/.notdef -/Euro -/.notdef -/.notdef -/fraction -/dotaccent -/hungarumlaut -/ogonek -/fl -/.notdef -/cwm -/ff -/fi -/.notdef -/ffi -/ffl -/dotlessi -/dotlessj -/grave -/acute -/caron -/breve -/macron -/ring -/cedilla -/germandbls -/ae -/oe -/oslash -/AE -/OE -/Oslash -/space -/exclam -/quotedbl -/numbersign -/dollar -/percent -/ampersand -/quoteright -/parenleft -/parenright -/asterisk -/plus -/comma -/hyphen -/period -/slash -/zero -/one -/two -/three -/four -/five -/six -/seven -/eight -/nine -/colon -/semicolon -/less -/equal -/greater -/question -/at -/A -/B -/C -/D -/E -/F -/G -/H -/I -/J -/K -/L -/M -/N -/O -/P -/Q -/R -/S -/T -/U -/V -/W -/X -/Y -/Z -/bracketleft -/backslash -/bracketright -/circumflex -/underscore -/quoteleft -/a -/b -/c -/d -/e -/f -/g -/h -/i -/j -/k -/l -/m -/n -/o -/p -/q -/r -/s -/t -/u -/v -/w -/x -/y -/z -/braceleft -/bar -/braceright -/tilde -/vardieresis -/Lslash -/quotesingle -/quotesinglbase -/florin -/quotedblbase -/ellipsis -/dagger -/daggerdbl -/circumflex.dup -/perthousand -/Scaron -/guilsinglleft -/OE.dup -/Zcaron -/asciicircum -/minus -/lslash -/quoteleft.dup -/quoteright.dup -/quotedblleft -/quotedblright -/bullet -/endash -/emdash -/tilde.dup -/vartrademark -/scaron -/guilsinglright -/oe.dup -/zcaron -/asciitilde -/Yvardieresis -/nbspace -/exclamdown -/cent -/sterling -/currency -/yen -/brokenbar -/section -/dieresis.dup -/varcopyright -/ordfeminine -/guillemotleft -/logicalnot -/sfthyphen -/registered -/macron.dup -/degree -/plusminus -/twosuperior -/threesuperior -/acute.dup -/mu -/paragraph -/periodcentered -/cedilla.dup -/onesuperior -/ordmasculine -/guillemotright -/onequarter -/onehalf -/threequarters -/questiondown -/Agrave -/Aacute -/Acircumflex -/Atilde -/Avardieresis -/Aring -/AE.dup -/Ccedilla -/Egrave -/Eacute -/Ecircumflex -/Evardieresis -/Igrave -/Iacute -/Icircumflex -/Ivardieresis -/Eth -/Ntilde -/Ograve -/Oacute -/Ocircumflex -/Otilde -/Ovardieresis -/multiply -/Oslash.dup -/Ugrave -/Uacute -/Ucircumflex -/Uvardieresis -/Yacute -/Thorn -/germandbls.dup -/agrave -/aacute -/acircumflex -/atilde -/avardieresis -/aring -/ae.dup -/ccedilla -/egrave -/eacute -/ecircumflex -/evardieresis -/igrave -/iacute -/icircumflex -/ivardieresis -/eth -/ntilde -/ograve -/oacute -/ocircumflex -/otilde -/ovardieresis -/divide -/oslash.dup -/ugrave -/uacute -/ucircumflex -/uvardieresis -/yacute -/thorn -/yvardieresis -] def \ No newline at end of file diff --git a/fonts/enc/dvips/context/cork-var-lm.enc b/fonts/enc/dvips/context/cork-var-lm.enc new file mode 100644 index 000000000..e56a53e0e --- /dev/null +++ b/fonts/enc/dvips/context/cork-var-lm.enc @@ -0,0 +1,262 @@ +% author: Hans Hagen +% +% This enc file defines ec (cork) encoded Latin Modern adapted for umlauts and other variations. + +/enccorkvarlm[ +/grave +/acute +/circumflex +/tilde +/vardieresis +/hungarumlaut +/ring +/caron +/breve +/macron +/dotaccent +/cedilla +/ogonek +/quotesinglbase +/guilsinglleft +/guilsinglright +/quotedblleft +/quotedblright +/quotedblbase +/guillemotleft +/guillemotright +/endash +/emdash +/cwm +/zeroinferior +/dotlessi +/dotlessj +/ff +/fi +/fl +/ffi +/ffl +/visualspace +/exclam +/quotedbl +/numbersign +/dollar +/percent +/ampersand +/quoteright +/parenleft +/parenright +/asterisk +/plus +/comma +/hyphen +/period +/slash +/zero +/one +/two +/three +/four +/five +/six +/seven +/eight +/nine +/colon +/semicolon +/less +/equal +/greater +/question +/at +/A +/B +/C +/D +/E +/F +/G +/H +/I +/J +/K +/L +/M +/N +/O +/P +/Q +/R +/S +/T +/U +/V +/W +/X +/Y +/Z +/bracketleft +/backslash +/bracketright +/asciicircum +/underscore +/quoteleft +/a +/b +/c +/d +/e +/f +/g +/h +/i +/j +/k +/l +/m +/n +/o +/p +/q +/r +/s +/t +/u +/v +/w +/x +/y +/z +/braceleft +/bar +/braceright +/asciitilde +/hyphen +/Abreve +/Aogonek +/Cacute +/Ccaron +/Dcaron +/Ecaron +/Eogonek +/Gbreve +/Lacute +/Lcaron +/Lslash +/Nacute +/Ncaron +/Ng +/Ohungarumlaut +/Racute +/Rcaron +/Sacute +/Scaron +/Scedilla +/Tcaron +/Tcedilla +/Uhungarumlaut +/Uring +/Yvardieresis +/Zacute +/Zcaron +/Zdotaccent +/IJ +/Idotaccent +/dbar +/section +/abreve +/aogonek +/cacute +/ccaron +/dcaron +/ecaron +/eogonek +/gbreve +/lacute +/lcaron +/lslash +/nacute +/ncaron +/ng +/ohungarumlaut +/racute +/rcaron +/sacute +/scaron +/scedilla +/tquoteright +/tcedilla +/uhungarumlaut +/uring +/yvardieresis +/zacute +/zcaron +/zdotaccent +/ij +/exclamdown +/questiondown +/sterling +/Agrave +/Aacute +/Acircumflex +/Atilde +/Avardieresis +/Aring +/AE +/Ccedilla +/Egrave +/Eacute +/Ecircumflex +/Evardieresis +/Igrave +/Iacute +/Icircumflex +/Ivardieresis +/Eth +/Ntilde +/Ograve +/Oacute +/Ocircumflex +/Otilde +/Ovardieresis +/OE +/Oslash +/Ugrave +/Uacute +/Ucircumflex +/Uvardieresis +/Yacute +/Thorn +/Germandbls +/agrave +/aacute +/acircumflex +/atilde +/avardieresis +/aring +/ae +/ccedilla +/egrave +/eacute +/ecircumflex +/evardieresis +/igrave +/iacute +/icircumflex +/ivardieresis +/eth +/ntilde +/ograve +/oacute +/ocircumflex +/otilde +/ovardieresis +/oe +/oslash +/ugrave +/uacute +/ucircumflex +/uvardieresis +/yacute +/thorn +/germandbls +] def \ No newline at end of file diff --git a/fonts/enc/dvips/context/ec-var-lm.enc b/fonts/enc/dvips/context/ec-var-lm.enc new file mode 100644 index 000000000..bc54a41d4 --- /dev/null +++ b/fonts/enc/dvips/context/ec-var-lm.enc @@ -0,0 +1,262 @@ +% author: Hans Hagen +% +% This enc file defines ec (cork) encoded Latin Modern adapted for umlauts and other variations. + +/encecvarlm[ +/grave +/acute +/circumflex +/tilde +/vardieresis +/hungarumlaut +/ring +/caron +/breve +/macron +/dotaccent +/cedilla +/ogonek +/quotesinglbase +/guilsinglleft +/guilsinglright +/quotedblleft +/quotedblright +/quotedblbase +/guillemotleft +/guillemotright +/endash +/emdash +/cwm +/zeroinferior +/dotlessi +/dotlessj +/ff +/fi +/fl +/ffi +/ffl +/visualspace +/exclam +/quotedbl +/numbersign +/dollar +/percent +/ampersand +/quoteright +/parenleft +/parenright +/asterisk +/plus +/comma +/hyphen +/period +/slash +/zero +/one +/two +/three +/four +/five +/six +/seven +/eight +/nine +/colon +/semicolon +/less +/equal +/greater +/question +/at +/A +/B +/C +/D +/E +/F +/G +/H +/I +/J +/K +/L +/M +/N +/O +/P +/Q +/R +/S +/T +/U +/V +/W +/X +/Y +/Z +/bracketleft +/backslash +/bracketright +/asciicircum +/underscore +/quoteleft +/a +/b +/c +/d +/e +/f +/g +/h +/i +/j +/k +/l +/m +/n +/o +/p +/q +/r +/s +/t +/u +/v +/w +/x +/y +/z +/braceleft +/bar +/braceright +/asciitilde +/hyphen +/Abreve +/Aogonek +/Cacute +/Ccaron +/Dcaron +/Ecaron +/Eogonek +/Gbreve +/Lacute +/Lcaron +/Lslash +/Nacute +/Ncaron +/Ng +/Ohungarumlaut +/Racute +/Rcaron +/Sacute +/Scaron +/Scedilla +/Tcaron +/Tcedilla +/Uhungarumlaut +/Uring +/Yvardieresis +/Zacute +/Zcaron +/Zdotaccent +/IJ +/Idotaccent +/dbar +/section +/abreve +/aogonek +/cacute +/ccaron +/dcaron +/ecaron +/eogonek +/gbreve +/lacute +/lcaron +/lslash +/nacute +/ncaron +/ng +/ohungarumlaut +/racute +/rcaron +/sacute +/scaron +/scedilla +/tquoteright +/tcedilla +/uhungarumlaut +/uring +/yvardieresis +/zacute +/zcaron +/zdotaccent +/ij +/exclamdown +/questiondown +/sterling +/Agrave +/Aacute +/Acircumflex +/Atilde +/Avardieresis +/Aring +/AE +/Ccedilla +/Egrave +/Eacute +/Ecircumflex +/Evardieresis +/Igrave +/Iacute +/Icircumflex +/Ivardieresis +/Eth +/Ntilde +/Ograve +/Oacute +/Ocircumflex +/Otilde +/Ovardieresis +/OE +/Oslash +/Ugrave +/Uacute +/Ucircumflex +/Uvardieresis +/Yacute +/Thorn +/Germandbls +/agrave +/aacute +/acircumflex +/atilde +/avardieresis +/aring +/ae +/ccedilla +/egrave +/eacute +/ecircumflex +/evardieresis +/igrave +/iacute +/icircumflex +/ivardieresis +/eth +/ntilde +/ograve +/oacute +/ocircumflex +/otilde +/ovardieresis +/oe +/oslash +/ugrave +/uacute +/ucircumflex +/uvardieresis +/yacute +/thorn +/germandbls +] def \ No newline at end of file diff --git a/fonts/enc/dvips/context/texnansi-var-lm.enc b/fonts/enc/dvips/context/texnansi-var-lm.enc new file mode 100644 index 000000000..8afba5633 --- /dev/null +++ b/fonts/enc/dvips/context/texnansi-var-lm.enc @@ -0,0 +1,262 @@ +% author: Hans Hagen +% +% This enc file defines texnansi encoded Latin Modern adapted for umlauts and other variations. + +/enctexnansivarlm[ +/.notdef +/Euro +/.notdef +/.notdef +/fraction +/dotaccent +/hungarumlaut +/ogonek +/fl +/.notdef +/cwm +/ff +/fi +/.notdef +/ffi +/ffl +/dotlessi +/dotlessj +/grave +/acute +/caron +/breve +/macron +/ring +/cedilla +/germandbls +/ae +/oe +/oslash +/AE +/OE +/Oslash +/space +/exclam +/quotedbl +/numbersign +/dollar +/percent +/ampersand +/quoteright +/parenleft +/parenright +/asterisk +/plus +/comma +/hyphen +/period +/slash +/zero +/one +/two +/three +/four +/five +/six +/seven +/eight +/nine +/colon +/semicolon +/less +/equal +/greater +/question +/at +/A +/B +/C +/D +/E +/F +/G +/H +/I +/J +/K +/L +/M +/N +/O +/P +/Q +/R +/S +/T +/U +/V +/W +/X +/Y +/Z +/bracketleft +/backslash +/bracketright +/circumflex +/underscore +/quoteleft +/a +/b +/c +/d +/e +/f +/g +/h +/i +/j +/k +/l +/m +/n +/o +/p +/q +/r +/s +/t +/u +/v +/w +/x +/y +/z +/braceleft +/bar +/braceright +/tilde +/vardieresis +/Lslash +/quotesingle +/quotesinglbase +/florin +/quotedblbase +/ellipsis +/dagger +/daggerdbl +/circumflex.dup +/perthousand +/Scaron +/guilsinglleft +/OE.dup +/Zcaron +/asciicircum +/minus +/lslash +/quoteleft.dup +/quoteright.dup +/quotedblleft +/quotedblright +/bullet +/endash +/emdash +/tilde.dup +/vartrademark +/scaron +/guilsinglright +/oe.dup +/zcaron +/asciitilde +/Yvardieresis +/nbspace +/exclamdown +/cent +/sterling +/currency +/yen +/brokenbar +/section +/dieresis.dup +/varcopyright +/ordfeminine +/guillemotleft +/logicalnot +/sfthyphen +/registered +/macron.dup +/degree +/plusminus +/twosuperior +/threesuperior +/acute.dup +/mu +/paragraph +/periodcentered +/cedilla.dup +/onesuperior +/ordmasculine +/guillemotright +/onequarter +/onehalf +/threequarters +/questiondown +/Agrave +/Aacute +/Acircumflex +/Atilde +/Avardieresis +/Aring +/AE.dup +/Ccedilla +/Egrave +/Eacute +/Ecircumflex +/Evardieresis +/Igrave +/Iacute +/Icircumflex +/Ivardieresis +/Eth +/Ntilde +/Ograve +/Oacute +/Ocircumflex +/Otilde +/Ovardieresis +/multiply +/Oslash.dup +/Ugrave +/Uacute +/Ucircumflex +/Uvardieresis +/Yacute +/Thorn +/germandbls.dup +/agrave +/aacute +/acircumflex +/atilde +/avardieresis +/aring +/ae.dup +/ccedilla +/egrave +/eacute +/ecircumflex +/evardieresis +/igrave +/iacute +/icircumflex +/ivardieresis +/eth +/ntilde +/ograve +/oacute +/ocircumflex +/otilde +/ovardieresis +/divide +/oslash.dup +/ugrave +/uacute +/ucircumflex +/uvardieresis +/yacute +/thorn +/yvardieresis +] def \ No newline at end of file diff --git a/fonts/map/context/8r-base.map b/fonts/map/context/8r-base.map deleted file mode 100644 index 87e8a9290..000000000 --- a/fonts/map/context/8r-base.map +++ /dev/null @@ -1,135 +0,0 @@ -% courier / urw - -ucrb8r <8r.enc