1 Aug 10:53
Re: tikz broke the dvipdfmx support for includegraphics ?
Till Tantau <tantau <at> tcs.uni-luebeck.de>
2008-08-01 08:53:24 GMT
2008-08-01 08:53:24 GMT
Hi!
this is, indeed, a bit strange, but the problem is not with tikz, but
with xcolor. TikZ uses xcolor internally and xcolor seems to do wrong
things if \usepackage[dvipdfm]{graphicx} is used, but not
\usepackage[dvipdfm]{xcolor}. So, it you replace "tikz" in your
example by "xcolor" you get the same problem.
Solution: Either just remove the "\usepacakge[dvipdfm]{graphicx}"
since this is loaded by tikz automatically and correctly. Or you have
to add \usepackage[dvipdfm]{xcolor}.
Hoping this helps,
Till
Am 01.08.2008 um 10:20 schrieb luoyi:
> hello, I've found if I add \usepackage{tikz} to my tex file, then it
> can't use includegraphics to include the graphic files with dvipdfmx.
>
> just as the following:
>
> \def\pgfsysdriver{pgfsys-dvipdfmx.def}
> \documentclass{article}
> \usepackage[dvipdfm]{graphicx}
> \usepackage{tikz}
>
> \begin{document}
>
> Insert Picture Here:
(Continue reading)
RSS Feed