\usepackage[opt]{graphics}
dvips, dvi2ps, dvilaser, dvipsone,
pctexps, dvitops,
dviwindo, emtex, dviwin, pctexhp,
oztex, psprint, pubps,
textures, ln
draft, final, debugshow,
hiderotate, hidescale
\scalebox{ratio1}[ratio2] {txt}
\resizebox{len}{hght}{txt}
! があると、内容の比率を変えずに
大きさを変えることができる。 \rotatebox{angle}{txt}
\reflectbox{txt}
\includegraphics[llx,lly]
[urx,ury]{file}
\includegraphics*[llx,lly]
[urx,ury]{file}
* が付くと
BoundingBox もしくは指定した範囲をクリップし、* が
付かないと、その外側もテキストに上書きする。
[0,0][llx, lly]と指定したことになる。
すべて省略するとファイルの BoundingBox から決定される。
\graphicspath[dir-list]
{} で括る必要がある。
\graphicspath{{eps/}{tiff/}}