名前: yap 日時: 2002-12-03 09:25:02 IPアドレス: 157.19.249.*
>>13518 theoremは使ったことがなかったのですが、こんなかんじでしょうか? \documentclass{jsarticle} \usepackage{theorem} \newtheorem{mondai}{問題} \newtheorem{ruidai}{類題}[mondai] \begin{document} \begin{mondai} あああ \begin{ruidai} いいい \end{ruidai} \begin{ruidai} ううう \end{ruidai} \end{mondai} \begin{mondai} あああ \end{mondai} \end{document}
この書き込みへの返事: