名前: tattsan 日時: 2014-02-14 15:12:55 IPアドレス: 125.30.43.*
>>57390 なおPDF化しなくても次のことはできます。 スケールの変更なら \scalebox{2.5}{\input{picture.tex}} など とすればよい。 また \includegraphics のトリミングなどの機能が使いたければ、 texファイルを \includegraphics できるようにしてくれる gincltex パッケージというのがあります。 \documentclass[dvipdfmx]{jsarticle} \usepackage{graphicx} \usepackage{gincltex} \begin{document} \includegraphics[trim=2 2 2 2]{picture.tex} \end{document}
この書き込みへの返事: