summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/xindy/modules/lang/german/tex.xdy
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-07 18:23:21 +0000
committerKarl Berry <karl@freefriends.org>2013-04-07 18:23:21 +0000
commitfb0bf13304a356f197bfc1add17f98c07e96f17b (patch)
treec6d2367f3652378da3aeb1ca88ff8e2687ddea42 /Master/texmf-dist/xindy/modules/lang/german/tex.xdy
parent752012c605d34cd943795527a9738475a6958fcc (diff)
texmf -> texmf-dist: xindy
git-svn-id: svn://tug.org/texlive/trunk@29713 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/xindy/modules/lang/german/tex.xdy')
-rw-r--r--Master/texmf-dist/xindy/modules/lang/german/tex.xdy21
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/xindy/modules/lang/german/tex.xdy b/Master/texmf-dist/xindy/modules/lang/german/tex.xdy
new file mode 100644
index 00000000000..59b1332b370
--- /dev/null
+++ b/Master/texmf-dist/xindy/modules/lang/german/tex.xdy
@@ -0,0 +1,21 @@
+;; $Id: tex.xdy,v 1.2 1996/07/18 16:03:55 kehr Exp $
+;;
+;; This file contains some rules to process TeX-letters with xindy.
+;;
+;; It should be used in conjunction with the `din5007' or the `duden'
+;; modules.
+;;
+
+;; We first map them to the ISO-Latin counterpart and then use the
+;; mappings in on of the two other modules to map them to the actual
+;; postition.
+
+(sort-rule "\\\"a" "ä" :again)
+(sort-rule "\\\"o" "ö" :again)
+(sort-rule "\\\"u" "ü" :again)
+(sort-rule "\\\"A" "Ä" :again)
+(sort-rule "\\\"O" "Ö" :again)
+(sort-rule "\\\"U" "Ü" :again)
+(sort-rule "\\ss({})?" "ß" :again)
+
+;; End