名前: 渡辺徹@Thor 日時: 2004-08-20 16:37:04 IPアドレス: 61.196.193.*
>>31023 \documentclass{jarticle} \def\reftextlabelrange#1#2{\ref{#1}〜\ref{#2}}% \newcommand\refrange[2]{\reftextlabelrange{#1}{#2}} \begin{document} \begin{figure}[htbp]\caption{ほげ} \label{hoge}\end{figure} \begin{figure}[htbp]\caption{げほ} \label{geho}\end{figure} \begin{figure}[htbp]\caption{ほほ} \label{hoho}\end{figure} ほげについては図~\refrange{hoge}{hoho}を参照せよ。 \end{document} この程度で済む話ではないのでしょうか。それとも本格的なソーティングが 必要になるのでしょうか。通常、文書中の図表の順番が入れ替わったりする ことが余りないので、そのようなパッケージが必要とされていないのではな いでしょうか(もしかしたら存在するのでしょうか)。 渡辺徹@Thor
この書き込みへの返事: