名前: 不和鈴 日時: 2013-07-21 15:04:16 IPアドレス: 180.145.92.*
MacTeX 2013 (TeXLive 2013)で図の読み込みが失敗する例を以下に挙げます。 ※Rで作図 x<-sample(1:10,24,replace=TRUE) ps.options(family="Helvetica",paper="special",horizontal=FALSE) postscript(file="test.eps",width=18,height=10) plot(x) dev.off() \documentclass[10pt,a4]{jsarticle} \usepackage{graphicx} \begin{document} \includegraphics[width=\textwidth]{test.eps} \end{document} MacTeX 2012 (TeXLive 2012)まではうまくいっていたのですが,2013では図の右半分が表示されず困っています。 私の間違いをご指摘いただければ幸いです。
この書き込みへの返事: