[pstricks] conflict mathLabel and pst-solides3d

Patrice MEGRET Patrice.MEGRET at umons.ac.be
Fri Mar 15 15:56:02 CET 2024


Dear all,

I have a conflict with the package pst-solides3d and the key mathLabel: when I use \psset{mathlabel=true} or \psset{mathLabel=false}, I cannot lo load the package pst-solides3d as shown in the following example.

\documentclass{report}

\usepackage{pst-plot}

%\usepackage{pst-solides3d}




\begin{document}

\begin{pspicture}(5,5)

\psset{mathLabel=true}

\psaxes(0,0)(5,2)[$x$,0][$y$,90]

\psxTick(1.5){m_0}

\end{pspicture}




\begin{pspicture}(5,5)

\psset{mathLabel=false}

\psaxes(0,0)(5,2)[$x$,0][$y$,90]

\psxTick(1.5){$m_0$}

\end{pspicture}

\end{document}

Any idea how to solve that issue?

Best regards,

Patrice
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/pstricks/attachments/20240315/a8bed2f4/attachment.htm>


More information about the PSTricks mailing list.