pdf graphics

[email protected] Tue, 18 Jan 2005 11:21:07 EST
Newsgroups gmane.comp.tex.ppower4
Message-ID <[email protected]>
--part1_5b.61609dba.2f1e9173_boundary
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit

Hi everybody

I am a french teacher and I use PPOWER4 with happiness.

I have a system that makes PDF graphics files with frames; for example, 
myfile-0.pdf,...,myfile-9.pdf. When I want to build the figure frame by frame, I 
use

  \multiinclude[format=pdf,graphics={scale=2.15}]{myfile}

and it works very well.

But if I want that some frames disappear, I use something like

  \newcounter{counter}%
  \setcounter{counter}{0}%
  \renewcommand{\mypause}{%
   \ifcase\value{counter}%
    \pauselevel{=1 :1}\or%
    \pauselevel{=1 :2}\or%
    .....................
    \pauselevel{=1 :9}\else%
    \relax\fi%
   \pause\addtocounter{counter}{1}\relax}%
  \begin{center}
   \multiinclude[pause=\mypause,format=pdf,graphics={scale=2.15}]{myfile}
  \end{center} %

If I process my file with PDFLATEX and then with PPOWER4, I get the following 
message:

  This is PPower4 version 0.9.4.
  [1de.tu_darmstadt.sp.pp4.PP4Exception: Bad format \penalty : =1 \penalty 
\@M  :1
  de.tu_darmstadt.sp.pp4.PP4Exception: Bad format \penalty : =1 \penalty \@M  
:2
  ..................................
  de.tu_darmstadt.sp.pp4.PP4Exception: Bad format \penalty : =1 \penalty \@M  
:9
  ]
  Writing modified output file...
  Done.
  
The resulting pdf file contains the entire figure (all the frames together) 
and it does not work.

When I do the same thing with graphics files that come from XFIG, I have no 
problem.

Is there a solution for my problem?

Thank you very much.


--part1_5b.61609dba.2f1e9173_boundary
Content-Type: text/html; charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable

<HTML><FONT FACE=3Darial,helvetica><HTML><FONT  SIZE=3D2 PTSIZE=3D10 FAMILY=
=3D"SANSSERIF" FACE=3D"Arial" LANG=3D"1">Hi everybody<BR>
<BR>
I am a french teacher and I use PPOWER4 with happiness.<BR>
<BR>
I have a system that makes PDF graphics files with frames; for example, myfi=
le-0.pdf,...,myfile-9.pdf. When I want to build the figure frame by frame, I=
 use<BR>
<BR>
&nbsp; \multiinclude[format=3Dpdf,graphics=3D{scale=3D2.15}]{myfile}<BR>
<BR>
and it works very well.<BR>
<BR>
But if I want that some frames disappear, I use something like<BR>
<BR>
&nbsp; \newcounter{counter}%<BR>
&nbsp; \setcounter{counter}{0}%<BR>
&nbsp; \renewcommand{\mypause}{%<BR>
&nbsp;&nbsp; \ifcase\value{counter}%<BR>
&nbsp;&nbsp;&nbsp; \pauselevel{=3D1 :1}\or%<BR>
&nbsp;&nbsp;&nbsp; \pauselevel{=3D1 :2}\or%<BR>
&nbsp;&nbsp;&nbsp; .....................<BR>
&nbsp;&nbsp;&nbsp; \pauselevel{=3D1 :9}\else%<BR>
&nbsp;&nbsp;&nbsp; \relax\fi%<BR>
&nbsp;&nbsp; \pause\addtocounter{counter}{1}\relax}%<BR>
&nbsp; \begin{center}<BR>
&nbsp;&nbsp; \multiinclude[pause=3D\mypause,format=3Dpdf,graphics=3D{scale=
=3D2.15}]{myfile}<BR>
&nbsp; \end{center} %<BR>
<BR>
If I process my file with PDFLATEX and then with PPOWER4, I get the followin=
g message:<BR>
<BR>
&nbsp; This is PPower4 version 0.9.4.<BR>
&nbsp; [1de.tu_darmstadt.sp.pp4.PP4Exception: Bad format \penalty : =3D1 \pe=
nalty \@M&nbsp; :1<BR>
&nbsp; de.tu_darmstadt.sp.pp4.PP4Exception: Bad format \penalty : =3D1 \pena=
lty \@M&nbsp; :2<BR>
&nbsp; ..................................<BR>
&nbsp; de.tu_darmstadt.sp.pp4.PP4Exception: Bad format \penalty : =3D1 \pena=
lty \@M&nbsp; :9<BR>
&nbsp; ]<BR>
&nbsp; Writing modified output file...<BR>
&nbsp; Done.<BR>
&nbsp; <BR>
The resulting pdf file contains the entire figure (all the frames together)=20=
and it does not work.<BR>
<BR>
When I do the same thing with graphics files that come from XFIG, I have no=20=
problem.<BR>
<BR>
Is there a solution for my problem?<BR>
<BR>
Thank you very much.<BR>
<BR>
</FONT></HTML>
--part1_5b.61609dba.2f1e9173_boundary--