diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-05-11 13:18:37 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-05-11 13:18:37 +0000 |
commit | bc7e6ba64528ec9408b8440f62e1e6de4bbabb35 (patch) | |
tree | 5837315256efc0ea53f38a1574d638826234f64d /Build/source/utils/xindy-old/make-rules/alphabets/finnish/tex-latin9.xdy | |
parent | 84b958df892c3589ae527aa37413c50f7001c55a (diff) |
rename xindy (2.3) => xindy-old
git-svn-id: svn://tug.org/texlive/trunk@18198 c570f23f-e606-0410-a88d-b1316a301751
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 |