[pstricks] pst-3dplot and beamer

Clemens Schäfermeier XC-lemens at web.de
Sun Apr 14 10:23:16 CEST 2013


hi doris,

with the package etex you can avoid the "No room for a new \dimen ..." 
error message from 3d-plot. Try this:

\documentclass[dvips]{beamer}
\usepackage{etex}
\usepackage{pstricks,pst-3dplot}

\begin{document}
\frame{
\psframebox{\begin{pspicture}(-5,-2.5)(5,2.5)
\rput(0,0){huhu?}
\end{pspicture}}
}
\end{document}

> hi list,
>
> I want to use pst-3dplot in a beamer presentation, but if I change the following minimal example from article to beamer, it stops working;
>
> any suggestions???
>
> \documentclass[ngerman]{article}
> %\documentclass[ngerman]{beamer}
> \usepackage{babel}
> \usepackage{pstricks}
> \usepackage{pst-3dplot,pst-plot,pst-grad,pst-node}
> \usepackage{pstricks-add}
>
> \begin{document}
>
> %\begin{frame}
> \psframebox{ \begin{pspicture}(-5,-2.5)(5,2.5)
> \rput(0,0){huhu?}
> \end{pspicture}}
> %\end{frame}
> \end{document}
>
>
> thanx in advance
> doris
> _______________________________________________
> PSTricks mailing list
> PSTricks at tug.org
> http://tug.org/mailman/listinfo/pstricks
> archive: http://www.tug.org/pipermail/pstricks/
>



More information about the PSTricks mailing list