[XeTeX] Thanks and Minor Bug Report (Axel E. Retif)

Axel E. Retif axel.retif at mac.com
Sun Sep 19 23:36:17 CEST 2010


On  19 Sep, 2010, at 13:25, Marc van Dongen wrote:

> On Sun, 19 Sep 2010 01:51:00 -0500 "Axel E. Retif" <axel.retif at mac.com> wrote:
> 
> : \documentclass{minimal}
> : \usepackage[dvipdfmx]{graphicx}%%% <- use this and it works
> : \usepackage{tikz}
> : \usetikzlibrary{spy}
> 
> Thanks very much. It took a long time because I got an option clash
> for graphicx. I finally figured out that I had to import tikz after
> graphicx

Yes, the order is important ---that's why I reproduced the first four lines of code.

> and had to run xelatex with -shell-escape. That _did_ work
> for the spy feature. Unfortunately, I got very many colour stack
> underflow errors and the colours were all wrong.

As I don't know what else you're trying to do, I can't be sure if this works, but try

\documentclass{minimal}
\usepackage[dvipdfmx]{graphicx}
\usepackage[dvipdfmx]{xcolor}%%%% <- add this
\usepackage{tikz}
\usetikzlibrary{spy


Best

Axel



More information about the XeTeX mailing list