Re: Page Transition
"Hans F. Nordhaug" <[email protected]> Thu, 10 Feb 2005 13:43:12 +0100
| Newsgroups | gmane.comp.tex.texpower.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Feb 09, 2005 at 06:55:26PM -0500, Shahram Shahbazpanahi wrote:
> Hi there,
>
> I am having a problem with page transition when I use Latex + dvi2ps +
> ps2pdf. In fact, there is no page transition effects in this case. I need
> to mention that I am using the last version of MikTex.
>
> It however works perfectly when I use PDFlatex!
First of all - always give a minimal, but complete example so we can see what
is the problem with your code. Probably your problem is an missing option to
hyperref - the following works for:
------
\documentclass{article}
\usepackage[ps2pdf]{hyperref}
\usepackage[lightbackground,display]{texpower}
\begin{document}
\pageTransitionDissolve
\mbox{}
\vfill
\centerline{Hello!}
\vfill
\newpage
\darkbackground
\mbox{}
\vfill
\centerline{Good bye!}
\vfill
\end{document}
----
Notice the "ps2pdf" (or you could have used "dvips") to hyperref.
Hans
PS! This is hyperref issue, not texpower, really.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click