"LaTeXのグラフィック"に付いて

名前: 吉田征夫
日時: 2010-10-24 12:04:21
IPアドレス: 211.10.146.*

吉田征夫です. お世話になる度ごとにこちらに顔を出し, いつもご丁寧な 対応に感謝しています. 今回もよろしくお願いします. My TeX's environment; OS; Windows XP(sp3) TeX; W32TeX(Web2C-2010,Kpathsea-6.0.0) GS; GPL Ghostscript 9.00 (TeX,GS d:/install) ● LaTeXのグラフィク環境で, \pagecolor{...} といった仲間にページをグラデーションを可能にする styファイルは有るのでしょうか? (私自身は, pstricks環境下でそれを行っていますが, pstricks環境内部は TeXの支配権が無いので.....) \pagecolor{....}等々でページのグラデーション対応があると非常に便利なのですが. P.S. sample; note ----- name test.latex --------------------------------------------------------------- %% Time-stamp: "Sun Oct 24 11:13:14 2010" \documentclass{article} \usepackage[dvips]{graphicx,color} \usepackage{pstricks,pst-grad} \usepackage{geometry} \geometry{a4paper,width=210mm,bottom=0mm,headsep=0mm,% top=0mm,headheight=0mm,footskip=0mm,portrait} \parindent=0pt \parindent=0pt \setbox0 = \hbox{ \includegraphics[width=10cm]{golfer.eps}\par } \begin{document} \thispagestyle{empty} \pagecolor{red} \vspace*{10cm} \hspace*{2cm}\copy0 \newpage \vspace*{-.8cm} \begin{pspicture}(0,0)(21,-30) \psframe[linestyle=none,linewidth=0pt,fillstyle=gradient,gradangle=350,% gradbegin=yellow,gradend=red,gradmidpoint=1](0,0)(21,-31) \end{pspicture}\par%% Don't leave out "\par" \vspace*{-18cm} \hspace*{2cm}\copy0 \newpage \end{document} ------------------------------------------------------------------------------------- ---- run-test.cmd ------------------------------------------------------------- latex %1.latex dvips -P dl %1.dvi call ps2pdf %1.ps %1.pdf ------------------------------------------------------------------------------- run! >run-test test[Enter] P.S.2 golfer.eps等々は,例えば .../gs9.00/examples に存在します.

この書き込みへの返事:

お名前
題名 
メッセージ(タグは <a href="...">...</a> だけ使えます。適宜改行を入れてください)