[OS X TeX] A Wintel mate to TeXShop

Bernhard Barkow bb at creativeeyes.at
Sat Sep 24 06:14:28 CEST 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 23.09.2005, at 20:21, Peter Dyballa wrote:
>> Here in particular, what with my included pdf graphics?
>
>    \usepackage[draft]{graphics}
>
> You'd see a frame and captions, which will appeal to your imagination.

Though I suspect normal TeX/LaTeY isn't able to include pdf graphics  
(I cannot verify that right now, sorry). The [draft] option still  
reads the file header at least to get information about the image  
size / bounding box. However, that's no problem if you use pdfLaTeX  
(except that you loose syncinc).
The last-resort option would be to redefine the \includegraphics  
command, like

\newif\ifpdf
...
\ifpdf
\usepackage{pdfsync}
\else
\usepackage{srcltx}

\renewcommand{\includegraphics[2][1]{}

\fi

This should completely ignore the included graphics (again, I cannot  
verify now if the syntax is correct).

Bernhard


____________________________________________________
_________________________________ Bernhard Barkow __
___________________ gpg key ID _ A89F09C45921020D __




-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (Darwin)

iD8DBQFDNNKoqJ8JxFkhAg0RAnRVAJwMZ1RRO/BRH/J3g/weqM141ertDwCbBTnX
//FVjgN6kYwoXJCKfTZZYTw=
=Ba7a
-----END PGP SIGNATURE-----
------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
          & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/




More information about the macostex-archives mailing list