|
From: John <aen...@ya...> - 2006-11-07 07:50:45
|
> 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}
>
OK, your code works fine for me too.
Actually, the error I got was coming from the use of the LaTeX babel package
(used to specify a particular language).
So there seems to be an incompatibility with this package, independent of the
gnuplot version used.
John
|