[powerdot] Re: [pstricks] pdfstartpage in powerdot

  • From: Patrice MÉGRET <Patrice.MEGRET@xxxxxxxxxxx>
  • To: Graphics with PSTricks <pstricks@xxxxxxx>, "powerdot@xxxxxxxxxxxxx" <powerdot@xxxxxxxxxxxxx>
  • Date: Fri, 4 Oct 2013 14:53:07 +0000

Dear Herbert,

Thanks a lot.

It works fine for me with GS9.07.

As I have installed  Texlive2013, ps2psf uses GS9.09 and that version fails too.

Where should I send a bug report? 

Best regards,

Patrice
 




-----Message d'origine-----
De : PSTricks [mailto:pstricks-bounces@xxxxxxx] De la part de Herbert Voss
Envoyé : vendredi 4 octobre 2013 10:22
À : pstricks@xxxxxxx
Objet : Re: [pstricks] pdfstartpage in powerdot

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@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
_______________________________________________
PSTricks mailing list
PSTricks@xxxxxxx
http://tug.org/mailman/listinfo/pstricks
archive: http://www.tug.org/pipermail/pstricks/

Other related posts:

  • » [powerdot] Re: [pstricks] pdfstartpage in powerdot - Patrice MÉGRET