[DVIPDFMx] dvipdfmx can't support beamer's slide transtion effect

luoyi luoyi.ly at gmail.com
Tue Jul 8 15:37:52 KST 2008


hello, does it true that dvipdfmx can't support beamer's slide
transtion effect ?

my test source file is as following, and

http://www.luoyilinux.cn/beamer_test_dvipdfmx.pdf
http://www.luoyilinux.cn/beamer_test_pdflatex.pdf

is the pdf file generate with dvipdfmx and pdflatex .

do we have some idea to solve this problem ?


\documentclass[dvipdfm]{beamer}

\mode<presentation>
{
  \usetheme{Warsaw}
  % or ...

  \setbeamercovered{transparent}
  % or whatever (possibly just delete it)
}


\usepackage[english]{babel}
% or whatever

\usepackage[latin1]{inputenc}
% or whatever

\usepackage{times}
\usepackage[T1]{fontenc}
% Or whatever. Note that the encoding and the font should match. If T1
% does not look nice, try deleting the line with the fontenc.


\title[Short Paper Title] % (optional, use only with long paper titles)
{Title As It Is In the Proceedings}

\subtitle
{Include Only If Paper Has a Subtitle}

\author[Author, Another] % (optional, use only with lots of authors)
{F.~Author\inst{1} \and S.~Another\inst{2}}
% - Give the names in the same order as the appear in the paper.
% - Use the \inst{?} command only if the authors have different
%   affiliation.

\institute[Universities of Somewhere and Elsewhere] % (optional, but
mostly needed)
{
  \inst{1}%
  Department of Computer Science\\
  University of Somewhere
  \and
  \inst{2}%
  Department of Theoretical Philosophy\\
  University of Elsewhere}
% - Use the \inst command only if there are several affiliations.
% - Keep it simple, no one is interested in your street address.

\date[CFP 2003] % (optional, should be abbreviation of conference name)
{Conference on Fabulous Presentations, 2003}
% - Either use conference name or its abbreviation.
% - Not really informative to the audience, more for people (including
%   yourself) who are reading the slides online

\subject{Theoretical Computer Science}
% This is only inserted into the PDF information catalog. Can be left
% out.



% If you have a file called "university-logo-filename.xxx", where xxx
% is a graphic format that can be processed by latex or pdflatex,
% resp., then you can add a logo as follows:

% \pgfdeclareimage[height=0.5cm]{university-logo}{university-logo-filename}
% \logo{\pgfuseimage{university-logo}}



% Delete this, if you do not want the table of contents to pop up at
% the beginning of each subsection:
\AtBeginSubsection[]
{
  \begin{frame}<beamer>{Outline}
    \tableofcontents[currentsection,currentsubsection]
  \end{frame}
}


% If you wish to uncover everything in a step-wise fashion, uncomment
% the following command:

%\beamerdefaultoverlayspecification{<+->}


\begin{document}

\begin{frame}
	Slide Transitions only work in full screen mode in Acrobat Reader !
  \begin{example}<1,6,11>[examples for Slide Transitions]{This line is
shown on each slide of slide transitions}\end{example}
  \begin{example}<2,7,12>[examples for Slide Transitions]{This line is
shown on each slide of slide transitions}\end{example}
  \begin{example}<3,8>[examples for Slide Transitions]{This line is
shown on each slide of slide transitions}\end{example}
  \begin{example}<4,9>[examples for Slide Transitions]{This line is
shown on each slide of slide transitions}\end{example}
  \begin{example}<5,10>[examples for Slide Transitions]{This line is
shown on each slide of slide transitions}\end{example}
  \transdissolve<1>[duration=0.2]
  \transblindshorizontal<2>
  \transblindsvertical<3>
  \transboxin<4>
  \transboxout<5>
  \transdissolve<6>[duration=0.2]
  \transglitter<7>[direction=90]
  \transsplitverticalin<8>
  \transsplitverticalout<9>
  \transsplithorizontalin<10>
  \transsplithorizontalout<11>
  \transwipe<12>[direction=90]
\end{frame}

\end{document}



More information about the dvipdfmx mailing list