% wget http://www.cs.miyazaki-u.ac.jp/~date/lectures/latex/sample221227report.tex % wget http://www.cs.miyazaki-u.ac.jp/~date/lectures/latex/gauss001.pdf % platex sample221227report.tex # latex ファイルのコンパイル % dvipdfmx sample221227report.dvi # dvi → pdf ファイルの作成 % acroread sample221227report.pdf # 見る,印刷する
% convert hoge.jpg hoge.pdfとして hoge.pdf を作成しておく.
% iconv -f EUCJP -t UTF8 hoge_euc.tex > hoge2_utf8.texなどと変換しておく.