From 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 Jan 2006 00:49:07 +0000 Subject: doc/latex git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/ppower4/pagetrans.tex | 55 +++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/ppower4/pagetrans.tex (limited to 'Master/texmf-dist/doc/latex/ppower4/pagetrans.tex') diff --git a/Master/texmf-dist/doc/latex/ppower4/pagetrans.tex b/Master/texmf-dist/doc/latex/ppower4/pagetrans.tex new file mode 100644 index 00000000000..e4a45be8ee6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/ppower4/pagetrans.tex @@ -0,0 +1,55 @@ +%% Transition commands for use with hyperref. +%% Thanks to Marc van Dongen for preparing this. +\newcommand{\pagetransition}[1]{% + \hypersetup{pdfpagetransition={#1}} +} + +\newcommand{\HOSplit}[0]{% + \pagetransition{Split /Dm /H /M /O} +} + +\newcommand{\HISplit}[0]{% + \pagetransition{Split /Dm /H /M /I} +} + +\newcommand{\VOSplit}[0]{% + \pagetransition{Split /Dm /V /M /O} +} + +\newcommand{\VISplit}[0]{% + \pagetransition{Split /Dm /V /M /I} +} + +\newcommand{\HBlinds}[0]{% + \pagetransition{Blinds /Dm /H} +} + +\newcommand{\VBlinds}[0]{% + \pagetransition{Blinds /Dm /V} +} + +\newcommand{\OBox}[0]{% + \pagetransition{Box /M /O} +} + +\newcommand{\IBox}[0]{% + \pagetransition{Box /M /I} +} + +% argument must be number from 0 to 360 +\newcommand{\Wipe}[1]{% + \pagetransition{Wipe /Di #1} +} + +\newcommand{\Dissolve}[0]{% + \pagetransition{Dissolve} +} + +% argument must be number 0, 270 or 315 +\newcommand{\pageTransitionGlitter}[1]{% + \pagetransition{Glitter /Di #1} +} + +\newcommand{\Replace}[0]{% + \pagetransition{Replace} +} -- cgit v1.2.3