summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy-new/xindy/modules/lang/german/tex.xdy
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/xindy-new/xindy/modules/lang/german/tex.xdy')
-rw-r--r--Build/source/utils/xindy-new/xindy/modules/lang/german/tex.xdy21
1 files changed, 21 insertions, 0 deletions
diff --git a/Build/source/utils/xindy-new/xindy/modules/lang/german/tex.xdy b/Build/source/utils/xindy-new/xindy/modules/lang/german/tex.xdy
new file mode 100644
index 00000000000..59b1332b370
--- /dev/null
+++ b/Build/source/utils/xindy-new/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