Tagged Questions
1
vote
1answer
92 views
How can I set the 'final' option for the graphicx package in XeTeX?
I'm using XeTeX and wondering how to set the final option of the graphicx package.
I started my document with pdfTeX and the following lines:
\documentclass[a4paper, 12pt, twoside, headsepline, ...
3
votes
1answer
798 views
Option clash when using graphicx and tikz packages
The following code fails Option clash for package graphicx, it seems to be an incompatibility between the package graphicx (when the option pdftex is used) and the package tikz.
...
3
votes
2answers
129 views
How to pass the draft option for pdfpages to \includegraphics?
If I use
\usepackage[draft]{pdfpages}
and include
\includepdf[...]{...}
everything works fine, i.e. instead of the included pages I get empty boxes.
But if I use
\includegraphics[...]{...}
...