[pstricks] xkeyval

Herbert Voss Herbert.Voss at alumni.TU-Berlin.DE
Mon Sep 27 06:59:17 CEST 2004


Vince McGarry wrote:
> Do the options for includegraphics still work under xkeyval? For example,
> 
> \includegraphics[scale=0.76]{mypicture}
> 
> Works if I do not include \usepackage{pstricks-add}. Include the package and
> the document prints the characters 0.76 where I would expect the graphic. No
> graphic is displayed. If I remove the option, ie,
> \includegraphics{mypicture}, the unscaled graphic is displayed.

please give a full working example with a \listfiles
as first command and the output.
This following works for me.

\listfiles
\documentclass{article}% Manuel Luque
\usepackage{graphicx}%
\usepackage{pstricks}%
\pagestyle{empty}
\parindent=0pt

\begin{document}
\begin{center}
\scalebox{5}{Blah}
\end{center}

\includegraphics[scale=0.5]{/home/voss/Documents/rose}
\end{document}


*File List*
  article.cls    2001/04/21 v1.4e Standard LaTeX document class
   size10.clo    2001/04/21 v1.4e Standard LaTeX file (size option)
graphicx.sty    1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
   keyval.sty    1999/03/16 v1.13 key=value parser (DPC)
graphics.sty    2001/07/07 v1.0n Standard LaTeX Graphics (DPC,SPQR)
     trig.sty    1999/03/16 v1.09 sin cos tan (DPC)
graphics.cfg    2001/08/31 v1.1 graphics configuration of teTeX/TeXLive
    dvips.def    1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
pstricks.sty    2004/05/06 v0.2k LaTeX wrapper for `PSTricks' (RN,HV)
pstricks.tex    2004/06/29 v1.05 `PSTricks' (tvz)
   xcolor.sty    2004/07/04 v2.00 LaTeX color extensions (UK)
    color.cfg    2001/08/31 v1.1 color configuration of teTeX/TeXLive
/home/voss/Documents/rose.eps
  ***********


-- 
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes




More information about the PSTricks mailing list