Tsutomu Hiroshima <tsutomu@...> さん writes.
> > Underfull の Warning がでることです.
>
> これも TeX の気持ちになって考えれば解決できました,
確かに出なくなりました(^^)。
> % 例えば indexmaker.tex と名付ける
> %
> % 使用方法は
> % \input indexmaker.tex
> % \makeindexfromfile{インデックスファイル名}
これもうまく行きました(^^)。
ちなみに platex では \usepackage コマンドを使うのが標準的なので、
indexmaker.sty という名前で保存し、
--------^ test.tex ( date:02-05-17 time:12:18 ) ------------< cut here
\documentclass[a4j]{jarticle}
\usepackage{indexmaker}
\begin{document}
\makeindexfromfile{index.txt}
\newpage
ほげほげ
\end{document}
--------$ test.tex ( lines:7 ) -----------------------------< cut here
として使用して、タイプセットがうまくいくことを確認しました。
$ platex test.tex
--
本田博通(閑舎)
Hiromichi Honda <raku@...>