summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/xindy/modules/lang/spanish
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/xindy/modules/lang/spanish')
-rw-r--r--Master/texmf-dist/xindy/modules/lang/spanish/modern-latin1-lang.xdy10
-rw-r--r--Master/texmf-dist/xindy/modules/lang/spanish/modern-latin1-test.xdy92
-rw-r--r--Master/texmf-dist/xindy/modules/lang/spanish/modern-latin1.xdy333
-rw-r--r--Master/texmf-dist/xindy/modules/lang/spanish/modern-utf8-lang.xdy10
-rw-r--r--Master/texmf-dist/xindy/modules/lang/spanish/modern-utf8-test.xdy92
-rw-r--r--Master/texmf-dist/xindy/modules/lang/spanish/modern-utf8.xdy333
-rw-r--r--Master/texmf-dist/xindy/modules/lang/spanish/traditional-latin1-lang.xdy10
-rw-r--r--Master/texmf-dist/xindy/modules/lang/spanish/traditional-latin1-test.xdy92
-rw-r--r--Master/texmf-dist/xindy/modules/lang/spanish/traditional-latin1.xdy359
-rw-r--r--Master/texmf-dist/xindy/modules/lang/spanish/traditional-utf8-lang.xdy10
-rw-r--r--Master/texmf-dist/xindy/modules/lang/spanish/traditional-utf8-test.xdy92
-rw-r--r--Master/texmf-dist/xindy/modules/lang/spanish/traditional-utf8.xdy359
12 files changed, 1792 insertions, 0 deletions
diff --git a/Master/texmf-dist/xindy/modules/lang/spanish/modern-latin1-lang.xdy b/Master/texmf-dist/xindy/modules/lang/spanish/modern-latin1-lang.xdy
new file mode 100644
index 00000000000..cf87f232384
--- /dev/null
+++ b/Master/texmf-dist/xindy/modules/lang/spanish/modern-latin1-lang.xdy
@@ -0,0 +1,10 @@
+(require "lang/spanish/modern-latin1.xdy")
+(define-sort-rule-orientations (forward backward forward forward))
+(use-rule-set :run 0
+ :rule-set ("es-alphabetize" "es-ignore-special"))
+(use-rule-set :run 1
+ :rule-set ("es-resolve-diacritics" "es-ignore-special"))
+(use-rule-set :run 2
+ :rule-set ("es-resolve-case" "es-ignore-special"))
+(use-rule-set :run 3
+ :rule-set ("es-resolve-special"))
diff --git a/Master/texmf-dist/xindy/modules/lang/spanish/modern-latin1-test.xdy b/Master/texmf-dist/xindy/modules/lang/spanish/modern-latin1-test.xdy
new file mode 100644
index 00000000000..4083128245a
--- /dev/null
+++ b/Master/texmf-dist/xindy/modules/lang/spanish/modern-latin1-test.xdy
@@ -0,0 +1,92 @@
+(require "lang/spanish/modern-latin1.xdy")
+(define-sort-rule-orientations (forward backward forward forward))
+(use-rule-set :run 0
+ :rule-set ("es-alphabetize" "es-ignore-special"))
+(use-rule-set :run 1
+ :rule-set ("es-resolve-diacritics" "es-ignore-special"))
+(use-rule-set :run 2
+ :rule-set ("es-resolve-case" "es-ignore-special"))
+(use-rule-set :run 3
+ :rule-set ("es-resolve-special"))
+
+;; define other stuff
+(define-attributes ("default"))
+
+;; The description of the location-classes.
+;; Add more location classes as needed.
+
+(define-location-class "arabic-page-numbers" ("arabic-numbers"))
+(define-location-class "roman-page-numbers" ("roman-numbers-lowercase"))
+(define-location-class "Roman-page-numbers" ("roman-numbers-uppercase"))
+(define-location-class "alpha-page-numbers" ("alpha"))
+(define-location-class "Alpha-page-numbers" ("ALPHA"))
+
+;; The most frequently used cross reference class "see". Add more, if
+;; necessary.
+
+(define-crossref-class "see")
+(markup-crossref-list :open "\see{" :close "}{}" :class "see")
+
+;; In makeindex: page_precedence <string> "rnaRA"
+;; List all location classes appearing in your document.
+
+(define-location-class-order ("roman-page-numbers"
+ "arabic-page-numbers"
+ "alpha-page-numbers"
+ "Roman-page-numbers"
+ "Alpha-page-numbers"
+ "see"))
+
+
+;; preamble <string> "\\begin{theindex}\n"
+;; postamble <string> "\n\n\\end{theindex}\n"
+
+(markup-index :open "\begin{theindex}~n"
+ :close "~n~n\end{theindex}~n"
+ :tree)
+
+;; These specifiers are not directly supported via a command-line
+;; switch as in makeindex. Add the appropriate markup-commands into
+;; the preamble.
+
+;; setpage_prefix <string> "~n \setcounter{page}{"
+;; setpage_suffix <string> "}~n"
+
+;; group_skip <string> "~n~n \indexspace~n"
+
+(markup-letter-group-list :sep "~n~n \indexspace~n")
+
+;; even though we comment out (%) the letter-group heading,
+;; the following is useful if you want to check the .ind-file
+(markup-letter-group :open-head "~n % ")
+
+;; The indexentries (item_<..> specifiers)
+
+(markup-indexentry :open "~n \item " :depth 0)
+(markup-indexentry :open "~n \subitem " :depth 1)
+(markup-indexentry :open "~n \subsubitem " :depth 2)
+
+;; Location-references
+
+;; delim_0 <string> ", "
+;; delim_1 <string> ", "
+;; delim_2 <string> ", "
+
+(markup-locclass-list :open ", " :sep ", ")
+
+;; delim_n <string> ", "
+
+(markup-locref-list :sep ", ")
+
+;; delim_r <string> "--"
+
+(markup-range :sep "--")
+
+;; That's all ;-)
+
+
+;; End
+
+;; Local Variables:
+;; mode: lisp
+;; End:
diff --git a/Master/texmf-dist/xindy/modules/lang/spanish/modern-latin1.xdy b/Master/texmf-dist/xindy/modules/lang/spanish/modern-latin1.xdy
new file mode 100644
index 00000000000..e040c90e6c5
--- /dev/null
+++ b/Master/texmf-dist/xindy/modules/lang/spanish/modern-latin1.xdy
@@ -0,0 +1,333 @@
+;; Rules for xindy; generated by make-rules.pl
+;; language: Spanish
+
+(define-letter-group "A" :prefixes (""))
+(define-letter-group "B" :after "A" :prefixes (""))
+(define-letter-group "C" :after "B" :prefixes (""))
+(define-letter-group "D" :after "C" :prefixes (""))
+(define-letter-group "E" :after "D" :prefixes (""))
+(define-letter-group "F" :after "E" :prefixes (""))
+(define-letter-group "G" :after "F" :prefixes (""))
+(define-letter-group "H" :after "G" :prefixes (""))
+(define-letter-group "I" :after "H" :prefixes (""))
+(define-letter-group "J" :after "I" :prefixes (""))
+(define-letter-group "K" :after "J" :prefixes (""))
+(define-letter-group "L" :after "K" :prefixes (""))
+(define-letter-group "M" :after "L" :prefixes (""))
+(define-letter-group "N" :after "M" :prefixes (""))
+(define-letter-group "" :after "N" :prefixes (""))
+(define-letter-group "O" :after "" :prefixes (""))
+(define-letter-group "P" :after "O" :prefixes (""))
+(define-letter-group "Q" :after "P" :prefixes (""))
+(define-letter-group "R" :after "Q" :prefixes (""))
+(define-letter-group "S" :after "R" :prefixes (""))
+(define-letter-group "T" :after "S" :prefixes (""))
+(define-letter-group "U" :after "T" :prefixes (""))
+(define-letter-group "V" :after "U" :prefixes (""))
+(define-letter-group "W" :after "V" :prefixes (""))
+(define-letter-group "X" :after "W" :prefixes (""))
+(define-letter-group "Y" :after "X" :prefixes (""))
+(define-letter-group "Z" :after "Y" :prefixes (""))
+
+(define-rule-set "es-alphabetize"
+
+ :rules (("" "" :string)
+ ("a" "" :string)
+ ("A" "" :string)
+ ("" "" :string)
+ ("b" "" :string)
+ ("B" "" :string)
+ ("C" "" :string)
+ ("c" "" :string)
+ ("d" "" :string)
+ ("D" "" :string)
+ ("E" "" :string)
+ ("e" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("F" "" :string)
+ ("f" "" :string)
+ ("g" "" :string)
+ ("G" "" :string)
+ ("H" "" :string)
+ ("h" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("I" "" :string)
+ ("i" "" :string)
+ ("J" "" :string)
+ ("j" "" :string)
+ ("K" "" :string)
+ ("k" "" :string)
+ ("L" "" :string)
+ ("l" "" :string)
+ ("M" "" :string)
+ ("m" "" :string)
+ ("N" "" :string)
+ ("n" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("O" "" :string)
+ ("" "" :string)
+ ("o" "" :string)
+ ("P" "" :string)
+ ("p" "" :string)
+ ("q" "" :string)
+ ("Q" "" :string)
+ ("r" "" :string)
+ ("R" "" :string)
+ ("S" "" :string)
+ ("s" "" :string)
+ ("" "" :string)
+ ("T" "" :string)
+ ("t" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("u" "" :string)
+ ("U" "" :string)
+ ("" "" :string)
+ ("v" "" :string)
+ ("V" "" :string)
+ ("w" "" :string)
+ ("W" "" :string)
+ ("X" "" :string)
+ ("x" "" :string)
+ ("Y" "" :string)
+ ("y" "" :string)
+ ("z" "" :string)
+ ("Z" "" :string)
+ ))
+
+(define-rule-set "es-resolve-diacritics"
+
+ :rules (("S" "" :string)
+ ("K" "" :string)
+ ("d" "" :string)
+ ("Y" "" :string)
+ ("E" "" :string)
+ ("y" "" :string)
+ ("g" "" :string)
+ ("e" "" :string)
+ ("J" "" :string)
+ ("q" "" :string)
+ ("D" "" :string)
+ ("b" "" :string)
+ ("z" "" :string)
+ ("w" "" :string)
+ ("Q" "" :string)
+ ("M" "" :string)
+ ("C" "" :string)
+ ("L" "" :string)
+ ("X" "" :string)
+ ("P" "" :string)
+ ("" "" :string)
+ ("T" "" :string)
+ ("a" "" :string)
+ ("N" "" :string)
+ ("j" "" :string)
+ ("Z" "" :string)
+ ("u" "" :string)
+ ("k" "" :string)
+ ("t" "" :string)
+ ("W" "" :string)
+ ("v" "" :string)
+ ("s" "" :string)
+ ("B" "" :string)
+ ("H" "" :string)
+ ("c" "" :string)
+ ("I" "" :string)
+ ("G" "" :string)
+ ("U" "" :string)
+ ("" "" :string)
+ ("F" "" :string)
+ ("r" "" :string)
+ ("x" "" :string)
+ ("V" "" :string)
+ ("h" "" :string)
+ ("f" "" :string)
+ ("i" "" :string)
+ ("A" "" :string)
+ ("O" "" :string)
+ ("n" "" :string)
+ ("m" "" :string)
+ ("l" "" :string)
+ ("p" "" :string)
+ ("R" "" :string)
+ ("o" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ))
+
+(define-rule-set "es-resolve-case"
+
+ :rules (("d" "0" :string)
+ ("y" "0" :string)
+ ("g" "0" :string)
+ ("e" "0" :string)
+ ("q" "0" :string)
+ ("b" "0" :string)
+ ("z" "0" :string)
+ ("" "0" :string)
+ ("w" "0" :string)
+ ("" "0" :string)
+ ("a" "0" :string)
+ ("" "0" :string)
+ ("j" "0" :string)
+ ("" "0" :string)
+ ("u" "0" :string)
+ ("k" "0" :string)
+ ("t" "0" :string)
+ ("v" "0" :string)
+ ("" "0" :string)
+ ("s" "0" :string)
+ ("c" "0" :string)
+ ("r" "0" :string)
+ ("x" "0" :string)
+ ("h" "0" :string)
+ ("f" "0" :string)
+ ("i" "0" :string)
+ ("n" "0" :string)
+ ("m" "0" :string)
+ ("l" "0" :string)
+ ("p" "0" :string)
+ ("" "0" :string)
+ ("" "0" :string)
+ ("o" "0" :string)
+ ("" "00" :string)
+ ("S" "1" :string)
+ ("K" "1" :string)
+ ("Y" "1" :string)
+ ("E" "1" :string)
+ ("" "1" :string)
+ ("J" "1" :string)
+ ("" "1" :string)
+ ("" "1" :string)
+ ("D" "1" :string)
+ ("" "1" :string)
+ ("Q" "1" :string)
+ ("M" "1" :string)
+ ("C" "1" :string)
+ ("L" "1" :string)
+ ("X" "1" :string)
+ ("P" "1" :string)
+ ("T" "1" :string)
+ ("N" "1" :string)
+ ("Z" "1" :string)
+ ("" "1" :string)
+ ("W" "1" :string)
+ ("B" "1" :string)
+ ("H" "1" :string)
+ ("I" "1" :string)
+ ("G" "1" :string)
+ ("U" "1" :string)
+ ("" "1" :string)
+ ("F" "1" :string)
+ ("V" "1" :string)
+ ("A" "1" :string)
+ ("O" "1" :string)
+ ("" "1" :string)
+ ("R" "1" :string)
+ ))
+
+(define-rule-set "es-ignore-special"
+
+ :rules (("-" "" :string)
+ ("" "" :string)
+ ("!" "" :string)
+ ("'" "" :string)
+ ("?" "" :string)
+ ("" "" :string)
+ ("." "" :string)
+ ))
+
+(define-rule-set "es-resolve-special"
+
+ :rules (("S" "" :string)
+ ("K" "" :string)
+ ("d" "" :string)
+ ("Y" "" :string)
+ ("E" "" :string)
+ ("y" "" :string)
+ ("g" "" :string)
+ ("" "" :string)
+ ("e" "" :string)
+ ("J" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("q" "" :string)
+ ("D" "" :string)
+ ("b" "" :string)
+ ("z" "" :string)
+ ("" "" :string)
+ ("w" "" :string)
+ ("" "" :string)
+ ("Q" "" :string)
+ ("M" "" :string)
+ ("C" "" :string)
+ ("L" "" :string)
+ ("X" "" :string)
+ ("P" "" :string)
+ ("" "" :string)
+ ("T" "" :string)
+ ("a" "" :string)
+ ("N" "" :string)
+ ("" "" :string)
+ ("j" "" :string)
+ ("Z" "" :string)
+ ("" "" :string)
+ ("u" "" :string)
+ ("" "" :string)
+ ("k" "" :string)
+ ("t" "" :string)
+ ("W" "" :string)
+ ("v" "" :string)
+ ("" "" :string)
+ ("s" "" :string)
+ ("B" "" :string)
+ ("H" "" :string)
+ ("c" "" :string)
+ ("I" "" :string)
+ ("G" "" :string)
+ ("U" "" :string)
+ ("" "" :string)
+ ("F" "" :string)
+ ("r" "" :string)
+ ("x" "" :string)
+ ("V" "" :string)
+ ("h" "" :string)
+ ("f" "" :string)
+ ("i" "" :string)
+ ("A" "" :string)
+ ("O" "" :string)
+ ("n" "" :string)
+ ("m" "" :string)
+ ("l" "" :string)
+ ("p" "" :string)
+ ("" "" :string)
+ ("R" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("o" "" :string)
+ ("" "" :string)
+ ("." "" :string)
+ ("-" "" :string)
+ ("'" "" :string)
+ ("" "" :string)
+ ("?" "" :string)
+ ("" "" :string)
+ ("!" "" :string)
+ ))
+
diff --git a/Master/texmf-dist/xindy/modules/lang/spanish/modern-utf8-lang.xdy b/Master/texmf-dist/xindy/modules/lang/spanish/modern-utf8-lang.xdy
new file mode 100644
index 00000000000..0a5ac8d476a
--- /dev/null
+++ b/Master/texmf-dist/xindy/modules/lang/spanish/modern-utf8-lang.xdy
@@ -0,0 +1,10 @@
+(require "lang/spanish/modern-utf8.xdy")
+(define-sort-rule-orientations (forward backward forward forward))
+(use-rule-set :run 0
+ :rule-set ("es-alphabetize" "es-ignore-special"))
+(use-rule-set :run 1
+ :rule-set ("es-resolve-diacritics" "es-ignore-special"))
+(use-rule-set :run 2
+ :rule-set ("es-resolve-case" "es-ignore-special"))
+(use-rule-set :run 3
+ :rule-set ("es-resolve-special"))
diff --git a/Master/texmf-dist/xindy/modules/lang/spanish/modern-utf8-test.xdy b/Master/texmf-dist/xindy/modules/lang/spanish/modern-utf8-test.xdy
new file mode 100644
index 00000000000..adce25b2de9
--- /dev/null
+++ b/Master/texmf-dist/xindy/modules/lang/spanish/modern-utf8-test.xdy
@@ -0,0 +1,92 @@
+(require "lang/spanish/modern-utf8.xdy")
+(define-sort-rule-orientations (forward backward forward forward))
+(use-rule-set :run 0
+ :rule-set ("es-alphabetize" "es-ignore-special"))
+(use-rule-set :run 1
+ :rule-set ("es-resolve-diacritics" "es-ignore-special"))
+(use-rule-set :run 2
+ :rule-set ("es-resolve-case" "es-ignore-special"))
+(use-rule-set :run 3
+ :rule-set ("es-resolve-special"))
+
+;; define other stuff
+(define-attributes ("default"))
+
+;; The description of the location-classes.
+;; Add more location classes as needed.
+
+(define-location-class "arabic-page-numbers" ("arabic-numbers"))
+(define-location-class "roman-page-numbers" ("roman-numbers-lowercase"))
+(define-location-class "Roman-page-numbers" ("roman-numbers-uppercase"))
+(define-location-class "alpha-page-numbers" ("alpha"))
+(define-location-class "Alpha-page-numbers" ("ALPHA"))
+
+;; The most frequently used cross reference class "see". Add more, if
+;; necessary.
+
+(define-crossref-class "see")
+(markup-crossref-list :open "\see{" :close "}{}" :class "see")
+
+;; In makeindex: page_precedence <string> "rnaRA"
+;; List all location classes appearing in your document.
+
+(define-location-class-order ("roman-page-numbers"
+ "arabic-page-numbers"
+ "alpha-page-numbers"
+ "Roman-page-numbers"
+ "Alpha-page-numbers"
+ "see"))
+
+
+;; preamble <string> "\\begin{theindex}\n"
+;; postamble <string> "\n\n\\end{theindex}\n"
+
+(markup-index :open "\begin{theindex}~n"
+ :close "~n~n\end{theindex}~n"
+ :tree)
+
+;; These specifiers are not directly supported via a command-line
+;; switch as in makeindex. Add the appropriate markup-commands into
+;; the preamble.
+
+;; setpage_prefix <string> "~n \setcounter{page}{"
+;; setpage_suffix <string> "}~n"
+
+;; group_skip <string> "~n~n \indexspace~n"
+
+(markup-letter-group-list :sep "~n~n \indexspace~n")
+
+;; even though we comment out (%) the letter-group heading,
+;; the following is useful if you want to check the .ind-file
+(markup-letter-group :open-head "~n % ")
+
+;; The indexentries (item_<..> specifiers)
+
+(markup-indexentry :open "~n \item " :depth 0)
+(markup-indexentry :open "~n \subitem " :depth 1)
+(markup-indexentry :open "~n \subsubitem " :depth 2)
+
+;; Location-references
+
+;; delim_0 <string> ", "
+;; delim_1 <string> ", "
+;; delim_2 <string> ", "
+
+(markup-locclass-list :open ", " :sep ", ")
+
+;; delim_n <string> ", "
+
+(markup-locref-list :sep ", ")
+
+;; delim_r <string> "--"
+
+(markup-range :sep "--")
+
+;; That's all ;-)
+
+
+;; End
+
+;; Local Variables:
+;; mode: lisp
+;; End:
diff --git a/Master/texmf-dist/xindy/modules/lang/spanish/modern-utf8.xdy b/Master/texmf-dist/xindy/modules/lang/spanish/modern-utf8.xdy
new file mode 100644
index 00000000000..cbb4e7e1d6a
--- /dev/null
+++ b/Master/texmf-dist/xindy/modules/lang/spanish/modern-utf8.xdy
@@ -0,0 +1,333 @@
+;; Rules for xindy; generated by make-rules.pl
+;; language: Spanish
+
+(define-letter-group "A" :prefixes (""))
+(define-letter-group "B" :after "A" :prefixes (""))
+(define-letter-group "C" :after "B" :prefixes (""))
+(define-letter-group "D" :after "C" :prefixes (""))
+(define-letter-group "E" :after "D" :prefixes (""))
+(define-letter-group "F" :after "E" :prefixes (""))
+(define-letter-group "G" :after "F" :prefixes (""))
+(define-letter-group "H" :after "G" :prefixes (""))
+(define-letter-group "I" :after "H" :prefixes (""))
+(define-letter-group "J" :after "I" :prefixes (""))
+(define-letter-group "K" :after "J" :prefixes (""))
+(define-letter-group "L" :after "K" :prefixes (""))
+(define-letter-group "M" :after "L" :prefixes (""))
+(define-letter-group "N" :after "M" :prefixes (""))
+(define-letter-group "Ñ" :after "N" :prefixes (""))
+(define-letter-group "O" :after "Ñ" :prefixes (""))
+(define-letter-group "P" :after "O" :prefixes (""))
+(define-letter-group "Q" :after "P" :prefixes (""))
+(define-letter-group "R" :after "Q" :prefixes (""))
+(define-letter-group "S" :after "R" :prefixes (""))
+(define-letter-group "T" :after "S" :prefixes (""))
+(define-letter-group "U" :after "T" :prefixes (""))
+(define-letter-group "V" :after "U" :prefixes (""))
+(define-letter-group "W" :after "V" :prefixes (""))
+(define-letter-group "X" :after "W" :prefixes (""))
+(define-letter-group "Y" :after "X" :prefixes (""))
+(define-letter-group "Z" :after "Y" :prefixes (""))
+
+(define-rule-set "es-alphabetize"
+
+ :rules (("Á" "" :string)
+ ("á" "" :string)
+ ("É" "" :string)
+ ("é" "" :string)
+ ("Í" "" :string)
+ ("í" "" :string)
+ ("Ñ" "" :string)
+ ("ñ" "" :string)
+ ("Ó" "" :string)
+ ("ó" "" :string)
+ ("ß" "" :string)
+ ("Ú" "" :string)
+ ("ú" "" :string)
+ ("Ü" "" :string)
+ ("ü" "" :string)
+ ("a" "" :string)
+ ("A" "" :string)
+ ("b" "" :string)
+ ("B" "" :string)
+ ("C" "" :string)
+ ("c" "" :string)
+ ("d" "" :string)
+ ("D" "" :string)
+ ("E" "" :string)
+ ("e" "" :string)
+ ("F" "" :string)
+ ("f" "" :string)
+ ("g" "" :string)
+ ("G" "" :string)
+ ("H" "" :string)
+ ("h" "" :string)
+ ("I" "" :string)
+ ("i" "" :string)
+ ("J" "" :string)
+ ("j" "" :string)
+ ("K" "" :string)
+ ("k" "" :string)
+ ("L" "" :string)
+ ("l" "" :string)
+ ("M" "" :string)
+ ("m" "" :string)
+ ("N" "" :string)
+ ("n" "" :string)
+ ("O" "" :string)
+ ("o" "" :string)
+ ("P" "" :string)
+ ("p" "" :string)
+ ("q" "" :string)
+ ("Q" "" :string)
+ ("r" "" :string)
+ ("R" "" :string)
+ ("S" "" :string)
+ ("s" "" :string)
+ ("T" "" :string)
+ ("t" "" :string)
+ ("u" "" :string)
+ ("U" "" :string)
+ ("v" "" :string)
+ ("V" "" :string)
+ ("w" "" :string)
+ ("W" "" :string)
+ ("X" "" :string)
+ ("x" "" :string)
+ ("Y" "" :string)
+ ("y" "" :string)
+ ("z" "" :string)
+ ("Z" "" :string)
+ ))
+
+(define-rule-set "es-resolve-diacritics"
+
+ :rules (("Ñ" "" :string)
+ ("ñ" "" :string)
+ ("Á" "" :string)
+ ("Ó" "" :string)
+ ("É" "" :string)
+ ("Í" "" :string)
+ ("Ú" "" :string)
+ ("ú" "" :string)
+ ("á" "" :string)
+ ("í" "" :string)
+ ("ó" "" :string)
+ ("é" "" :string)
+ ("Ü" "" :string)
+ ("ü" "" :string)
+ ("ß" "" :string)
+ ("S" "" :string)
+ ("K" "" :string)
+ ("d" "" :string)
+ ("Y" "" :string)
+ ("E" "" :string)
+ ("y" "" :string)
+ ("g" "" :string)
+ ("e" "" :string)
+ ("J" "" :string)
+ ("q" "" :string)
+ ("D" "" :string)
+ ("b" "" :string)
+ ("z" "" :string)
+ ("w" "" :string)
+ ("Q" "" :string)
+ ("M" "" :string)
+ ("C" "" :string)
+ ("L" "" :string)
+ ("X" "" :string)
+ ("P" "" :string)
+ ("T" "" :string)
+ ("a" "" :string)
+ ("N" "" :string)
+ ("j" "" :string)
+ ("Z" "" :string)
+ ("u" "" :string)
+ ("k" "" :string)
+ ("t" "" :string)
+ ("W" "" :string)
+ ("v" "" :string)
+ ("s" "" :string)
+ ("B" "" :string)
+ ("H" "" :string)
+ ("c" "" :string)
+ ("I" "" :string)
+ ("G" "" :string)
+ ("U" "" :string)
+ ("F" "" :string)
+ ("r" "" :string)
+ ("x" "" :string)
+ ("V" "" :string)
+ ("h" "" :string)
+ ("f" "" :string)
+ ("i" "" :string)
+ ("A" "" :string)
+ ("O" "" :string)
+ ("n" "" :string)
+ ("m" "" :string)
+ ("l" "" :string)
+ ("p" "" :string)
+ ("R" "" :string)
+ ("o" "" :string)
+ ))
+
+(define-rule-set "es-resolve-case"
+
+ :rules (("ú" "0" :string)
+ ("á" "0" :string)
+ ("ñ" "0" :string)
+ ("í" "0" :string)
+ ("ó" "0" :string)
+ ("é" "0" :string)
+ ("ü" "0" :string)
+ ("ß" "00" :string)
+ ("Á" "1" :string)
+ ("Ñ" "1" :string)
+ ("Ó" "1" :string)
+ ("É" "1" :string)
+ ("Í" "1" :string)
+ ("Ú" "1" :string)
+ ("Ü" "1" :string)
+ ("d" "0" :string)
+ ("y" "0" :string)
+ ("g" "0" :string)
+ ("e" "0" :string)
+ ("q" "0" :string)
+ ("b" "0" :string)
+ ("z" "0" :string)
+ ("w" "0" :string)
+ ("a" "0" :string)
+ ("j" "0" :string)
+ ("u" "0" :string)
+ ("k" "0" :string)
+ ("t" "0" :string)
+ ("v" "0" :string)
+ ("s" "0" :string)
+ ("c" "0" :string)
+ ("r" "0" :string)
+ ("x" "0" :string)
+ ("h" "0" :string)
+ ("f" "0" :string)
+ ("i" "0" :string)
+ ("n" "0" :string)
+ ("m" "0" :string)
+ ("l" "0" :string)
+ ("p" "0" :string)
+ ("o" "0" :string)
+ ("S" "1" :string)
+ ("K" "1" :string)
+ ("Y" "1" :string)
+ ("E" "1" :string)
+ ("J" "1" :string)
+ ("D" "1" :string)
+ ("Q" "1" :string)
+ ("M" "1" :string)
+ ("C" "1" :string)
+ ("L" "1" :string)
+ ("X" "1" :string)
+ ("P" "1" :string)
+ ("T" "1" :string)
+ ("N" "1" :string)
+ ("Z" "1" :string)
+ ("W" "1" :string)
+ ("B" "1" :string)
+ ("H" "1" :string)
+ ("I" "1" :string)
+ ("G" "1" :string)
+ ("U" "1" :string)
+ ("F" "1" :string)
+ ("V" "1" :string)
+ ("A" "1" :string)
+ ("O" "1" :string)
+ ("R" "1" :string)
+ ))
+
+(define-rule-set "es-ignore-special"
+
+ :rules (("¡" "" :string)
+ ("¿" "" :string)
+ ("-" "" :string)
+ ("!" "" :string)
+ ("'" "" :string)
+ ("?" "" :string)
+ ("." "" :string)
+ ))
+
+(define-rule-set "es-resolve-special"
+
+ :rules (("Á" "" :string)
+ ("Ñ" "" :string)
+ ("Ó" "" :string)
+ ("É" "" :string)
+ ("Í" "" :string)
+ ("Ú" "" :string)
+ ("ú" "" :string)
+ ("Ü" "" :string)
+ ("á" "" :string)
+ ("ñ" "" :string)
+ ("í" "" :string)
+ ("ó" "" :string)
+ ("é" "" :string)
+ ("ü" "" :string)
+ ("ß" "" :string)
+ ("¿" "" :string)
+ ("¡" "" :string)
+ ("S" "" :string)
+ ("K" "" :string)
+ ("d" "" :string)
+ ("Y" "" :string)
+ ("E" "" :string)
+ ("y" "" :string)
+ ("g" "" :string)
+ ("e" "" :string)
+ ("J" "" :string)
+ ("q" "" :string)
+ ("D" "" :string)
+ ("b" "" :string)
+ ("z" "" :string)
+ ("w" "" :string)
+ ("Q" "" :string)
+ ("M" "" :string)
+ ("C" "" :string)
+ ("L" "" :string)
+ ("X" "" :string)
+ ("P" "" :string)
+ ("T" "" :string)
+ ("a" "" :string)
+ ("N" "" :string)
+ ("j" "" :string)
+ ("Z" "" :string)
+ ("u" "" :string)
+ ("k" "" :string)
+ ("t" "" :string)
+ ("W" "" :string)
+ ("v" "" :string)
+ ("s" "" :string)
+ ("B" "" :string)
+ ("H" "" :string)
+ ("c" "" :string)
+ ("I" "" :string)
+ ("G" "" :string)
+ ("U" "" :string)
+ ("F" "" :string)
+ ("r" "" :string)
+ ("x" "" :string)
+ ("V" "" :string)
+ ("h" "" :string)
+ ("f" "" :string)
+ ("i" "" :string)
+ ("A" "" :string)
+ ("O" "" :string)
+ ("n" "" :string)
+ ("m" "" :string)
+ ("l" "" :string)
+ ("p" "" :string)
+ ("R" "" :string)
+ ("o" "" :string)
+ ("." "" :string)
+ ("-" "" :string)
+ ("'" "" :string)
+ ("?" "" :string)
+ ("!" "" :string)
+ ))
+
diff --git a/Master/texmf-dist/xindy/modules/lang/spanish/traditional-latin1-lang.xdy b/Master/texmf-dist/xindy/modules/lang/spanish/traditional-latin1-lang.xdy
new file mode 100644
index 00000000000..6f2f1d466a5
--- /dev/null
+++ b/Master/texmf-dist/xindy/modules/lang/spanish/traditional-latin1-lang.xdy
@@ -0,0 +1,10 @@
+(require "lang/spanish/traditional-latin1.xdy")
+(define-sort-rule-orientations (forward backward forward forward))
+(use-rule-set :run 0
+ :rule-set ("es-alphabetize" "es-ignore-special"))
+(use-rule-set :run 1
+ :rule-set ("es-resolve-diacritics" "es-ignore-special"))
+(use-rule-set :run 2
+ :rule-set ("es-resolve-case" "es-ignore-special"))
+(use-rule-set :run 3
+ :rule-set ("es-resolve-special"))
diff --git a/Master/texmf-dist/xindy/modules/lang/spanish/traditional-latin1-test.xdy b/Master/texmf-dist/xindy/modules/lang/spanish/traditional-latin1-test.xdy
new file mode 100644
index 00000000000..f030fe785aa
--- /dev/null
+++ b/Master/texmf-dist/xindy/modules/lang/spanish/traditional-latin1-test.xdy
@@ -0,0 +1,92 @@
+(require "lang/spanish/traditional-latin1.xdy")
+(define-sort-rule-orientations (forward backward forward forward))
+(use-rule-set :run 0
+ :rule-set ("es-alphabetize" "es-ignore-special"))
+(use-rule-set :run 1
+ :rule-set ("es-resolve-diacritics" "es-ignore-special"))
+(use-rule-set :run 2
+ :rule-set ("es-resolve-case" "es-ignore-special"))
+(use-rule-set :run 3
+ :rule-set ("es-resolve-special"))
+
+;; define other stuff
+(define-attributes ("default"))
+
+;; The description of the location-classes.
+;; Add more location classes as needed.
+
+(define-location-class "arabic-page-numbers" ("arabic-numbers"))
+(define-location-class "roman-page-numbers" ("roman-numbers-lowercase"))
+(define-location-class "Roman-page-numbers" ("roman-numbers-uppercase"))
+(define-location-class "alpha-page-numbers" ("alpha"))
+(define-location-class "Alpha-page-numbers" ("ALPHA"))
+
+;; The most frequently used cross reference class "see". Add more, if
+;; necessary.
+
+(define-crossref-class "see")
+(markup-crossref-list :open "\see{" :close "}{}" :class "see")
+
+;; In makeindex: page_precedence <string> "rnaRA"
+;; List all location classes appearing in your document.
+
+(define-location-class-order ("roman-page-numbers"
+ "arabic-page-numbers"
+ "alpha-page-numbers"
+ "Roman-page-numbers"
+ "Alpha-page-numbers"
+ "see"))
+
+
+;; preamble <string> "\\begin{theindex}\n"
+;; postamble <string> "\n\n\\end{theindex}\n"
+
+(markup-index :open "\begin{theindex}~n"
+ :close "~n~n\end{theindex}~n"
+ :tree)
+
+;; These specifiers are not directly supported via a command-line
+;; switch as in makeindex. Add the appropriate markup-commands into
+;; the preamble.
+
+;; setpage_prefix <string> "~n \setcounter{page}{"
+;; setpage_suffix <string> "}~n"
+
+;; group_skip <string> "~n~n \indexspace~n"
+
+(markup-letter-group-list :sep "~n~n \indexspace~n")
+
+;; even though we comment out (%) the letter-group heading,
+;; the following is useful if you want to check the .ind-file
+(markup-letter-group :open-head "~n % ")
+
+;; The indexentries (item_<..> specifiers)
+
+(markup-indexentry :open "~n \item " :depth 0)
+(markup-indexentry :open "~n \subitem " :depth 1)
+(markup-indexentry :open "~n \subsubitem " :depth 2)
+
+;; Location-references
+
+;; delim_0 <string> ", "
+;; delim_1 <string> ", "
+;; delim_2 <string> ", "
+
+(markup-locclass-list :open ", " :sep ", ")
+
+;; delim_n <string> ", "
+
+(markup-locref-list :sep ", ")
+
+;; delim_r <string> "--"
+
+(markup-range :sep "--")
+
+;; That's all ;-)
+
+
+;; End
+
+;; Local Variables:
+;; mode: lisp
+;; End:
diff --git a/Master/texmf-dist/xindy/modules/lang/spanish/traditional-latin1.xdy b/Master/texmf-dist/xindy/modules/lang/spanish/traditional-latin1.xdy
new file mode 100644
index 00000000000..4d644ab1942
--- /dev/null
+++ b/Master/texmf-dist/xindy/modules/lang/spanish/traditional-latin1.xdy
@@ -0,0 +1,359 @@
+;; Rules for xindy; generated by make-rules.pl
+;; language: Spanish
+
+(define-letter-group "A" :prefixes (""))
+(define-letter-group "B" :after "A" :prefixes (""))
+(define-letter-group "C" :after "B" :prefixes (""))
+(define-letter-group "Ch" :after "C" :prefixes (""))
+(define-letter-group "D" :after "Ch" :prefixes (""))
+(define-letter-group "E" :after "D" :prefixes (""))
+(define-letter-group "F" :after "E" :prefixes (""))
+(define-letter-group "G" :after "F" :prefixes (""))
+(define-letter-group "H" :after "G" :prefixes (""))
+(define-letter-group "I" :after "H" :prefixes (""))
+(define-letter-group "J" :after "I" :prefixes (""))
+(define-letter-group "K" :after "J" :prefixes (""))
+(define-letter-group "L" :after "K" :prefixes (""))
+(define-letter-group "Ll" :after "L" :prefixes (""))
+(define-letter-group "M" :after "Ll" :prefixes (""))
+(define-letter-group "N" :after "M" :prefixes (""))
+(define-letter-group "" :after "N" :prefixes (""))
+(define-letter-group "O" :after "" :prefixes (""))
+(define-letter-group "P" :after "O" :prefixes (""))
+(define-letter-group "Q" :after "P" :prefixes (""))
+(define-letter-group "R" :after "Q" :prefixes (""))
+(define-letter-group "S" :after "R" :prefixes (""))
+(define-letter-group "T" :after "S" :prefixes (""))
+(define-letter-group "U" :after "T" :prefixes (""))
+(define-letter-group "V" :after "U" :prefixes (""))
+(define-letter-group "W" :after "V" :prefixes (""))
+(define-letter-group "X" :after "W" :prefixes (""))
+(define-letter-group "Y" :after "X" :prefixes (""))
+(define-letter-group "Z" :after "Y" :prefixes (""))
+
+(define-rule-set "es-alphabetize"
+
+ :rules (("Ch" "" :string)
+ ("ch" "" :string)
+ ("CH" "" :string)
+ ("ll" "" :string)
+ ("LL" "" :string)
+ ("Ll" "" :string)
+ ("" "" :string)
+ ("a" "" :string)
+ ("A" "" :string)
+ ("" "" :string)
+ ("b" "" :string)
+ ("B" "" :string)
+ ("C" "" :string)
+ ("c" "" :string)
+ ("d" "" :string)
+ ("D" "" :string)
+ ("E" "" :string)
+ ("e" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("F" "" :string)
+ ("f" "" :string)
+ ("g" "" :string)
+ ("G" "" :string)
+ ("H" "" :string)
+ ("h" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("I" "" :string)
+ ("i" "" :string)
+ ("J" "" :string)
+ ("j" "" :string)
+ ("K" "" :string)
+ ("k" "" :string)
+ ("L" "" :string)
+ ("l" "" :string)
+ ("M" "" :string)
+ ("m" "" :string)
+ ("N" "" :string)
+ ("n" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("O" "" :string)
+ ("" "" :string)
+ ("o" "" :string)
+ ("P" "" :string)
+ ("p" "" :string)
+ ("q" "" :string)
+ ("Q" "" :string)
+ ("r" "" :string)
+ ("R" "" :string)
+ ("S" "" :string)
+ ("s" "" :string)
+ ("" "" :string)
+ ("T" "" :string)
+ ("t" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("u" "" :string)
+ ("U" "" :string)
+ ("" "" :string)
+ ("v" "" :string)
+ ("V" "" :string)
+ ("w" "" :string)
+ ("W" "" :string)
+ ("X" "" :string)
+ ("x" "" :string)
+ ("Y" "" :string)
+ ("y" "" :string)
+ ("z" "" :string)
+ ("Z" "" :string)
+ ))
+
+(define-rule-set "es-resolve-diacritics"
+
+ :rules (("ll" "" :string)
+ ("Ch" "" :string)
+ ("ch" "" :string)
+ ("LL" "" :string)
+ ("CH" "" :string)
+ ("Ll" "" :string)
+ ("S" "" :string)
+ ("K" "" :string)
+ ("d" "" :string)
+ ("Y" "" :string)
+ ("E" "" :string)
+ ("y" "" :string)
+ ("g" "" :string)
+ ("e" "" :string)
+ ("J" "" :string)
+ ("q" "" :string)
+ ("D" "" :string)
+ ("b" "" :string)
+ ("z" "" :string)
+ ("w" "" :string)
+ ("Q" "" :string)
+ ("M" "" :string)
+ ("C" "" :string)
+ ("L" "" :string)
+ ("X" "" :string)
+ ("P" "" :string)
+ ("" "" :string)
+ ("T" "" :string)
+ ("a" "" :string)
+ ("N" "" :string)
+ ("j" "" :string)
+ ("Z" "" :string)
+ ("u" "" :string)
+ ("k" "" :string)
+ ("t" "" :string)
+ ("W" "" :string)
+ ("v" "" :string)
+ ("s" "" :string)
+ ("B" "" :string)
+ ("H" "" :string)
+ ("c" "" :string)
+ ("I" "" :string)
+ ("G" "" :string)
+ ("U" "" :string)
+ ("" "" :string)
+ ("F" "" :string)
+ ("r" "" :string)
+ ("x" "" :string)
+ ("V" "" :string)
+ ("h" "" :string)
+ ("f" "" :string)
+ ("i" "" :string)
+ ("A" "" :string)
+ ("O" "" :string)
+ ("n" "" :string)
+ ("m" "" :string)
+ ("l" "" :string)
+ ("p" "" :string)
+ ("R" "" :string)
+ ("o" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ))
+
+(define-rule-set "es-resolve-case"
+
+ :rules (("ll" "0" :string)
+ ("ch" "0" :string)
+ ("Ch" "1" :string)
+ ("Ll" "1" :string)
+ ("LL" "2" :string)
+ ("CH" "2" :string)
+ ("d" "0" :string)
+ ("y" "0" :string)
+ ("g" "0" :string)
+ ("e" "0" :string)
+ ("q" "0" :string)
+ ("b" "0" :string)
+ ("z" "0" :string)
+ ("" "0" :string)
+ ("w" "0" :string)
+ ("" "0" :string)
+ ("a" "0" :string)
+ ("" "0" :string)
+ ("j" "0" :string)
+ ("" "0" :string)
+ ("u" "0" :string)
+ ("k" "0" :string)
+ ("t" "0" :string)
+ ("v" "0" :string)
+ ("" "0" :string)
+ ("s" "0" :string)
+ ("c" "0" :string)
+ ("r" "0" :string)
+ ("x" "0" :string)
+ ("h" "0" :string)
+ ("f" "0" :string)
+ ("i" "0" :string)
+ ("n" "0" :string)
+ ("m" "0" :string)
+ ("l" "0" :string)
+ ("p" "0" :string)
+ ("" "0" :string)
+ ("" "0" :string)
+ ("o" "0" :string)
+ ("" "00" :string)
+ ("S" "1" :string)
+ ("K" "1" :string)
+ ("Y" "1" :string)
+ ("E" "1" :string)
+ ("" "1" :string)
+ ("J" "1" :string)
+ ("" "1" :string)
+ ("" "1" :string)
+ ("D" "1" :string)
+ ("" "1" :string)
+ ("Q" "1" :string)
+ ("M" "1" :string)
+ ("C" "1" :string)
+ ("L" "1" :string)
+ ("X" "1" :string)
+ ("P" "1" :string)
+ ("T" "1" :string)
+ ("N" "1" :string)
+ ("Z" "1" :string)
+ ("" "1" :string)
+ ("W" "1" :string)
+ ("B" "1" :string)
+ ("H" "1" :string)
+ ("I" "1" :string)
+ ("G" "1" :string)
+ ("U" "1" :string)
+ ("" "1" :string)
+ ("F" "1" :string)
+ ("V" "1" :string)
+ ("A" "1" :string)
+ ("O" "1" :string)
+ ("" "1" :string)
+ ("R" "1" :string)
+ ))
+
+(define-rule-set "es-ignore-special"
+
+ :rules (("-" "" :string)
+ ("" "" :string)
+ ("!" "" :string)
+ ("'" "" :string)
+ ("?" "" :string)
+ ("" "" :string)
+ ("." "" :string)
+ ))
+
+(define-rule-set "es-resolve-special"
+
+ :rules (("ll" "" :string)
+ ("Ch" "" :string)
+ ("ch" "" :string)
+ ("LL" "" :string)
+ ("CH" "" :string)
+ ("Ll" "" :string)
+ ("S" "" :string)
+ ("K" "" :string)
+ ("d" "" :string)
+ ("Y" "" :string)
+ ("E" "" :string)
+ ("y" "" :string)
+ ("g" "" :string)
+ ("" "" :string)
+ ("e" "" :string)
+ ("J" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("q" "" :string)
+ ("D" "" :string)
+ ("b" "" :string)
+ ("z" "" :string)
+ ("" "" :string)
+ ("w" "" :string)
+ ("" "" :string)
+ ("Q" "" :string)
+ ("M" "" :string)
+ ("C" "" :string)
+ ("L" "" :string)
+ ("X" "" :string)
+ ("P" "" :string)
+ ("" "" :string)
+ ("T" "" :string)
+ ("a" "" :string)
+ ("N" "" :string)
+ ("" "" :string)
+ ("j" "" :string)
+ ("Z" "" :string)
+ ("" "" :string)
+ ("u" "" :string)
+ ("" "" :string)
+ ("k" "" :string)
+ ("t" "" :string)
+ ("W" "" :string)
+ ("v" "" :string)
+ ("" "" :string)
+ ("s" "" :string)
+ ("B" "" :string)
+ ("H" "" :string)
+ ("c" "" :string)
+ ("I" "" :string)
+ ("G" "" :string)
+ ("U" "" :string)
+ ("" "" :string)
+ ("F" "" :string)
+ ("r" "" :string)
+ ("x" "" :string)
+ ("V" "" :string)
+ ("h" "" :string)
+ ("f" "" :string)
+ ("i" "" :string)
+ ("A" "" :string)
+ ("O" "" :string)
+ ("n" "" :string)
+ ("m" "" :string)
+ ("l" "" :string)
+ ("p" "" :string)
+ ("" "" :string)
+ ("R" "" :string)
+ ("" "" :string)
+ ("" "" :string)
+ ("o" "" :string)
+ ("" "" :string)
+ ("." "" :string)
+ ("-" "" :string)
+ ("'" "" :string)
+ ("" "" :string)
+ ("?" "" :string)
+ ("" "" :string)
+ ("!" "" :string)
+ ))
+
diff --git a/Master/texmf-dist/xindy/modules/lang/spanish/traditional-utf8-lang.xdy b/Master/texmf-dist/xindy/modules/lang/spanish/traditional-utf8-lang.xdy
new file mode 100644
index 00000000000..81f350887c1
--- /dev/null
+++ b/Master/texmf-dist/xindy/modules/lang/spanish/traditional-utf8-lang.xdy
@@ -0,0 +1,10 @@
+(require "lang/spanish/traditional-utf8.xdy")
+(define-sort-rule-orientations (forward backward forward forward))
+(use-rule-set :run 0
+ :rule-set ("es-alphabetize" "es-ignore-special"))
+(use-rule-set :run 1
+ :rule-set ("es-resolve-diacritics" "es-ignore-special"))
+(use-rule-set :run 2
+ :rule-set ("es-resolve-case" "es-ignore-special"))
+(use-rule-set :run 3
+ :rule-set ("es-resolve-special"))
diff --git a/Master/texmf-dist/xindy/modules/lang/spanish/traditional-utf8-test.xdy b/Master/texmf-dist/xindy/modules/lang/spanish/traditional-utf8-test.xdy
new file mode 100644
index 00000000000..adc1b23050e
--- /dev/null
+++ b/Master/texmf-dist/xindy/modules/lang/spanish/traditional-utf8-test.xdy
@@ -0,0 +1,92 @@
+(require "lang/spanish/traditional-utf8.xdy")
+(define-sort-rule-orientations (forward backward forward forward))
+(use-rule-set :run 0
+ :rule-set ("es-alphabetize" "es-ignore-special"))
+(use-rule-set :run 1
+ :rule-set ("es-resolve-diacritics" "es-ignore-special"))
+(use-rule-set :run 2
+ :rule-set ("es-resolve-case" "es-ignore-special"))
+(use-rule-set :run 3
+ :rule-set ("es-resolve-special"))
+
+;; define other stuff
+(define-attributes ("default"))
+
+;; The description of the location-classes.
+;; Add more location classes as needed.
+
+(define-location-class "arabic-page-numbers" ("arabic-numbers"))
+(define-location-class "roman-page-numbers" ("roman-numbers-lowercase"))
+(define-location-class "Roman-page-numbers" ("roman-numbers-uppercase"))
+(define-location-class "alpha-page-numbers" ("alpha"))
+(define-location-class "Alpha-page-numbers" ("ALPHA"))
+
+;; The most frequently used cross reference class "see". Add more, if
+;; necessary.
+
+(define-crossref-class "see")
+(markup-crossref-list :open "\see{" :close "}{}" :class "see")
+
+;; In makeindex: page_precedence <string> "rnaRA"
+;; List all location classes appearing in your document.
+
+(define-location-class-order ("roman-page-numbers"
+ "arabic-page-numbers"
+ "alpha-page-numbers"
+ "Roman-page-numbers"
+ "Alpha-page-numbers"
+ "see"))
+
+
+;; preamble <string> "\\begin{theindex}\n"
+;; postamble <string> "\n\n\\end{theindex}\n"
+
+(markup-index :open "\begin{theindex}~n"
+ :close "~n~n\end{theindex}~n"
+ :tree)
+
+;; These specifiers are not directly supported via a command-line
+;; switch as in makeindex. Add the appropriate markup-commands into
+;; the preamble.
+
+;; setpage_prefix <string> "~n \setcounter{page}{"
+;; setpage_suffix <string> "}~n"
+
+;; group_skip <string> "~n~n \indexspace~n"
+
+(markup-letter-group-list :sep "~n~n \indexspace~n")
+
+;; even though we comment out (%) the letter-group heading,
+;; the following is useful if you want to check the .ind-file
+(markup-letter-group :open-head "~n % ")
+
+;; The indexentries (item_<..> specifiers)
+
+(markup-indexentry :open "~n \item " :depth 0)
+(markup-indexentry :open "~n \subitem " :depth 1)
+(markup-indexentry :open "~n \subsubitem " :depth 2)
+
+;; Location-references
+
+;; delim_0 <string> ", "
+;; delim_1 <string> ", "
+;; delim_2 <string> ", "
+
+(markup-locclass-list :open ", " :sep ", ")
+
+;; delim_n <string> ", "
+
+(markup-locref-list :sep ", ")
+
+;; delim_r <string> "--"
+
+(markup-range :sep "--")
+
+;; That's all ;-)
+
+
+;; End
+
+;; Local Variables:
+;; mode: lisp
+;; End:
diff --git a/Master/texmf-dist/xindy/modules/lang/spanish/traditional-utf8.xdy b/Master/texmf-dist/xindy/modules/lang/spanish/traditional-utf8.xdy
new file mode 100644
index 00000000000..04be530db9d
--- /dev/null
+++ b/Master/texmf-dist/xindy/modules/lang/spanish/traditional-utf8.xdy
@@ -0,0 +1,359 @@
+;; Rules for xindy; generated by make-rules.pl
+;; language: Spanish
+
+(define-letter-group "A" :prefixes (""))
+(define-letter-group "B" :after "A" :prefixes (""))
+(define-letter-group "C" :after "B" :prefixes (""))
+(define-letter-group "Ch" :after "C" :prefixes (""))
+(define-letter-group "D" :after "Ch" :prefixes (""))
+(define-letter-group "E" :after "D" :prefixes (""))
+(define-letter-group "F" :after "E" :prefixes (""))
+(define-letter-group "G" :after "F" :prefixes (""))
+(define-letter-group "H" :after "G" :prefixes (""))
+(define-letter-group "I" :after "H" :prefixes (""))
+(define-letter-group "J" :after "I" :prefixes (""))
+(define-letter-group "K" :after "J" :prefixes (""))
+(define-letter-group "L" :after "K" :prefixes (""))
+(define-letter-group "Ll" :after "L" :prefixes (""))
+(define-letter-group "M" :after "Ll" :prefixes (""))
+(define-letter-group "N" :after "M" :prefixes (""))
+(define-letter-group "Ñ" :after "N" :prefixes (""))
+(define-letter-group "O" :after "Ñ" :prefixes (""))
+(define-letter-group "P" :after "O" :prefixes (""))
+(define-letter-group "Q" :after "P" :prefixes (""))
+(define-letter-group "R" :after "Q" :prefixes (""))
+(define-letter-group "S" :after "R" :prefixes (""))
+(define-letter-group "T" :after "S" :prefixes (""))
+(define-letter-group "U" :after "T" :prefixes (""))
+(define-letter-group "V" :after "U" :prefixes (""))
+(define-letter-group "W" :after "V" :prefixes (""))
+(define-letter-group "X" :after "W" :prefixes (""))
+(define-letter-group "Y" :after "X" :prefixes (""))
+(define-letter-group "Z" :after "Y" :prefixes (""))
+
+(define-rule-set "es-alphabetize"
+
+ :rules (("Á" "" :string)
+ ("á" "" :string)
+ ("Ch" "" :string)
+ ("ch" "" :string)
+ ("CH" "" :string)
+ ("É" "" :string)
+ ("é" "" :string)
+ ("Í" "" :string)
+ ("í" "" :string)
+ ("ll" "" :string)
+ ("LL" "" :string)
+ ("Ll" "" :string)
+ ("Ñ" "" :string)
+ ("ñ" "" :string)
+ ("Ó" "" :string)
+ ("ó" "" :string)
+ ("ß" "" :string)
+ ("Ú" "" :string)
+ ("ú" "" :string)
+ ("Ü" "" :string)
+ ("ü" "" :string)
+ ("a" "" :string)
+ ("A" "" :string)
+ ("b" "" :string)
+ ("B" "" :string)
+ ("C" "" :string)
+ ("c" "" :string)
+ ("d" "" :string)
+ ("D" "" :string)
+ ("E" "" :string)
+ ("e" "" :string)
+ ("F" "" :string)
+ ("f" "" :string)
+ ("g" "" :string)
+ ("G" "" :string)
+ ("H" "" :string)
+ ("h" "" :string)
+ ("I" "" :string)
+ ("i" "" :string)
+ ("J" "" :string)
+ ("j" "" :string)
+ ("K" "" :string)
+ ("k" "" :string)
+ ("L" "" :string)
+ ("l" "" :string)
+ ("M" "" :string)
+ ("m" "" :string)
+ ("N" "" :string)
+ ("n" "" :string)
+ ("O" "" :string)
+ ("o" "" :string)
+ ("P" "" :string)
+ ("p" "" :string)
+ ("q" "" :string)
+ ("Q" "" :string)
+ ("r" "" :string)
+ ("R" "" :string)
+ ("S" "" :string)
+ ("s" "" :string)
+ ("T" "" :string)
+ ("t" "" :string)
+ ("u" "" :string)
+ ("U" "" :string)
+ ("v" "" :string)
+ ("V" "" :string)
+ ("w" "" :string)
+ ("W" "" :string)
+ ("X" "" :string)
+ ("x" "" :string)
+ ("Y" "" :string)
+ ("y" "" :string)
+ ("z" "" :string)
+ ("Z" "" :string)
+ ))
+
+(define-rule-set "es-resolve-diacritics"
+
+ :rules (("Ñ" "" :string)
+ ("ll" "" :string)
+ ("Ch" "" :string)
+ ("ch" "" :string)
+ ("ñ" "" :string)
+ ("LL" "" :string)
+ ("CH" "" :string)
+ ("Ll" "" :string)
+ ("Á" "" :string)
+ ("Ó" "" :string)
+ ("É" "" :string)
+ ("Í" "" :string)
+ ("Ú" "" :string)
+ ("ú" "" :string)
+ ("á" "" :string)
+ ("í" "" :string)
+ ("ó" "" :string)
+ ("é" "" :string)
+ ("Ü" "" :string)
+ ("ü" "" :string)
+ ("ß" "" :string)
+ ("S" "" :string)
+ ("K" "" :string)
+ ("d" "" :string)
+ ("Y" "" :string)
+ ("E" "" :string)
+ ("y" "" :string)
+ ("g" "" :string)
+ ("e" "" :string)
+ ("J" "" :string)
+ ("q" "" :string)
+ ("D" "" :string)
+ ("b" "" :string)
+ ("z" "" :string)
+ ("w" "" :string)
+ ("Q" "" :string)
+ ("M" "" :string)
+ ("C" "" :string)
+ ("L" "" :string)
+ ("X" "" :string)
+ ("P" "" :string)
+ ("T" "" :string)
+ ("a" "" :string)
+ ("N" "" :string)
+ ("j" "" :string)
+ ("Z" "" :string)
+ ("u" "" :string)
+ ("k" "" :string)
+ ("t" "" :string)
+ ("W" "" :string)
+ ("v" "" :string)
+ ("s" "" :string)
+ ("B" "" :string)
+ ("H" "" :string)
+ ("c" "" :string)
+ ("I" "" :string)
+ ("G" "" :string)
+ ("U" "" :string)
+ ("F" "" :string)
+ ("r" "" :string)
+ ("x" "" :string)
+ ("V" "" :string)
+ ("h" "" :string)
+ ("f" "" :string)
+ ("i" "" :string)
+ ("A" "" :string)
+ ("O" "" :string)
+ ("n" "" :string)
+ ("m" "" :string)
+ ("l" "" :string)
+ ("p" "" :string)
+ ("R" "" :string)
+ ("o" "" :string)
+ ))
+
+(define-rule-set "es-resolve-case"
+
+ :rules (("ll" "0" :string)
+ ("ch" "0" :string)
+ ("ú" "0" :string)
+ ("á" "0" :string)
+ ("ñ" "0" :string)
+ ("í" "0" :string)
+ ("ó" "0" :string)
+ ("é" "0" :string)
+ ("ü" "0" :string)
+ ("ß" "00" :string)
+ ("Á" "1" :string)
+ ("Ñ" "1" :string)
+ ("Ó" "1" :string)
+ ("É" "1" :string)
+ ("Í" "1" :string)
+ ("Ch" "1" :string)
+ ("Ú" "1" :string)
+ ("Ü" "1" :string)
+ ("Ll" "1" :string)
+ ("LL" "2" :string)
+ ("CH" "2" :string)
+ ("d" "0" :string)
+ ("y" "0" :string)
+ ("g" "0" :string)
+ ("e" "0" :string)
+ ("q" "0" :string)
+ ("b" "0" :string)
+ ("z" "0" :string)
+ ("w" "0" :string)
+ ("a" "0" :string)
+ ("j" "0" :string)
+ ("u" "0" :string)
+ ("k" "0" :string)
+ ("t" "0" :string)
+ ("v" "0" :string)
+ ("s" "0" :string)
+ ("c" "0" :string)
+ ("r" "0" :string)
+ ("x" "0" :string)
+ ("h" "0" :string)
+ ("f" "0" :string)
+ ("i" "0" :string)
+ ("n" "0" :string)
+ ("m" "0" :string)
+ ("l" "0" :string)
+ ("p" "0" :string)
+ ("o" "0" :string)
+ ("S" "1" :string)
+ ("K" "1" :string)
+ ("Y" "1" :string)
+ ("E" "1" :string)
+ ("J" "1" :string)
+ ("D" "1" :string)
+ ("Q" "1" :string)
+ ("M" "1" :string)
+ ("C" "1" :string)
+ ("L" "1" :string)
+ ("X" "1" :string)
+ ("P" "1" :string)
+ ("T" "1" :string)
+ ("N" "1" :string)
+ ("Z" "1" :string)
+ ("W" "1" :string)
+ ("B" "1" :string)
+ ("H" "1" :string)
+ ("I" "1" :string)
+ ("G" "1" :string)
+ ("U" "1" :string)
+ ("F" "1" :string)
+ ("V" "1" :string)
+ ("A" "1" :string)
+ ("O" "1" :string)
+ ("R" "1" :string)
+ ))
+
+(define-rule-set "es-ignore-special"
+
+ :rules (("¡" "" :string)
+ ("¿" "" :string)
+ ("-" "" :string)
+ ("!" "" :string)
+ ("'" "" :string)
+ ("?" "" :string)
+ ("." "" :string)
+ ))
+
+(define-rule-set "es-resolve-special"
+
+ :rules (("Á" "" :string)
+ ("Ñ" "" :string)
+ ("ll" "" :string)
+ ("Ó" "" :string)
+ ("É" "" :string)
+ ("Í" "" :string)
+ ("Ch" "" :string)
+ ("Ú" "" :string)
+ ("ch" "" :string)
+ ("ú" "" :string)
+ ("Ü" "" :string)
+ ("á" "" :string)
+ ("ñ" "" :string)
+ ("LL" "" :string)
+ ("CH" "" :string)
+ ("í" "" :string)
+ ("ó" "" :string)
+ ("é" "" :string)
+ ("ü" "" :string)
+ ("Ll" "" :string)
+ ("ß" "" :string)
+ ("¿" "" :string)
+ ("¡" "" :string)
+ ("S" "" :string)
+ ("K" "" :string)
+ ("d" "" :string)
+ ("Y" "" :string)
+ ("E" "" :string)
+ ("y" "" :string)
+ ("g" "" :string)
+ ("e" "" :string)
+ ("J" "" :string)
+ ("q" "" :string)
+ ("D" "" :string)
+ ("b" "" :string)
+ ("z" "" :string)
+ ("w" "" :string)
+ ("Q" "" :string)
+ ("M" "" :string)
+ ("C" "" :string)
+ ("L" "" :string)
+ ("X" "" :string)
+ ("P" "" :string)
+ ("T" "" :string)
+ ("a" "" :string)
+ ("N" "" :string)
+ ("j" "" :string)
+ ("Z" "" :string)
+ ("u" "" :string)
+ ("k" "" :string)
+ ("t" "" :string)
+ ("W" "" :string)
+ ("v" "" :string)
+ ("s" "" :string)
+ ("B" "" :string)
+ ("H" "" :string)
+ ("c" "" :string)
+ ("I" "" :string)
+ ("G" "" :string)
+ ("U" "" :string)
+ ("F" "" :string)
+ ("r" "" :string)
+ ("x" "" :string)
+ ("V" "" :string)
+ ("h" "" :string)
+ ("f" "" :string)
+ ("i" "" :string)
+ ("A" "" :string)
+ ("O" "" :string)
+ ("n" "" :string)
+ ("m" "" :string)
+ ("l" "" :string)
+ ("p" "" :string)
+ ("R" "" :string)
+ ("o" "" :string)
+ ("." "" :string)
+ ("-" "" :string)
+ ("'" "" :string)
+ ("?" "" :string)
+ ("!" "" :string)
+ ))
+