[powerdot] Re: movie in presentation does not work with TeXLive 2011

On Wed, Feb 22, 2012 at 03:51:40PM +0100, Yogeshwarsing Calleecharan wrote:
>Hi,
>      I have a problem to make movie with (latest) TexLive 2011 and with 
>the latest Powerdot. Below is my code for the presentation. You can find 
>the additional files needed here:
>
>test.ps and test.avi
>
>http://petitlien.fr/platex
>
>The compilation works fine with TexLive 2008 but not with TexLive 2011. 
>The DVIPS operation produces no complaints but the postscript file does 
>not include the slide on which the movie is. And the compilation to pdf 
>produces errors.
>
> ...
>
>ps2pdf -dCompatibilityLevel#1.5 -sDEVICE=pdfwrite -r720 
>-dCompatibilityLevel=1.5 -dUseFlateCompression=true -dMaxSubsetPct=100 
>-dSubsetFonts=true -dEmbedAllFonts=true -dEPSCrop "%1.ps" "%1.pdf"
>

Add

  -dNOSAFER
  
to the list of options of ps2pdf. This overrides security settings of
newer Ghostscript versions.

Alexander

Other related posts: