名前: 角藤 日時: 2002-02-01 01:09:22 IPアドレス: 203.165.2.*
>>6048 \documentclass{jarticle} \usepackage[dvipdfm]{graphicx} \begin{document} \begin{figure} \begin{center} \includegraphics*[height=8cm,keepaspectratio]{PrPb3.png} \end{center} \caption{PrPb$_3$の結晶構造\label{PrPb3}} \end{figure} \end{document} なら OK でしょう。 >という風にしたのですが、この「\includegraphics*」は >dviout専用なのでしょうか? \usepackage[dvipdfm]{graphicx} としてなかったから、(多分 graphics.cfg でデフォルトと されている) dviout 用の special となったのです。
この書き込みへの返事: