[pstricks] conflict mathLabel and pst-solides3d
Herbert Voss
Herbert.Voss at fu-berlin.de
Fri Mar 15 16:25:56 CET 2024
Am 15.03.24 um 15:56 schrieb Patrice MEGRET:
> 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.
Patrice,
use the optional argument for psset:
\documentclass{report}
\usepackage{pst-plot}
\usepackage{pst-solides3d}
\begin{document}
\begin{pspicture}(5.5,5.5)
\psset[pst-plot]{mathLabel=true}
\psaxes(0,0)(5,2)[$x$,0][$y$,90]
\psxTick(1.5){m_0}
\end{pspicture}
\qquad
\begin{pspicture}(5.5,5.5)
\psset[pst-plot]{mathLabel=false}
\psaxes(0,0)(5,2)[$x$,0][$y$,90]
\psxTick(1.5){$m_0$}
\end{pspicture}
\end{document}
Herbert
> \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
>
>
> --
> list: https://lists.tug.org/pstricks
> archive: https://tug.org/pipermail/pstricks/
More information about the PSTricks
mailing list.