[pstricks] xkeyval

Vince McGarry vmcgarry at austin.rr.com
Mon Sep 27 08:23:57 CEST 2004


This is not working for me, Herbert.

%&latex

\listfiles
\documentclass[10pt]{article}

\usepackage{graphicx}
\usepackage{pstricks}
\usepackage{pstricks-add}%

\begin{document}
\includegraphics[scale=0.76]{q19-1.eps}\par
\includegraphics[scale=0.76]{q19-2.eps}\par
\includegraphics[scale=0.76]{q19-3.eps}
\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/12 v0.2l LaTeX wrapper for `PSTricks' (RN,HV)
pstricks.tex    2004/05/18 v1.04 `PSTricks' (tvz)
   color.sty    1999/02/16 v1.0i Standard LaTeX Color (DPC)
   color.cfg    2001/08/31 v1.1 color configuration of teTeX/TeXLive
dvipsnam.def    1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
pstricks-add.sty    2004/07/18 package wrapper for pstricks-add.tex (hv)
pstricks-add.tex    2004/09/01 v2.14 `PSTricks-add' (hv)


On 9/26/04 11:59 PM, "Herbert Voss" <Herbert.Voss at alumni.TU-Berlin.DE>
wrote:

> 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
> ***********
> 




More information about the PSTricks mailing list