|
From: Ethan M. <merritt@u.washington.edu> - 2006-11-06 23:27:54
|
On Monday 06 November 2006 06:00 am, John wrote:
> Hi,
> I'm working with the pslatex terminal.
> Something goes wrong with dvips when I use the rotate option.
> I get several error messages like this :
>
> dvips: Unknow keyword (rotate) in \special will be ignored
> dvips Could not find figure file ps\penalty; continuing
Works fine for me.
Here's what I did:
gnuplot> set term pslatex
gnuplot> set output "rotate.pslatex"
gnuplot> load "textrotate.dem"
gnuplot> quit
And here is my LaTeX document:
\documentclass{article}
\usepackage{graphics} %epslatex needs that
\usepackage{color}
\usepackage{pstricks} %for pstricks
\usepackage{eepic} %eepic
\begin{document}
\input{rotate.pslatex} %or insert content of *.pslatex here
\end{document}
If this doesn't work for you, please give specific version
numbers of all programs involved, and a test script showing
the error.
> Could this be related to an incompatibilty of gnuplot's code with
> newer versions of ghostscript?
Not as you describe it. You never got as far as running ghostscript.
--
Ethan A Merritt
Biomolecular Structure Center
University of Washington, Seattle WA
|