% bckwrdexample.tex,v 1.3 2003/03/03 18:46:40 hansfn Exp % % TeXPower bundle - dynamic online presentations with LaTeX % Copyright (C) 1999-2002 Stephan Lehmke % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2 % of the License, or (at your option) any later version. % % This program is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % %----------------------------------------------------------------------------------------------------------------- % File: bckwrdexample.tex % % Backwards writing example for the package texpower.sty. % % This file can be compiled with pdfLaTeX or (standard) LaTeX. When using standard LaTeX, the dvi file produced should % be processed with % % dvips -Ppdf -j0 bckwrdexample % % afterwards processing the resulting ps file with % % distill bckwrdexample.ps % % (The syntax is for a unix system with tetex 1.0 and distiller 3. Modify appropriately for other configurations.) % % The resulting pdf file is meant for presenting `interactively' with Adobe Acrobat Reader. % %----------------------------------------------------------------------------------------------------------------- % Autor: Stephan Lehmke % % v0.0.1 Mar 20, 2000: First version for the pre-alpha release of TeXPower. % % v0.0.2 Apr 26, 2000: Some small changes in preparation of the update to TeXpower v0.0.7. % % v0.0.3 May 18, 2000: New file name to avoid confusion with ``background''. % %----------------------------------------------------------------------------------------------------------------- % Set background color to black and use slifonts. \PassOptionsToPackage{blackbackground}{texpower} \RequirePackage{tpslifonts} % Input the generic preamble. \input{__TPpble} \hypersetup{pdftitle={texpower backwards writing example}} % Define \includegraphics for including an eps image. \usepackage{graphicx} %----------------------------------------------------------------------------------------------------------------- % Finally, everything is set up. Here we go... % \begin{document} \begin{slide} \input{__TPbckwrd} \end{slide} \end{document} % Local Variables: % fill-column: 120 % TeX-master: t % End: