[Problem] Incompatibility between PSTricks 97 and `poster'

Denis Girou Denis.Girou at idris.fr
Thu Jan 8 20:36:54 CET 1998


-----------------------------------------------------------------------------
This is the PSTricks mailing list, devoted to discussions about computational
graphics in (La)TeX using the PSTricks package from Timothy van Zandt.
For help using this mailing list, see instructions at the end of message.
-----------------------------------------------------------------------------

    D.G.> .................................................................
    D.G.> or better to update poster.tex:

    D.G.> \def\poster at savepage{%
    D.G.> % DG/SR modification begin - Jan. 5, 1998
    D.G.>     \@begindvi
    D.G.> % DG/SR modification end

  Brightful! But it work only with LaTeX and more it obviously break `poster'
in plain TeX mode, as `poster' is a generic package not LaTeX dependent
and as of course \@begindvi is not defined in plain TeX...

  This one seems better:

\def\poster at savepage{%
% DG/SR modification begin - Jan. 8, 1998
    \ifx\textsuperscript\@undefined
      \special{header=pstricks.pro}
    \else
      \@begindvi
    \fi
% DG/SR modification end

D.G.

-----------------------------------------------------------------------------
The list interface (subscription, information, access to the archives) is on:
http://www.tug.org/cgi-bin/lwgate/pstricks
Otherway to unsubscribe, send mail to pstricks-request at mail.tug.org
with a blank subject and in body the line unsubscribe <email-address>
-----------------------------------------------------------------------------



More information about the PSTricks mailing list