diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
commit | b4fc5f639874db951177ec539299d20908adb654 (patch) | |
tree | 52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/makeglos/makeglos.xdy | |
parent | dec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff) |
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/makeglos/makeglos.xdy')
-rw-r--r-- | Master/texmf-dist/doc/latex/makeglos/makeglos.xdy | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/makeglos/makeglos.xdy b/Master/texmf-dist/doc/latex/makeglos/makeglos.xdy new file mode 100644 index 00000000000..a0484e3183e --- /dev/null +++ b/Master/texmf-dist/doc/latex/makeglos/makeglos.xdy @@ -0,0 +1,77 @@ +(define-attributes ("default")) + +(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")) + +(define-crossref-class "see") +(define-crossref-class "seealso") + +(markup-crossref-list :open "\gsee{" :sep ", " :close "}{}" + :class "see") +(markup-crossref-list :open "\galso{" :sep ", " :close "}{}" + :class "seealso") + +(define-crossref-class "is" :unverified) +(markup-crossref-list :open "" :sep "; " :close "" :class "is") + +(define-location-class-order ("is" + "see" + "seealso" + "roman-page-numbers" + "arabic-page-numbers" + "alpha-page-numbers" + "Roman-page-numbers" + "Alpha-page-numbers")) + +(markup-index :open "\begin{theglossary}" + :close "~n\end{theglossary}~n" + :flat) + +(markup-indexentry :open "~n \item " :depth 0) +(markup-keyword-list :open "[" :sep ", " :close "]") + +(markup-locclass-list :open " " :sep "; ") + +(markup-locref-list :sep ", ") + +(markup-range :sep "--") + +(define-letter-groups + ("a" "b" "c" "d" "e" "f" "g" "h" "i" "j" "k" "l" "m" + "n" "o" "p" "q" "r" "s" "t" "u" "v" "w" "x" "y" "z")) + +(sort-rule "A" "a") +(sort-rule "B" "b") +(sort-rule "C" "c") +(sort-rule "D" "d") +(sort-rule "E" "e") +(sort-rule "F" "f") +(sort-rule "G" "g") +(sort-rule "H" "h") +(sort-rule "I" "i") +(sort-rule "J" "j") +(sort-rule "K" "k") +(sort-rule "L" "l") +(sort-rule "M" "m") +(sort-rule "N" "n") +(sort-rule "O" "o") +(sort-rule "P" "p") +(sort-rule "Q" "q") +(sort-rule "R" "r") +(sort-rule "S" "s") +(sort-rule "T" "t") +(sort-rule "U" "u") +(sort-rule "V" "v") +(sort-rule "W" "w") +(sort-rule "X" "x") +(sort-rule "Y" "y") +(sort-rule "Z" "z") + +;; End + +;; Local Variables: +;; mode: lisp +;; End: |