diff options
Diffstat (limited to 'Build/source/utils/xindy-old/make-rules/alphabets/finnish/tex-latin9.xdy')
-rw-r--r-- | Build/source/utils/xindy-old/make-rules/alphabets/finnish/tex-latin9.xdy | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Build/source/utils/xindy-old/make-rules/alphabets/finnish/tex-latin9.xdy b/Build/source/utils/xindy-old/make-rules/alphabets/finnish/tex-latin9.xdy new file mode 100644 index 00000000000..d85f22d798f --- /dev/null +++ b/Build/source/utils/xindy-old/make-rules/alphabets/finnish/tex-latin9.xdy @@ -0,0 +1,18 @@ +;; Finnish LaTeX support. +;; +;; This file contains some rules to process TeX-letters with xindy. +;; +;; We first map them to the ISO-Latin counterpart and then use the +;; mappings in one of the two other modules to map them to the actual +;; position. + +(require "tex/inputenc/latin1.xdy") + +;; These are not in the inputenc stuff: + +(merge-rule "\aa" "å" :string) +(merge-rule "\AA" "Å" :string) + +(merge-rule "\ss" "ß" :string) + +;; End |