[pstricks] [inbox] Re: This is embarrassing

Frédéric Dupont frederic.dupont at univ-brest.fr
Wed Feb 25 10:47:26 CET 2009


Le 25 févr. 09 à 04:37, Michael Sharpe a écrit :

> I think you must be processing with pdflatex rather than latex+dvips.
> I get no error with latex+dvips, but an undefined control sequence
> error when using pdflatex.
>
> Michael
>
With pdflatex :


\documentclass{article}

\usepackage{graphicx}
\usepackage{pdftricks}  <------ in fact I use newpdftricks : http://homepage.mac.com/herbs2/
\begin{psinputs}
   \usepackage{pstricks,pst-node,pst-tree,pstricks-add}
\end{psinputs}


\begin{document}

\begin{pdfdisplay}
\psmatrix[colsep=3.5cm,mnode=circle]
M & U \\
\endpsmatrix
   \end{pdfdisplay}

\end{document}


More information about the PSTricks mailing list