[pstricks] Help with package conflict involving pst-optic and pst-3dplot

Herbert Voss Herbert.Voss at FU-Berlin.DE
Fri Jul 23 07:59:15 CEST 2010


Am 22.07.2010 21:27, schrieb Mark Horner:
> \listfiles
> \documentclass{report}
> \usepackage{pst-all}
> \usepackage{pst-optic}
> \usepackage{pstricks-add}

pstricks-add should always be the last PSTricks related package,
see documentation!

> \usepackage{pst-eucl}
> \usepackage{pst-poly}
> \usepackage{pst-spectra}
> \usepackage{pst-slpe}
> \special{header=pstricks.pro}
> \special{header=pst-node.pro}
> \special{header=pst-3dplot.pro}

there should be no need to load these prologue files
in this way. It should be done by the packages

> \usepackage{pst-math}
> %\usepackage{pst-diffraction}  % uncommenting causes error
> \usepackage{pst-circ}
> \usepackage{pst-lens}
> \usepackage{pst-3dplot}       % uncommenting causes error 
> \begin{document}
> \begin{pspicture}(-3,-2)(3,2)
> \mirrorCVG[drawing=false,mirrorHeight=4,mirrorWidth=0.1,mirrorDepth=0.5]
> \end{pspicture}
> \end{document}

it should be fixed with this version
http://archiv.dante.de/~herbert/PSTricks-TDS/pst-optic/pst-optic.tex

Herbert


More information about the PSTricks mailing list