diff options
Diffstat (limited to 'tex/context/base/enco-com.tex')
-rw-r--r-- | tex/context/base/enco-com.tex | 43 |
1 files changed, 20 insertions, 23 deletions
diff --git a/tex/context/base/enco-com.tex b/tex/context/base/enco-com.tex index 271b6ccbb..06c15eb70 100644 --- a/tex/context/base/enco-com.tex +++ b/tex/context/base/enco-com.tex @@ -12,30 +12,27 @@ %C details. %D Here we map some \quote {short} names onto the more -%D verbose glyph names. Unless one wants special effects, -%D these definitions are only needed in the default encoding -%D vector. +%D verbose glyph names. -\startencoding[default] -\definecharacter AA {\Aring} -\definecharacter aa {\aring} -\definecharacter AE {\AEligature} -\definecharacter ae {\aeligature} -\definecharacter CC {\Ccedilla} -\definecharacter cc {\ccedilla} -\definecharacter L {\Lstroke} -\definecharacter l {\lstroke} -\definecharacter O {\Ostroke} -\definecharacter o {\ostroke} -\definecharacter OE {\OEligature} -\definecharacter oe {\oeligature} -\definecharacter SZ {\Ssharp} -\definecharacter sz {\ssharp} -\definecharacter SS {\ssharp} -\definecharacter IJ {\IJligature} -\definecharacter ij {\ijligature} - -\stopencoding +\def\AA{\Aring} +\def\aa{\aring} +\def\AE{\AEligature} +\def\ae{\aeligature} +\def\CC{\Ccedilla} +\def\cc{\ccedilla} +\def \L{\Lstroke} +\def \l{\lstroke} +\def \O{\Ostroke} +\def \o{\ostroke} +\def\OE{\OEligature} +\def\oe{\oeligature} +\def\SZ{\Ssharp} +\def\sz{\ssharp} +\def\SS{\ssharp} +\def\IJ{\IJligature} +\def\ij{\ijligature} +\def \i{\dotlessi} +\def \j{\dotlessj} \endinput |