diff options
author | Karl Berry <karl@freefriends.org> | 2015-11-30 23:01:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-11-30 23:01:59 +0000 |
commit | 775c98e0f724a659a785f096cab3fe88ad3e2929 (patch) | |
tree | 95130558f3ffa2c3df173afb74a59f64149ca1a1 /Master/texmf-dist/source | |
parent | 95f2a6a20bef7c3ef889f9f3c06927f3d5c70a74 (diff) |
powerdot (30nov15)
git-svn-id: svn://tug.org/texlive/trunk@38984 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/powerdot/powerdot.dtx | 32 |
1 files changed, 23 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/powerdot/powerdot.dtx b/Master/texmf-dist/source/latex/powerdot/powerdot.dtx index cad43edce02..a671a585608 100644 --- a/Master/texmf-dist/source/latex/powerdot/powerdot.dtx +++ b/Master/texmf-dist/source/latex/powerdot/powerdot.dtx @@ -25,9 +25,9 @@ % other style name) to generate .001 and .002 files which % will be included by the documentation. % -%% --------------------------------------------------------------- -%% Copyright (C) 2005-2014 Hendri Adriaens -%% --------------------------------------------------------------- +%% --------------------------------------------------------------------------------- +%% Copyright (C) 2005-2008 Hendri Adriaens, Chris Ellison; 2009-2015 Hendri Adriaens +%% --------------------------------------------------------------------------------- %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -87,8 +87,8 @@ \input{pdpream.ble} \OnlyDescription %\EnableCrossrefs -\def\fileversion{v1.5} -\def\filedate{2014/01/01} +\def\fileversion{v1.5a} +\def\filedate{2015/11/29} \begin{document} \DocInput{powerdot.dtx} \let\Section\section\def\section*#1{\Section*{#1}\addcontentsline{toc}{section}{#1}} @@ -160,6 +160,7 @@ Kakuto, Uwe Kern, Kyanh, Theo Stewart, and Don P. Story. % \changes{v1.5}{2014/01/01}{Option \texttt{blackslide} transformed to \texttt{pauseslide}} % \changes{v1.5}{2014/01/01}{Restored package and added changes from CTAN} % \changes{v1.5}{2014/01/01}{Modifications to work with the latest version of pstricks} +% \changes{v1.5a}{2015/11/29}{Added requirement for \texttt{pst-ovl} to get overlays working after \texttt{pstricks} moved the code there} % % \CheckSum{3375} % @@ -899,7 +900,19 @@ Kakuto, Uwe Kern, Kyanh, Theo Stewart, and Don P. Story. %color}\index{inactive color|usage} (which is defined by the style %that you use), and the item's font color will become the active one %on the overlay that it would normally appear on. The default -%behavior is given by |type=0|. +%behavior is given by |type=0|. It is still possible +%to pass optional arguments to \pf{enumitem} via the second optional argument: +%\begin{example} +% \begin{slide}{Type 1 itemize} +% \begin{enumerate}[type=1][label=\roman*a)] +% \item A \pause +% \item B \pause +% \item C +% \end{enumerate} +% \end{slide} +%\end{example} +%Take care, that this must always be the second optional argument! It is +%possible to leave the first one empty, which is valid only for \pf{powerdot}. % %Lists can also be nested to create complicated structures. When a %list is nested, it inherits the setting of the |type| option from @@ -2726,7 +2739,7 @@ Kakuto, Uwe Kern, Kyanh, Theo Stewart, and Don P. Story. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesClass{powerdot} - [2014/01/01 v1.5 powerdot presentation class (HA)] + [2015/11/29 v1.5a powerdot presentation class (HA)] % \end{macrocode} % Initializations. % \begin{macrocode} @@ -3007,7 +3020,8 @@ Kakuto, Uwe Kern, Kyanh, Theo Stewart, and Don P. Story. % We make sure that \pf{xcolor} is loaded. % \begin{macrocode} \RequirePackage{graphicx} -\RequirePackage[overlays]{pstricks}[2004/05/12] +\RequirePackage{pstricks}[2013/12/12] +\RequirePackage{pst-ovl} \RequirePackage{xcolor}[2004/05/09] % \end{macrocode} % For lists and verbatim reading of slide content. @@ -4029,7 +4043,7 @@ Kakuto, Uwe Kern, Kyanh, Theo Stewart, and Don P. Story. \def\thefootnote{\@fnsymbol\c@footnote}% {\pd@title{\pd@@titlefont\@title}\par}{% \vskip2em\pd@@textfont - \begin{tabular}[t]{c}% + \begin{tabular}[t]{@{} c @{}}% \@author \end{tabular}\par \vskip1.5em\small\@date |