当在插图命令中指定高度或宽度时,这里给出的大小并不是图形的大小, 而是图形的 BoundingBox 的大小。这点在图形旋转和缩放时很重要。
例如:
\begin{center}
\includegraphics[totalheight=1in]{rosette.eps}
\includegraphics[angle=45,totalheight=1in]{rosette.eps}
\includegraphics[angle=90,totalheight=1in]{rosette.eps}
\end{center}
得到
|