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