|
From: Daniel J S. <dan...@ie...> - 2006-07-04 22:08:54
|
Petr Mikulik wrote:
> Currently, "make tutorial" fails due to "TeX capacity exceeded".
>
> Reason: try
> gnuplot eg7.plt
>
> There seems to be a bug: EPSLATEX_set_color() produces many many
> \colorgray{} commands into output .tex file, which are completely useless,
> because color for filled rectangles is set directly in .eps file.
Another question is why does the following line, attributable to EPSLATEX_linetype(int linetype), appear so often in a row:
\csname LT0\endcsname
Dan
|