From 634ddfa7204fe5e21548eda9e1e2f7cbd0238fe3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 25 Apr 2011 23:52:32 +0000 Subject: powerdot 1.4g (25apr11) git-svn-id: svn://tug.org/texlive/trunk@22204 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/powerdot/Changes | 7 ++ Master/texmf-dist/doc/latex/powerdot/RunDoc | 72 +------------------ Master/texmf-dist/doc/latex/powerdot/RunExamples | 81 ++++++++++++++++++++++ Master/texmf-dist/doc/latex/powerdot/RunSlideDoc | 25 ------- Master/texmf-dist/doc/latex/powerdot/powerdot.pdf | Bin 544353 -> 544235 bytes Master/texmf-dist/doc/latex/powerdot/powerdot.tex | 20 +++--- 6 files changed, 101 insertions(+), 104 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/powerdot/Changes create mode 100755 Master/texmf-dist/doc/latex/powerdot/RunExamples delete mode 100755 Master/texmf-dist/doc/latex/powerdot/RunSlideDoc (limited to 'Master/texmf-dist/doc/latex') diff --git a/Master/texmf-dist/doc/latex/powerdot/Changes b/Master/texmf-dist/doc/latex/powerdot/Changes new file mode 100644 index 00000000000..c749f9e0a82 --- /dev/null +++ b/Master/texmf-dist/doc/latex/powerdot/Changes @@ -0,0 +1,7 @@ +powerdot.cls -------- +1.4g 2011-04-25 - load enumitem version 2.2 (hv) + + +powerdot-default.sty -------- +1.4g 2011-04-25 - do not set the list parameter, use + defaults from enumitem instead. diff --git a/Master/texmf-dist/doc/latex/powerdot/RunDoc b/Master/texmf-dist/doc/latex/powerdot/RunDoc index 4abc92e07e2..b0a0ec257aa 100644 --- a/Master/texmf-dist/doc/latex/powerdot/RunDoc +++ b/Master/texmf-dist/doc/latex/powerdot/RunDoc @@ -5,76 +5,8 @@ # other style name) to generate .001 and .002 files which # will be included by the documentation. -latex powerdot.tex - - latex "\def\style{default}\input{powerdot-styleexample}" - latex "\def\style{default}\input{powerdot-styleexample}" - dvips -i powerdot-styleexample -o powerdot-styleexample-default.ps -# - latex "\def\style{ciment}\input{powerdot-styleexample}" - latex "\def\style{ciment}\input{powerdot-styleexample}" - dvips -i powerdot-styleexample -o powerdot-styleexample-ciment.ps -# - latex "\def\style{aggie}\input{powerdot-styleexample}" - latex "\def\style{aggie}\input{powerdot-styleexample}" - dvips -i powerdot-styleexample -o powerdot-styleexample-aggie.ps -# - latex "\def\style{bframe}\input{powerdot-styleexample}" - latex "\def\style{bframe}\input{powerdot-styleexample}" - dvips -i powerdot-styleexample -o powerdot-styleexample-bframe.ps -# - latex "\def\style{elcolors}\input{powerdot-styleexample}" - latex "\def\style{elcolors}\input{powerdot-styleexample}" - dvips -i powerdot-styleexample -o powerdot-styleexample-elcolors.ps -# - latex "\def\style{fyma}\input{powerdot-styleexample}" - latex "\def\style{fyma}\input{powerdot-styleexample}" - dvips -i powerdot-styleexample -o powerdot-styleexample-fyma.ps -# - latex "\def\style{horatio}\input{powerdot-styleexample}" - latex "\def\style{horatio}\input{powerdot-styleexample}" - dvips -i powerdot-styleexample -o powerdot-styleexample-horatio.ps -# - latex "\def\style{husky}\input{powerdot-styleexample}" - latex "\def\style{husky}\input{powerdot-styleexample}" - dvips -i powerdot-styleexample -o powerdot-styleexample-husky.ps -# - latex "\def\style{ikeda}\input{powerdot-styleexample}" - latex "\def\style{ikeda}\input{powerdot-styleexample}" - dvips -i powerdot-styleexample -o powerdot-styleexample-ikeda.ps -# - latex "\def\style{jefka}\input{powerdot-styleexample}" - latex "\def\style{jefka}\input{powerdot-styleexample}" - dvips -i powerdot-styleexample -o powerdot-styleexample-jefka.ps -# - latex "\def\style{klope}\input{powerdot-styleexample}" - latex "\def\style{klope}\input{powerdot-styleexample}" - dvips -i powerdot-styleexample -o powerdot-styleexample-klope.ps -# - latex "\def\style{paintings}\input{powerdot-styleexample}" - latex "\def\style{paintings}\input{powerdot-styleexample}" - dvips -i powerdot-styleexample -o powerdot-styleexample-paintings.ps -# - latex "\def\style{pazik}\input{powerdot-styleexample}" - latex "\def\style{pazik}\input{powerdot-styleexample}" - dvips -i powerdot-styleexample -o powerdot-styleexample-pazik.ps -# - latex "\def\style{sailor}\input{powerdot-styleexample}" - latex "\def\style{sailor}\input{powerdot-styleexample}" - dvips -i powerdot-styleexample -o powerdot-styleexample-sailor.ps -# - latex "\def\style{simple}\input{powerdot-styleexample}" - latex "\def\style{simple}\input{powerdot-styleexample}" - dvips -i powerdot-styleexample -o powerdot-styleexample-simple.ps -# - latex "\def\style{tycja}\input{powerdot-styleexample}" - latex "\def\style{tycja}\input{powerdot-styleexample}" - dvips -i powerdot-styleexample -o powerdot-styleexample-tycja.ps -# - latex "\def\style{upen}\input{powerdot-styleexample}" - latex "\def\style{upen}\input{powerdot-styleexample}" - dvips -i powerdot-styleexample -o powerdot-styleexample-upen.ps - +latex powerdot.tex +./RunExamples latex powerdot.tex latex powerdot.tex bibtex powerdot diff --git a/Master/texmf-dist/doc/latex/powerdot/RunExamples b/Master/texmf-dist/doc/latex/powerdot/RunExamples new file mode 100755 index 00000000000..b823973c339 --- /dev/null +++ b/Master/texmf-dist/doc/latex/powerdot/RunExamples @@ -0,0 +1,81 @@ +#!/bin/bash +# To generate style examples, do +# (after extracting powerdot-styleexample.tex): +# Do this for all available styles (replace `default' by any +# other style name) to generate .001 and .002 files which +# will be included by the documentation. + + latex "\def\style{default}\input{powerdot-styleexample}" + latex "\def\style{default}\input{powerdot-styleexample}" + dvips -i powerdot-styleexample -o powerdot-styleexample-default.ps +# + latex "\def\style{ciment}\input{powerdot-styleexample}" + latex "\def\style{ciment}\input{powerdot-styleexample}" + dvips -i powerdot-styleexample -o powerdot-styleexample-ciment.ps +# + latex "\def\style{aggie}\input{powerdot-styleexample}" + latex "\def\style{aggie}\input{powerdot-styleexample}" + dvips -i powerdot-styleexample -o powerdot-styleexample-aggie.ps +# + latex "\def\style{bframe}\input{powerdot-styleexample}" + latex "\def\style{bframe}\input{powerdot-styleexample}" + dvips -i powerdot-styleexample -o powerdot-styleexample-bframe.ps +# + latex "\def\style{elcolors}\input{powerdot-styleexample}" + latex "\def\style{elcolors}\input{powerdot-styleexample}" + dvips -i powerdot-styleexample -o powerdot-styleexample-elcolors.ps +# + latex "\def\style{fyma}\input{powerdot-styleexample}" + latex "\def\style{fyma}\input{powerdot-styleexample}" + dvips -i powerdot-styleexample -o powerdot-styleexample-fyma.ps +# + latex "\def\style{horatio}\input{powerdot-styleexample}" + latex "\def\style{horatio}\input{powerdot-styleexample}" + dvips -i powerdot-styleexample -o powerdot-styleexample-horatio.ps +# + latex "\def\style{husky}\input{powerdot-styleexample}" + latex "\def\style{husky}\input{powerdot-styleexample}" + dvips -i powerdot-styleexample -o powerdot-styleexample-husky.ps +# + latex "\def\style{ikeda}\input{powerdot-styleexample}" + latex "\def\style{ikeda}\input{powerdot-styleexample}" + dvips -i powerdot-styleexample -o powerdot-styleexample-ikeda.ps +# + latex "\def\style{jefka}\input{powerdot-styleexample}" + latex "\def\style{jefka}\input{powerdot-styleexample}" + dvips -i powerdot-styleexample -o powerdot-styleexample-jefka.ps +# + latex "\def\style{klope}\input{powerdot-styleexample}" + latex "\def\style{klope}\input{powerdot-styleexample}" + dvips -i powerdot-styleexample -o powerdot-styleexample-klope.ps +# + latex "\def\style{paintings}\input{powerdot-styleexample}" + latex "\def\style{paintings}\input{powerdot-styleexample}" + dvips -i powerdot-styleexample -o powerdot-styleexample-paintings.ps +# + latex "\def\style{pazik}\input{powerdot-styleexample}" + latex "\def\style{pazik}\input{powerdot-styleexample}" + dvips -i powerdot-styleexample -o powerdot-styleexample-pazik.ps +# + latex "\def\style{sailor}\input{powerdot-styleexample}" + latex "\def\style{sailor}\input{powerdot-styleexample}" + dvips -i powerdot-styleexample -o powerdot-styleexample-sailor.ps +# + latex "\def\style{simple}\input{powerdot-styleexample}" + latex "\def\style{simple}\input{powerdot-styleexample}" + dvips -i powerdot-styleexample -o powerdot-styleexample-simple.ps +# + latex "\def\style{tycja}\input{powerdot-styleexample}" + latex "\def\style{tycja}\input{powerdot-styleexample}" + dvips -i powerdot-styleexample -o powerdot-styleexample-tycja.ps +# + latex "\def\style{upen}\input{powerdot-styleexample}" + latex "\def\style{upen}\input{powerdot-styleexample}" + dvips -i powerdot-styleexample -o powerdot-styleexample-upen.ps + +#rm *.aux *.log *.i?? *.g?? *.toc *.dvi *.blg *.bm *.bbl + +# If you also want to generate the source code documentation, +# remove \OnlyDescription from the preamble of powerdot.dtx +# prior to compiling the source. +# diff --git a/Master/texmf-dist/doc/latex/powerdot/RunSlideDoc b/Master/texmf-dist/doc/latex/powerdot/RunSlideDoc deleted file mode 100755 index c7bfd8db135..00000000000 --- a/Master/texmf-dist/doc/latex/powerdot/RunSlideDoc +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash -# To generate style examples, do -# (after extracting powerdot-styleexample.tex): -# Do this for all available styles (replace `default' by any -# other style name) to generate .001 and .002 files which -# will be included by the documentation. - -latex powerdotSlide.tex -latex powerdotSlide.tex -#bibtex powerdot -#makeindex -s gglo.ist -o powerdot.gls powerdot.glo -#makeindex -s gind.ist -o powerdot.ind powerdot.idx -#latex powerdot.tex -#latex powerdot.tex -dvips powerdotSlide.dvi -ps2pdf powerdotSlide.ps - -rm *.aux *.log *.i?? *.g?? *.toc *.dvi *.blg *.ps *.bm *.bbl -rm powerdot-styleexample-* - - -# If you also want to generate the source code documentation, -# remove \OnlyDescription from the preamble of powerdot.dtx -# prior to compiling the source. -# diff --git a/Master/texmf-dist/doc/latex/powerdot/powerdot.pdf b/Master/texmf-dist/doc/latex/powerdot/powerdot.pdf index a7de4d5ca11..ad0495fad84 100644 Binary files a/Master/texmf-dist/doc/latex/powerdot/powerdot.pdf and b/Master/texmf-dist/doc/latex/powerdot/powerdot.pdf differ diff --git a/Master/texmf-dist/doc/latex/powerdot/powerdot.tex b/Master/texmf-dist/doc/latex/powerdot/powerdot.tex index ac398e67f0c..800307c1b88 100644 --- a/Master/texmf-dist/doc/latex/powerdot/powerdot.tex +++ b/Master/texmf-dist/doc/latex/powerdot/powerdot.tex @@ -1,8 +1,8 @@ %% --------------------------------------------------------------- -%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison +%% Copyright (C) 2005-2011 Hendri Adriaens and Christopher Ellison %% --------------------------------------------------------------- %% -%% Version 1.4e prepared by Herbert Voss +%% Version 1.4g prepared by Herbert Voss %% Additional work for the documentation by Patrice Mégret %% %% This work may be distributed and/or modified under the @@ -165,8 +165,8 @@ }{\textbf{No example files found for style \pf{#1}.}}% } -\def\fileversion{v1.4e} -\def\filedate{2010/12/18} +\def\fileversion{v1.4g} +\def\filedate{2011/04/25} \changes{v1.0}{2005/09/04}{Initial release} \changes{v1.1}{2005/09/19}{Fixed some small bugs} @@ -221,9 +221,8 @@ \changes{v1.4c}{2010/11/16}{fixed bug with missing macros for centered footer (hv)} \changes{v1.4d}{2010/12/03}{fixed misleading comment header of powerdot.cls (hv)} \changes{v1.4e}{2010/12/18}{fixed bugs with enumitem (hv)} - - - + \changes{v1.4f}{2011/04/01}{added paper size smartboard (hv)} + \changes{v1.4g}{2011/04/25}{load enumitem version 2.2 and younger (hv)} @@ -231,9 +230,10 @@ %\let\Section\section\def\section*#1{\Section*{#1}\addcontentsline{toc}{section}{#1}} \title{\vspace*{-2cm}\mktitledecor The \pf{powerdot} class \thanks{This class can be downloaded from the CTAN mirrors: -\texttt{/macros/latex/contrib/powerdot}. See \texttt{powerdot.dtx} for +\texttt{/macros/latex/contrib/powerdot}. See \texttt{powerdot.tex} for information on installing \pf{powerdot} into your \LaTeX\ -distribution and for the license of this class.}} +distribution and for the license of this class.\newline +This documentation prepared by Herbert Vo\ss}} \author{Hendri Adriaens\and Christopher Ellison} \date{\fileversion\ (\filedate)} \maketitle @@ -380,6 +380,8 @@ log file of your presentation. A4 paper will be used for the presentation or handout. \item\option{paper=letterpaper}\\ Letter size paper will be used. +\item\option{paper=smartboard}\\ +smartboard size will be used (\verb|papersize={900pt,1440pt}|). \end{description} Some important information with respect to paper size, compiling and viewing presentations is available in section~\ref{sec:compiling}. -- cgit v1.2.3