[XeTeX] Some problems with PSTricks
John Was
john.was at ntlworld.com
Sun Jun 22 13:42:22 CEST 2008
Thanks Peter. That is, I think, the way to do it in XeLaTeX. I am using
plain XeTeX and don't at the moment want to get into the LaTeX environment
in XeTeX.
Best
John
----- Original Message -----
From: "Peter Dyballa" <Peter_Dyballa at Web.DE>
To: "Unicode-based TeX for Mac OS X and other platforms" <xetex at tug.org>
Sent: Sunday, June 22, 2008 1:03 AM
Subject: Re: [XeTeX] Some problems with PSTricks
Am 21.06.2008 um 15:47 schrieb John Was:
> \tikzpicture
>
> \draw (-1.5,0) -- (1.5,0);
>
> \draw (0,-1.5) -- (0,1.5);
>
> \endtikzpicture
>
Does this work better?
\begin{tikzpicture}
\draw (-1.5,0) -- (1.5,0);
\draw (0,-1.5) -- (0,1.5);
\end{tikzpicture}
A file (..../tex/generic/pgf/systemlayer/)pgfsys-xetex.def is also
needed. Otherwise you'd need to tell XeTeX
\def\pgfsysdriver{<driver>}
*before* you load TikZ. A suitable driver is dvipdfm.
--
Greetings
Pete
One cannot live by television, video games, top ten CDs, and dumb
movies alone.
– Amiri Baraka, 1999
_______________________________________________
XeTeX mailing list
postmaster at tug.org
http://tug.org/mailman/listinfo/xetex
More information about the XeTeX
mailing list