Specifically, http://www.stdandhivtesting.com/Illinois/anonymous-STD-testing-Elgin,-Illinois stdandhivtesting.com get anonymous STD testing Elgin, Illinois Have garcinia cambogia fruit you heard about it? http://www.stdandhivtesting.com/Texas/home-chlamydia-test-Copperas-Cove,-Texas home chlamydia test Copperas Cove, Texas stdandhivtesting.com Curious, garcinia cambogia for weight loss I wanted to try it straight away. http://www.stdandhivtesting.com/Michigan/Syphilis-Test-Detroit,-Michigan best Syphilis Test Detroit, Michigan stdandhivtesting.com Use on pancakes, pure garcinia cambogia extract hot cereals and for baking. http://www.stdandhivtesting.com/Arkansas/AIDS-testing-Fayetteville,-Arkansas AIDS testing Fayetteville, Arkansas Serve with mashed buy garcinia cambogia potatoes topped with fresh parsley. http://www.stdandhivtesting.com/Georgia/STD-testing-at-home-Sandy-Springs,-Georgia stdandhivtesting.com STD testing at home Sandy Springs, Georgia Both the pure garcinia cambogia 2009 study and the Dr Oz project saw these benefits in action. http://www.stdandhivtesting.com/Michigan/Chlamydia-Test-Taylor,-Michigan stdandhivtesting.com get Chlamydia Test Taylor, Michigan It is buy garcinia cambogia fully safe to use. http://www.stdandhivtesting.com/Oklahoma/anonymous-STD-testing-Norman,-Oklahoma stdandhivtesting.com get anonymous STD testing Norman, Oklahoma Why is yacon garcinia cambogia benefits a food-medicine loaded with health benefits? .
[[TeX/Manual]]

*xindy [#ab0a1ec9]

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

**.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")

**コマンドの実行 [#h9ed8bab]

スタイルはstyle.xdyで定義されているとします.

 $ xindy -t test.xlg -M style -I xindy test.raw

**規則の追加 [#k12a992b]

http://ftp.jaist.ac.jp/pub/CTAN/indexing/xindy/base/からxindy-make-rules-0.x.tar.gzをダウンロードして展開します.

***polytonic-utf8-lang.xdyの書き換え [#cf222f8a]

$TEXMF/lang/greek/polytonic-utf8.xdyの記述は不十分なので,書き換える必要があります.xindy-make-rules-0.2.tar.gzをダウンロードして,polytonic-utf8.pl.inを参考に新しいファイル(ここではpolutoniko-utf8.pl.inとします)を同じディレクトリ内に作っておきます.

1つ上のalphabetsディレクトリで

 $ make greek/polutoniko-utf8

を実行します.alphabets/greekディレクトリ内にpolutoniko-utf8-test.xdyなどができていますので,これを参考にxdyファイルを作成します.

//+`deffine-letter-group'は普通の用法ではこれで十分です.
//+`el-alphabetize'の項目は,アクセント(等)付の文字がどの文字に属するかを決めます(たとえば`ἄ'なら`α').
//+`el-resolve-diacritics'の項目は,文字が同じ場合に,どのアクセント(等)付文字を先に並べるかを決めます(たとえば`ἰ'が先で`ἱ'が後,など).
//+`el-resolve-case'は大文字と小文字を区別します.大文字なら値は`8',小文字なら`9'です.

**Tips [#ve98e3c3]

***頭文字を小文字にする [#q26f8415]

:downcaseを用います.

  (markup-letter-group :downcase)

**参考 [#e8fc5fdc]

-http://tex.stackexchange.com/questions/17890/xindy-how-to-add-new-letters-and-lettergroups-to-the-alphabet?rq=1


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