[pstricks] pdfstartpage in powerdot

Herbert Voss Herbert.Voss at FU-Berlin.DE
Fri Oct 4 10:21:46 CEST 2013


Am 04.10.2013 09:39, schrieb Patrice MÉGRET:
> Dera Herbert,
>
> Here is a small example:
>
> \documentclass[
>    size=11pt,
>    style=default,
>    paper=a4paper,
> %%  Try me!
> %%  orient=portrait,
> %%  mode=handout,
>    display=slidesnotes,
>    pauseslide=green,
>    nohandoutpagebreaks,
>    fleqn,
>    hlentries,
>    hlsections,
> ]{powerdot}
>
> \listfiles
>
> \usepackage{t1enc}
> \usepackage[latin1]{inputenc}
>
> \title{\Large TEST}
> \author{Patrice \textsc{Mégret}}
>
> \begin{document}
> \maketitle
> \section{Introduction}
> \begin{slide}{Title slide 1}
> text slide 1
> \end{slide}
>
> \begin{slide}{Title slide 2}
> text slide 2
> \end{slide}
>
> \begin{slide}{Title slide 3}
> text slide 3
> \end{slide}
> \end{document}
>
>
> When I use ghostview with GS9.10, the genetated pdf file opens on the green page (page 1) instead of the page 2.

Patrice,
I do not have 9.10 but with
voss at shania:~/Test> gs -v
GPL Ghostscript 9.06 (2012-08-08)

it is also ok and with 9.10 (just installed) it failed

> When I use ghostview with GS9.07, the genetated pdf file opens on page 2 as it should.
>
> If I try to use ps2pdf directly, I got the same trouble:  the genetated pdf file opens on the green page instead of the page 2

ps2pdf uses ghostscript, so it makes no difference

Herbert


More information about the PSTricks mailing list