[pstricks] auto-pst-pdf with beamer

Herbert Voss Herbert.Voss at FU-Berlin.DE
Wed Sep 3 19:02:26 CEST 2014


Am 03.09.2014 18:27, schrieb Doris Behrendt:

> please have a look at this; I guess it has to do with the rotating package? below after the minimal example I have pasted also the console output;
> 
> \documentclass{beamer}
> \usepackage{etex}
> \usepackage{auto-pst-pdf}
> \makeatletter
> 	\let\Test at pr@shipout\pr at shipout%% save the original definition
> 	\let\Test at shipout\shipout
> 	\makeatother
> 	\usepackage{tikz}
> 	\makeatletter
> 	\AtBeginDocument{%
>   	\let\pr at shipout\Test at pr@shipout%% restore it 
>   	\let\shipout\Test at shipout
> 	}
> \makeatother
> \usepackage{pstricks}
> \usepackage{%
> pst-3dplot,<————————comment this out and it works!
> }
> \usepackage{tikz}
> \usepackage{rotating}

use

[...]
\makeatother
\ifpdf\else
  \usepackage{pstricks}
  \usepackage{pst-3dplot}
\fi
\usepackage{tikz}
\usepackage{rotating}
[...]


Herbert



More information about the PSTricks mailing list