summaryrefslogtreecommitdiff
path: root/tex/context/base/enco-com.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/enco-com.tex')
-rw-r--r--tex/context/base/enco-com.tex41
1 files changed, 41 insertions, 0 deletions
diff --git a/tex/context/base/enco-com.tex b/tex/context/base/enco-com.tex
new file mode 100644
index 000000000..271b6ccbb
--- /dev/null
+++ b/tex/context/base/enco-com.tex
@@ -0,0 +1,41 @@
+%D \module
+%D [ file=enco-com,
+%D version=2000.20.12, % split from base file
+%D title=\CONTEXT\ Encoding Macros,
+%D subtitle=Composed Characters Commands,
+%D author=Hans Hagen,
+%D date=\currentdate,
+%D copyright=Hans Hagen \& Ton Otten]
+%C
+%C This module is part of the \CONTEXT\ macro||package and is
+%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
+%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.
+
+\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
+
+\endinput