[  ] |  [  ]   [ TeX ] |  [ CAS ] |  [ Link ]   [ Color&Graphics ] |  [ PostScript ] |  [ Macro&Packages ]


 


 PSfrag


 EPS (tag) LaTeX ().  EPS , TeX , . 
 EPS  Maple, MATLAB, GNUPLOT, Mdraw .  PSfrag  version 3, TeX. PSfrag CTAN , .

   CTAN CTAN/macros/latex/contrib/supported/psfrag

使: ()

    \documentclass{jarticle}

    \usepackage[dvips]{graphicx}                  % パッケージ読込
    \usepackage{psfrag}                           % (graphicsx,psfrag)

    \psfrag{title}[t]{グラフ $f(x,y)=x^4-4xy+y^4$}% 置換えの指定
    \psfrag{x}[t]{x軸}
    \psfrag{y}[t]{y軸}

    \begin{document}

        \includegraphics*[scale=.5, angle=270]{test}   % EPSの読込

        \psfrag{title}[t]{グラフ2 $f(x,y)=x^4-4xy+y^4$}% 置換えの指定(2)
        \psfrag{x}[t]{x'軸}
        \psfrag{y}[t]{y'軸}
        \includegraphics*[scale=.5, angle=270]{test}   % EPSの読込(2)

    \end{document}
: . 


: 

  PSfrag  graphicx . 調, . psfrag . 

   \psfrag{tag}[posn][psposn][scale][rot]{replacement}

   tag: 置き換える際のターゲットとなる文字列
   posn: LaTeX での位置を指定
   psposn: PostScript での位置を指定
   rot: 回転する角度の指定
   replacement:  実際に置き換える文字列



|  |





Takuya Fujinami
Most recent update : March 4,1999