From fb0bf13304a356f197bfc1add17f98c07e96f17b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 7 Apr 2013 18:23:21 +0000 Subject: texmf -> texmf-dist: xindy git-svn-id: svn://tug.org/texlive/trunk@29713 c570f23f-e606-0410-a88d-b1316a301751 --- .../xindy/modules/lang/icelandic/cp1252-test.xdy | 92 ++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 Master/texmf-dist/xindy/modules/lang/icelandic/cp1252-test.xdy (limited to 'Master/texmf-dist/xindy/modules/lang/icelandic/cp1252-test.xdy') diff --git a/Master/texmf-dist/xindy/modules/lang/icelandic/cp1252-test.xdy b/Master/texmf-dist/xindy/modules/lang/icelandic/cp1252-test.xdy new file mode 100644 index 00000000000..a3274f3d627 --- /dev/null +++ b/Master/texmf-dist/xindy/modules/lang/icelandic/cp1252-test.xdy @@ -0,0 +1,92 @@ +(require "lang/icelandic/cp1252.xdy") +(define-sort-rule-orientations (forward backward forward forward)) +(use-rule-set :run 0 + :rule-set ("is-alphabetize" "is-ignore-special")) +(use-rule-set :run 1 + :rule-set ("is-resolve-diacritics" "is-ignore-special")) +(use-rule-set :run 2 + :rule-set ("is-resolve-case" "is-ignore-special")) +(use-rule-set :run 3 + :rule-set ("is-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 "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 "\\begin{theindex}\n" +;; postamble "\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 "~n \setcounter{page}{" +;; setpage_suffix "}~n" + +;; group_skip "~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 ", " +;; delim_1 ", " +;; delim_2 ", " + +(markup-locclass-list :open ", " :sep ", ") + +;; delim_n ", " + +(markup-locref-list :sep ", ") + +;; delim_r "--" + +(markup-range :sep "--") + +;; That's all ;-) + + +;; End + +;; Local Variables: +;; mode: lisp +;; End: -- cgit v1.2.3