まずはプリアンブルに
| [ |
l]ソース (1)
\usepackage[dvips]{graphicx}
|
貼込みたいところで
| [ |
| l]ソース (2) \includegraphics[オプション]{ファイル名} |
例えば
| [ |
| l]graph01.ps を幅 10cm に縮小して貼込む \includegraphics[width=10cm]{graph01.ps} |
| [ |
| l] graph02.eps を高さ10cm に縮小して、さらに 90 度回転して貼込む \includegraphics[height=10cm,angle=90]{graph02.eps} |