[[TeX/Manual]]

*xindy [#ab0a1ec9]

makeindexに代わるプログラムです.makeindexより柔軟で,多言語にも対応しています.

**.xdyファイルの作成 [#f518df14]

 (define-location-class "page-numbers" ("arabic-numbers"))
 (define-attributes (("definition" "usage")))
 
 (markup-index :open  "~n\begin{theindex}~n"
              :close "~n\end{theindex}~n"
              :tree)
 
 (markup-locref :class "page-numbers" :attr "definition"
               :open  "{\bf " :close "}")
 
 (markup-locclass-list :open "\quad{}")
 (markup-locref-list :sep ", ")
 
 (markup-indexentry :open "~n  \item "           :depth 0)
 (markup-indexentry :open "~n    \subitem "      :depth 1)
 (markup-indexentry :open "~n      \subsubitem " :depth 2)
 
 (require "lang/greek/polytonic-utf8-lang.xdy")


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS