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>
\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>
\newcounter{counter}%<BR>
\setcounter{counter}{0}%<BR>
\renewcommand{\mypause}{%<BR>
\ifcase\value{counter}%<BR>
\pauselevel{=3D1 :1}\or%<BR>
\pauselevel{=3D1 :2}\or%<BR>
.....................<BR>
\pauselevel{=3D1 :9}\else%<BR>
\relax\fi%<BR>
\pause\addtocounter{counter}{1}\relax}%<BR>
\begin{center}<BR>
\multiinclude[pause=3D\mypause,format=3Dpdf,graphics=3D{scale=
=3D2.15}]{myfile}<BR>
\end{center} %<BR>
<BR>
If I process my file with PDFLATEX and then with PPOWER4, I get the followin=
g message:<BR>
<BR>
This is PPower4 version 0.9.4.<BR>
[1de.tu_darmstadt.sp.pp4.PP4Exception: Bad format \penalty : =3D1 \pe=
nalty \@M :1<BR>
de.tu_darmstadt.sp.pp4.PP4Exception: Bad format \penalty : =3D1 \pena=
lty \@M :2<BR>
..................................<BR>
de.tu_darmstadt.sp.pp4.PP4Exception: Bad format \penalty : =3D1 \pena=
lty \@M :9<BR>
]<BR>
Writing modified output file...<BR>
Done.<BR>
<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--