[pstricks] mathLabel with pst-solide3d
Patrice MEGRET
Patrice.MEGRET at umons.ac.be
Thu Oct 17 15:29:33 CEST 2024
Dear Herbert,
mathlabel key is not working when the pst-solide3d package is loaded.
In the example below, everything works as expected without pst-solide3d, and if this package is loaded, then the error message is:
! Undefined control sequence.
\XKV at resa ->\@nil
l.19 ...iny,mathLabel=false](-5,0)(5,1){10cm}{5cm}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Missing \endcsname inserted.
<to be read again>
\documentclass{report}
\usepackage{pstricks}
\usepackage{pst-plot}
\usepackage{pst-func}
\usepackage{pst-sigsys}
%\usepackage{pst-solides3d}
\begin{document}
\psset{llx=-1cm,lly=-0.5cm,urx=1cm,ury=1cm,xAxisLabel=$z$,yAxisLabel={$F(z)$, $p(z)$}}
\begin{psgraph}[axesstyle=frame,Ox=-5,Dx=1,Dy=0.2,subticks=2,xticksize=0 1,yticksize=0 10,subticksize=1](-5,0)(5,1){10cm}{5cm}
\psGauss[mue=0,sigma=1,linewidth=1.5pt,linecolor=blue]{-5}{5}
\psGaussI[mue=0,sigma=1,linewidth=1.5pt,linecolor=orange]{-5}{5}
\end{psgraph}
\psset{llx=-1cm,lly=-0.5cm,urx=1cm,ury=1cm,xAxisLabel=$z$,yAxisLabel={$F(z)$, $p(z)$}}
\begin{psgraph}[axesstyle=frame,Ox=-5,Dx=1,Dy=0.2,subticks=2,xticksize=0 1,yticksize=0 10,subticksize=1,labelFontSize=\tiny,mathLabel=false](-5,0)(5,1){10cm}{5cm}
\psGauss[mue=0,sigma=1,linewidth=1.5pt,linecolor=blue]{-5}{5}
\psGaussI[mue=0,sigma=1,linewidth=1.5pt,linecolor=orange]{-5}{5}
\end{psgraph}
\end{document}
Best regards,
Patrice
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/pstricks/attachments/20241017/677899c4/attachment-0001.htm>
More information about the PSTricks
mailing list.