summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-10-11 00:26:22 +0000
committerKarl Berry <karl@freefriends.org>2010-10-11 00:26:22 +0000
commit673509d3fab59a936420846d8e3264f45af1bc0d (patch)
tree1cfb4f6b6b19c7f4632232fe4b6c70e39f756dc7
parentdf4c7d3e395c9b22ace64dbbf61191ac43beea3f (diff)
powerdot update (10oct10)
git-svn-id: svn://tug.org/texlive/trunk@20051 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/powerdot/README6
-rw-r--r--Master/texmf-dist/doc/latex/powerdot/RunDoc95
-rw-r--r--Master/texmf-dist/doc/latex/powerdot/pdpream.ble4
-rw-r--r--Master/texmf-dist/doc/latex/powerdot/powerdot-example1.tex4
-rw-r--r--Master/texmf-dist/doc/latex/powerdot/powerdot-example2.tex4
-rw-r--r--Master/texmf-dist/doc/latex/powerdot/powerdot-example3.tex4
-rw-r--r--Master/texmf-dist/doc/latex/powerdot/powerdot-styleexample.tex4
-rw-r--r--Master/texmf-dist/doc/latex/powerdot/powerdot-styletest.tex5
-rw-r--r--Master/texmf-dist/doc/latex/powerdot/powerdot.bib4
-rw-r--r--Master/texmf-dist/doc/latex/powerdot/powerdot.pdfbin465539 -> 496138 bytes
-rw-r--r--Master/texmf-dist/doc/latex/powerdot/powerdotDE.pdfbin1171205 -> 553683 bytes
-rw-r--r--Master/texmf-dist/doc/latex/powerdot/powerdotDE.tex78
-rw-r--r--Master/texmf-dist/source/latex/powerdot/powerdot.dtx247
-rw-r--r--Master/texmf-dist/tex/latex/powerdot/powerdot-aggie.sty16
-rw-r--r--Master/texmf-dist/tex/latex/powerdot/powerdot-bframe.sty7
-rw-r--r--Master/texmf-dist/tex/latex/powerdot/powerdot-ciment.sty10
-rw-r--r--Master/texmf-dist/tex/latex/powerdot/powerdot-default.sty8
-rw-r--r--Master/texmf-dist/tex/latex/powerdot/powerdot-elcolors.sty8
-rw-r--r--Master/texmf-dist/tex/latex/powerdot/powerdot-fyma.sty8
-rw-r--r--Master/texmf-dist/tex/latex/powerdot/powerdot-horatio.sty8
-rw-r--r--Master/texmf-dist/tex/latex/powerdot/powerdot-husky.sty16
-rw-r--r--Master/texmf-dist/tex/latex/powerdot/powerdot-ikeda.sty9
-rw-r--r--Master/texmf-dist/tex/latex/powerdot/powerdot-jefka.sty8
-rw-r--r--Master/texmf-dist/tex/latex/powerdot/powerdot-klope.sty10
-rw-r--r--Master/texmf-dist/tex/latex/powerdot/powerdot-paintings.sty9
-rw-r--r--Master/texmf-dist/tex/latex/powerdot/powerdot-pazik.sty15
-rw-r--r--Master/texmf-dist/tex/latex/powerdot/powerdot-sailor.sty8
-rw-r--r--Master/texmf-dist/tex/latex/powerdot/powerdot-simple.sty8
-rw-r--r--Master/texmf-dist/tex/latex/powerdot/powerdot-tycja.sty8
-rw-r--r--Master/texmf-dist/tex/latex/powerdot/powerdot-upen.sty8
-rw-r--r--Master/texmf-dist/tex/latex/powerdot/powerdot.cls50
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check4
32 files changed, 466 insertions, 207 deletions
diff --git a/Master/texmf-dist/doc/latex/powerdot/README b/Master/texmf-dist/doc/latex/powerdot/README
index ce2beaee47e..d256a8a20bf 100644
--- a/Master/texmf-dist/doc/latex/powerdot/README
+++ b/Master/texmf-dist/doc/latex/powerdot/README
@@ -1,5 +1,5 @@
-powerdot v1.3
--------------
+powerdot v1.4a
+--------------
powerdot is a presentation class for LaTeX that allows for the quick
and easy development of professional presentations. It comes with
@@ -33,7 +33,7 @@ powerdot into your LaTeX distribution
License
-------
-Copyright (C) 2005-2006 Hendri Adriaens and Christopher Ellison
+Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
diff --git a/Master/texmf-dist/doc/latex/powerdot/RunDoc b/Master/texmf-dist/doc/latex/powerdot/RunDoc
new file mode 100644
index 00000000000..4e50d2388be
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/powerdot/RunDoc
@@ -0,0 +1,95 @@
+#!/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 powerdot.dtx
+
+ 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.dtx
+latex powerdot.dtx
+bibtex powerdot
+makeindex -s gglo.ist -o powerdot.gls powerdot.glo
+makeindex -s gind.ist -o powerdot.ind powerdot.idx
+latex powerdot.dtx
+latex powerdot.dtx
+dvips powerdot.dvi
+ps2pdf powerdot.ps
+rm *.aux *.log *.i?? *.g??
+
+latex powerdotDE.tex
+latex powerdotDE.tex
+
+# 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/pdpream.ble b/Master/texmf-dist/doc/latex/powerdot/pdpream.ble
index 58c4eaa0ddf..370d97f565e 100644
--- a/Master/texmf-dist/doc/latex/powerdot/pdpream.ble
+++ b/Master/texmf-dist/doc/latex/powerdot/pdpream.ble
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `preamble')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
diff --git a/Master/texmf-dist/doc/latex/powerdot/powerdot-example1.tex b/Master/texmf-dist/doc/latex/powerdot/powerdot-example1.tex
index 2312fabc233..04f70e49ad8 100644
--- a/Master/texmf-dist/doc/latex/powerdot/powerdot-example1.tex
+++ b/Master/texmf-dist/doc/latex/powerdot/powerdot-example1.tex
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `pdexample1')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
diff --git a/Master/texmf-dist/doc/latex/powerdot/powerdot-example2.tex b/Master/texmf-dist/doc/latex/powerdot/powerdot-example2.tex
index fc167766e6f..97d44e58853 100644
--- a/Master/texmf-dist/doc/latex/powerdot/powerdot-example2.tex
+++ b/Master/texmf-dist/doc/latex/powerdot/powerdot-example2.tex
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `pdexample2')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
diff --git a/Master/texmf-dist/doc/latex/powerdot/powerdot-example3.tex b/Master/texmf-dist/doc/latex/powerdot/powerdot-example3.tex
index f5a2edd4d66..00ae3b68c5f 100644
--- a/Master/texmf-dist/doc/latex/powerdot/powerdot-example3.tex
+++ b/Master/texmf-dist/doc/latex/powerdot/powerdot-example3.tex
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `pdexample3')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
diff --git a/Master/texmf-dist/doc/latex/powerdot/powerdot-styleexample.tex b/Master/texmf-dist/doc/latex/powerdot/powerdot-styleexample.tex
index 16ae711cc79..f57dd298adc 100644
--- a/Master/texmf-dist/doc/latex/powerdot/powerdot-styleexample.tex
+++ b/Master/texmf-dist/doc/latex/powerdot/powerdot-styleexample.tex
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `pdstyleexample')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
diff --git a/Master/texmf-dist/doc/latex/powerdot/powerdot-styletest.tex b/Master/texmf-dist/doc/latex/powerdot/powerdot-styletest.tex
index 7b68435620a..981adc6db0a 100644
--- a/Master/texmf-dist/doc/latex/powerdot/powerdot-styletest.tex
+++ b/Master/texmf-dist/doc/latex/powerdot/powerdot-styletest.tex
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `pdstyletest')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
@@ -41,6 +43,7 @@
\pdsetup{
lf=left footer,
+ cf=center footer,
rf=right footer,
randomdots,dprop={dotstyle=ocircle}
}
diff --git a/Master/texmf-dist/doc/latex/powerdot/powerdot.bib b/Master/texmf-dist/doc/latex/powerdot/powerdot.bib
index cafc448beb0..c62cec7a975 100644
--- a/Master/texmf-dist/doc/latex/powerdot/powerdot.bib
+++ b/Master/texmf-dist/doc/latex/powerdot/powerdot.bib
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `bib')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
diff --git a/Master/texmf-dist/doc/latex/powerdot/powerdot.pdf b/Master/texmf-dist/doc/latex/powerdot/powerdot.pdf
index d51b328b597..86007709714 100644
--- a/Master/texmf-dist/doc/latex/powerdot/powerdot.pdf
+++ b/Master/texmf-dist/doc/latex/powerdot/powerdot.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/powerdot/powerdotDE.pdf b/Master/texmf-dist/doc/latex/powerdot/powerdotDE.pdf
index d12f9fc6a2a..c464ea3779c 100644
--- a/Master/texmf-dist/doc/latex/powerdot/powerdotDE.pdf
+++ b/Master/texmf-dist/doc/latex/powerdot/powerdotDE.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/powerdot/powerdotDE.tex b/Master/texmf-dist/doc/latex/powerdot/powerdotDE.tex
index 11815985e2f..d2e8372dbf7 100644
--- a/Master/texmf-dist/doc/latex/powerdot/powerdotDE.tex
+++ b/Master/texmf-dist/doc/latex/powerdot/powerdotDE.tex
@@ -1,4 +1,5 @@
-\documentclass[9pt,a4paper,ngerman]{article}
+\batchmode
+\documentclass[10pt,a4paper,ngerman]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
@@ -447,7 +448,9 @@ Beispiel, das funktioniert:
Der Acrobat Reader zeigt diesen Wischeffekt von rechts nach links, statt, wie
es der Standard ist, von oben nach unten. Für weitere Informationen sei das
PDF-Referenzhandbuch empfohlen.
-\marginpar{\textsl{option}\\\texttt{method}}
+\marginpar{\textsl{option}\\
+ \texttt{method}}
+
\item[\fcolorbox{black}{gray!30}{method}]
Diese Option kann dann genutzt werden, wenn die Präsentation spezielles Material
enthält, das nicht in der "`üblichen Art"' von \LaTeX\ behandelt werden soll.
@@ -489,7 +492,6 @@ Weitere Informationen bezüglich des \slash{rput} Befehls enthält die
...
\end{document}
\end{Verbatim}
-
Der Standardwert von \texttt{logohook} ist \texttt{tl}.
\end{description}
@@ -498,7 +500,7 @@ Präsentationen
ein wenig Leben eingehaucht werden kann, ist die Nutzung von Zufallspunkten.
Diese Punkte werden irgendwo auf den Folien gesetzt und nutzen die Farben
der ausgewählten Farbpalette. Auch Overlays werden dieselben Punkte aufweisen.
-Diese Eigenschaft basiert auf \texttt{random.tex} \cite{random}. Verschiedenste
+Diese Eigenschaft basiert auf \texttt{random.tex}~\cite{random}. Verschiedenste
Optionen sind möglich, um das Erscheinen der Zufallspunkte zu kontrollieren.
\begin{description}
@@ -1489,9 +1491,9 @@ default-Stils hat als Hauptfarben hellblau, blau und weiß wie im Beispiel
unterhalb. Andere verfügbare Layouts sind \texttt{red}, \texttt{green},
\texttt{yellow}, \texttt{brown} and \texttt{purple}.\\
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-default1.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-default.001}
\quad
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-default2.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-default.002}
\end{description}
@@ -1501,27 +1503,27 @@ unterhalb. Andere verfügbare Layouts sind \texttt{red}, \texttt{green},
Dies ist ein einfacher Stil in schwarz und weiß. Er könnte für Folien
nützlich sein, die ausgedruckt werden sollen.\\
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-simple1.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-simple.001}
\quad
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-simple2.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-simple.002}
\item\pf{tycja}\\
Dieser Stil zeigt sich in gelben und dunkelblauen Schattierungen. Im
Querformat ist das Inhaltsverzeichnis auf der rechten Seite und im Hochformat
am unteren Rand der Folien.\\
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-tycja1.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-tycja.001}
\quad
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-tycja2.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-tycja.002}
\item\pf{ikeda}\\
In diesem Stil zeigen sich die Folien in dunklen Schattierungen von Rot und Blau
sowie dazu heller Textfarbe. Zudem wird ein schmuckvolles Muster auf der Folie
verwendet.\\
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-ikeda1.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-ikeda.001}
\quad
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-ikeda2.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-ikeda.002}
\item\pf{fyma}\\
Dieser Stil wurde von Laurent Jaques für \pf{prosper} entworfen und darauf
@@ -1533,9 +1535,9 @@ Hintergrund (siehe Beispiel). Weitere Layouts sind \texttt{green}, \texttt{gray}
\texttt{brown} und \texttt{orange}. Außerdem gibt es spezielle Schablonen für
Bereiche auf Folien und breite Folien.\\
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-fyma1.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-fyma.001}
\quad
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-fyma2.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-fyma.002}
\item\pf{ciment}\\
Entworfen von Mathieu Goutelle für \pf{prosper} und \pf{HA-prosper} ist auch
@@ -1544,33 +1546,33 @@ dieser Stil dank freundlicher Genehmigung umgewandelt worden und somit für
schraffierten Hintergrund. Inhaltsverzeichnis und Überschriften sind mit einem
dunklen Rot hervor gehoben.\\
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-ciment1.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-ciment.001}
\quad
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-ciment2.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-ciment.002}
\item\pf{elcolors}\\
Dieser Stil benutzt die Farben der Drei-Farben-Theorie nach Thomas Young,
nämlich Schattierungen in rot, blau und gelb.\\
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-ciment1.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-ciment.001}
\quad
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-ciment2.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-ciment.002}
\item\pf{aggie}\\
Jack Stalnaker entwarf diesen Stil für \pf{HA-prosper}und hat ihn dann
für \pf{powerdot} konvertiert. Verwendet wird dunkles Rot und ein helles Braun.\\
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-aggie1.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-aggie.001}
\quad
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-aggie2.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-aggie.002}
\item\pf{husky}\\
Auch dieser Stil stammt von Jack Stalnaker und zeigt markante Rotschrift vor
einem sonnenartigen, hellgrauen Hintergrund.\\
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-husky1.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-husky.001}
\quad
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-husky2.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-husky.002}
\item\pf{sailor}\\
Dieser Stil ist von Mael Hill\'ereau beigetragen und bietet fünf verschiedene
@@ -1578,33 +1580,33 @@ Layouts: \texttt{Sea} (the default), \texttt{River}, \texttt{Wine},
\texttt{Chocolate} und \texttt{Cocktail}. Abgebildet ist ein Beispiel des
Layouts \texttt{Sea}.\\
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-sailor1.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-sailor.001}
\quad
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-sailor2.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-sailor.002}
\item\pf{upen}\\
Ein tiefes Blau als Hintergrund und gelber Text zeichnen diesen Stil aus.
Er stammt von Piskala Upendran.\\
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-husky1.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-husky.001}
\quad
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-husky2.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-husky.002}
\item\pf{bframe}\\
Der \pf{bframe} Stil ist ebenfalls von Piskala Upendran und hat blaue,
abgerundete Boxen in welche der weiße Text eingefügt wird.\\
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-bframe1.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-bframe.001}
\quad
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-bframe2.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-bframe.002}
\item\pf{horatio}\\
Der Stil \pf{horatio} wurde von Michael Lundholm beigesteuert und ist
eher zurückhaltend, in blauer und weißer Farbgebung.\\
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-horatio1.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-horatio.001}
\quad
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-horatio2.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-horatio.002}
\item\pf{paintings}\\
Dies ist ein einfacherer Stil ohne Inhaltsverzeichnis. Er wurde von
@@ -1622,9 +1624,9 @@ Layouts lauten: \texttt{Syndics} (Standard-Layout), \texttt{Skater},
\texttt{MayThird}, \texttt{PearlEarring} und \texttt{Charon}. Hier
ist ein Beispiel in \texttt{Syndics}.\\
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-paintings1.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-paintings.001}
\quad
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-paintings2.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-paintings.002}
\item\pf{klope}\\
Der Stil \pf{klope} führt ein horizontales Inhaltsverzeichnis aus,
@@ -1633,26 +1635,26 @@ Folgende Layouts stehen zur Verfügung: \texttt{Spring}, \texttt{PastelFlower},
\texttt{BlueWater} und \texttt{BlackWhite}. Das Layout \texttt{Spring},
welches hier als Beispiel dient, entspricht dem Standard-Layout.\\
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-klope1.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-klope.001}
\quad
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-klope2.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-klope.002}
\item\pf{jefka}\\
Dieser Stil bietet vier Layouts: \texttt{brown} (Standard),
\texttt{seagreen}, \texttt{blue} und \texttt{white}. Die Beispielfolien
entsprechen dem Layout \texttt{brown}.\\
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-jefka1.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-jefka.001}
\quad
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-jefka2.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-jefka.002}
\item\pf{pazik}\\
Dieser Stil ist in zwei Layouts verwendbar: \texttt{brown} oder auch
\texttt{red}, wie in der Beispielabbildung.\\
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-pazik1.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-pazik.001}
\quad
-\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-pazik2.eps}
+\includegraphics[angle={-90},width=5cm]{powerdot-styleexample-pazik.002}
\end{description}
diff --git a/Master/texmf-dist/source/latex/powerdot/powerdot.dtx b/Master/texmf-dist/source/latex/powerdot/powerdot.dtx
index 16871703571..1e416ea1c24 100644
--- a/Master/texmf-dist/source/latex/powerdot/powerdot.dtx
+++ b/Master/texmf-dist/source/latex/powerdot/powerdot.dtx
@@ -3,7 +3,6 @@
% powerdot class by Hendri Adriaens and Christopher Ellison.
%
% Extract package files and create documentation:
-% Find powerdot.dtx
% latex powerdot.dtx
% latex powerdot.dtx
% bibtex powerdot
@@ -26,9 +25,11 @@
% will be included by the documentation.
%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
@@ -87,8 +88,8 @@
\input{pdpream.ble}
\OnlyDescription
%\EnableCrossrefs
-\def\fileversion{v1.3}
-\def\filedate{2010/03/05}
+\def\fileversion{v1.4a}
+\def\filedate{2010/10/07}
\begin{document}
\DocInput{powerdot.dtx}
\let\Section\section\def\section*#1{\Section*{#1}\addcontentsline{toc}{section}{#1}}
@@ -150,8 +151,14 @@ We hope not to have forgotten anyone.
% \changes{v1.3}{2005/12/06}{Added logo feature}
% \changes{v1.3}{2005/12/06}{Added examples and example file}
% \changes{v1.3}{2005/12/06}{Added two slide processing methods to do verbatim on slides easily}
+% \changes{v1.4}{2005/12/10}{Moved \texttt{lf} and \texttt{rf} keys from
+% \texttt{global} to \texttt{glslide} family}
+% \changes{v1.4}{2005/12/10}{Added \texttt{cf} option}
+% \changes{v1.4}{2005/12/10}{Updated styles}
+% \changes{v1.4}{2005/12/10}{Solved some small bugs}
+% \changes{v1.4}{2005/12/10}{Moved footers out of slide box in handout mode}
+% \changes{v1.4a}{2010/10/07}{fixed bug with geometry 5.x (hv)}
%
-% \CheckSum{3174}
%
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -452,9 +459,6 @@ We hope not to have forgotten anyone.
%This specifies the palette to be used. A palette is a set of colors
%defined by a style. To find out which palettes are defined by each
%style, see section~\ref{sec:styles}.
-%\item\DescribeOptions{lf,rf}\option{lf,rf}\\
-%This determines the content of the left footer and right footers.
-%These are preset to empty.
%\item\DescribeOption{theslide}\option{theslide}\\
%This option controls how the slide number appears on the slide. This
%is preset to the value |\arabic{slide}~/~\pageref*{lastslide}|,
@@ -501,6 +505,9 @@ We hope not to have forgotten anyone.
%This section describes options that can be used both globally via
%|\pdsetup| and locally via slide environments (see section~\ref{sec:slides}).
%\begin{description}
+%\item\DescribeOptions{lf,cf,rf}\option{lf,cf,rf}\\
+%This determines the content of the left, center and right footers.
+%These are preset to empty.
%\item\DescribeOption{trans}\option{trans}\\
%This option sets the default transition effect to be used in the
%presentation. These transition effects only work after compiling the
@@ -676,7 +683,7 @@ We hope not to have forgotten anyone.
% \documentclass{powerdot}
% \title{Title}
% \author{You \and me}
-% \date{August 21, 2005}
+% \date{October 7, 2010}
% \begin{document}
% \maketitle
% ...
@@ -1611,7 +1618,7 @@ We hope not to have forgotten anyone.
%\pf{xcolor} \cite{xcolor} & 1.11 & 2004/05/09 & required\\
%\pf{enumitem} \cite{enumitem} & 1.0 & 2004/07/19 & required\\
%\pf{article} class & 1.4f & 2004/02/16 & tested\\
-%\pf{geometry} \cite{geometry} & 3.2 & 2002/07/08 & tested\\
+%\pf{geometry} \cite{geometry} & 5.x & 2010/10/07 & tested\\
%\pf{hyperref} \cite{hyperref} & 6.74m & 2003/11/30 & tested\\
%\pf{graphicx} \cite{graphics} & 1.0f & 1999/02/16 & tested\\
%\pf{verbatim} & 1.5q & 2003/08/22 & tested
@@ -1867,7 +1874,7 @@ We hope not to have forgotten anyone.
%
%The components |title|, |text|, |toc|, |stoc| and |ntoc| have
%properties |hook|, |pos|, |width| and |font|. Additionally, the
-%|text| component has a |height| property. The components |lf| and
+%|text| component has a |height| property. The components |lf|, |cf| and
%|rf| have properties |hook|, |pos|, |temp| and |font|. Hence,
%examples of valid keys are |titlefont|, |tocpos| and |lftemp|. All
%components and properties will be discussed below.
@@ -1891,17 +1898,15 @@ We hope not to have forgotten anyone.
%split table of contents. In a particular template, one would usually
%have a |toc|, a combination of |stoc| and |ntoc| or no table of
%contents at all.
-%\item\DescribeOption{lf-}\option{lf-}\\
-%The left footer.
-%\item\DescribeOption{rf-}\option{rf-}\\
-%The right footer.
+%\item\DescribeOptions{lf-,cf-,rf-}\option{lf-,cf-,rf-}\\
+%The left, center and right footers.
%\end{description}
%
%Notice that all positioning of components described above will be
%done with |\rput| from \pf{pstricks} \cite{PSTricksWeb,PSTricks}
%internally. See the \pf{pstricks} documentation for more information
%about this command. It should also be noted that all components
-%(except |lf| and |rf|) put their content in a |minipage|
+%(except |lf|, |cf| and |rf|) put their content in a |minipage|
%environment.
%
%Now we list all properties of the components listed above and
@@ -1933,7 +1938,7 @@ We hope not to have forgotten anyone.
%\begin{example}
% textwidth=.7\slidewidth
%\end{example}
-%This property does not exist for the |lf| and |rf| components.
+%This property does not exist for the |lf|, |cf| and |rf| components.
%\item\DescribeOption{-height}\option{-height}\\
%This option is only available for the |text| component. In other
%words, for this property, there is only one key, namely
@@ -1950,20 +1955,20 @@ We hope not to have forgotten anyone.
%|\large\bfseries|, but can also contain other things like
%|\color{red}| or |\raggedright|.
%\item\DescribeOption{-temp}\option{-temp}\\
-%This property is only available for the footers (|lf| and |rf|) and
+%This property is only available for the footers (|lf|, |cf| and |rf|) and
%can be used to change the template of the footers. This means that
%you can, for instance, add content to the footer, besides the
%content specified by the user. The default declaration by
%\pf{powerdot} is the following.
%\begin{example}
% rftemp=\pd@@rf\ifx\pd@@rf\@empty
-% \else\ifx\theslide\@empty\else~--~\fi\fi\theslide
+% \else\ifx\theslide\@empty\else\ -- \fi\fi\theslide
%\end{example}
%Here |\pd@@rf| will contain the content of the right footer defined
%by the user via the |\pdsetup| command. Similarly, |\pd@@lf|
%contains the content of the left footer. The above declaration
%checks whether the footer and |\theslide| are both non-empty and if
-%so, it inserts |~--~| to separate both.
+%so, it inserts | -- | to separate both.
%\item\DescribeOption{-orient}\option{-orient}\\
%This property is only available for the |toc|, |stoc| and |ntoc|
%components. This property can be |h| or |v| and determines the
@@ -2119,8 +2124,9 @@ We hope not to have forgotten anyone.
% tocsecm=,toctcolor=black,tochlcolor=black,tochltcolor=white,
% tocsecindent=0pt,tocslideindent=0pt,
% lfhook=Bl,lfpos=,lffont=\scriptsize,lftemp=\pd@@lf,
-% rfhook=Br,rfpos=,rffont=\scriptsize,rftemp=\pd@@rf\ifx\pd@@rf\@empty
-% \else\ifx\theslide\@empty\else~--~\fi\fi\theslide,
+% cfhook=B,cfpos=,cffont=\scriptsize,cftemp=\pd@@cf,
+% rfhook=Br,rfpos=,rffont=\scriptsize,rftemp=\pd@@rf\ifx\pd@@rf
+% \@empty\else\ifx\theslide\@empty\else\ -- \fi\fi\theslide,
% iacolor=lightgray,
% clockhook=tr,clockpos=,clockwidth=3cm,clockheight=\baselineskip,
% clockcharsize=14pt,clockalign=2,clockcolor=black
@@ -2517,23 +2523,19 @@ We hope not to have forgotten anyone.
%\answer No, you do not need to edit any style file. You can change
%any part of a certain style using the |\pddefinetemplate| and
%|\pddefinepalettes| commands. Here is an example that removes the
-%right footer from the \pf{default} style, moves the left footer to
-%the center and adds another palette.
+%left and right footers from the \pf{default} style, places the slide
+%number in the center footer and adds another palette.
%\begin{example}
% \documentclass{powerdot}
% \pddefinetemplate[slide]{slide}{
-% lfhook=Bc,lfpos={.5\slidewidth,.04\slideheight},
-% rfpos
+% lfpos=,rfpos=,cftemp=\theslide
% }{}
% \pddefinepalettes{mypalette}{
% \definecolor{pdcolor1}{rgb}{.27,.31,.44}
% \definecolor{pdcolor2}{rgb}{.85,.85,.92}
% \definecolor{pdcolor3}{rgb}{.8,.75,.98}
% }
-% \pdsetup{
-% lf=My presentation,
-% palette=mypalette
-% }
+% \pdsetup{palette=mypalette}
% \begin{document}
% \begin{slide}{Title}
% \end{slide}
@@ -2697,7 +2699,7 @@ We hope not to have forgotten anyone.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{powerdot}
- [2005/12/06 v1.3 powerdot presentation class (HA,CE)]
+ [2010/10/07 v1.4a powerdot presentation class (HA,CE)]
% \end{macrocode}
% Initializations.
% \begin{macrocode}
@@ -2899,6 +2901,13 @@ We hope not to have forgotten anyone.
\let\newcommand\pd@tempa
% \end{macrocode}
% Remaining packages.
+% Mute \pf{geometry}.
+% The info slows down compilation. Further, it is not at all
+% informative for the user as we made the design decisions already.
+% \begin{macrocode}
+% \changes{v1.4a}{2010/10/07}{fixed bug with geometry 5.x (hv)}
+\let\Gm@showparams\@empty
+% \end{macrocode}
% \begin{macrocode}
\ifnum\pd@mode=2
% \end{macrocode}
@@ -2917,13 +2926,6 @@ We hope not to have forgotten anyone.
\geometry{top=.5\paperheight}
\fi
% \end{macrocode}
-% Mute \pf{geometry}.
-% The info slows down compilation. Further, it is not at all
-% informative for the user as we made the design decisions already.
-% But it fails as of geometry 5.0, so skip it.
-% \begin{macrocode}
-%\let\Gm@showparams\@empty
-% \end{macrocode}
% \pf{hyperref} should not set ps paper size as it doesn't do landscape format
% we don't want it to redefine internals either.
% \begin{macrocode}
@@ -3033,10 +3035,6 @@ We hope not to have forgotten anyone.
% Set up options. |global| is for global only keys (so to be used only
% in the preamble. |slide| is only for slides. |glslide| keys can be
% used in both locations.
-% The following keys just store their input to be positioned by the slide later.
-% \begin{macrocode}
-\define@cmdkeys[pd]{global}[pd@@]{lf,rf}
-% \end{macrocode}
% Create an interface to change the typesetting of the page numbers.
% This follows the usual \LaTeX\ idea to change typesetting of numbers
% via |\thepage| etcetera.
@@ -3080,9 +3078,9 @@ We hope not to have forgotten anyone.
% \begin{macrocode}
\def\pd@@counters{table,figure,equation,footnote,mpfootnote}
% \end{macrocode}
-% Transition effect.
+% Footers and transition effect.
% \begin{macrocode}
-\define@cmdkey[pd]{glslide}[pd@@]{trans}{}
+\define@cmdkeys[pd]{glslide}[pd@@]{lf,cf,rf,trans}
% \end{macrocode}
% Palettes.
% \begin{macrocode}
@@ -3140,8 +3138,8 @@ We hope not to have forgotten anyone.
% Initialize some of the keys that we just defined.
% \begin{macrocode}
\setkeys[pd]{glslide,global}{%
- lf=,rf=,theslide=\arabic{slide}~/~\pageref*{lastslide},%
- thenote=note~\arabic{note}~of~slide~\arabic{slide},%
+ lf=,cf=,rf=,theslide=\arabic{slide} / \pageref*{lastslide},%
+ thenote=note \arabic{note} of slide \arabic{slide},%
trans=Replace,dminsize=5pt,dmaxsize=40pt,dminwidth=0pt,%
dmaxwidth=\slidewidth,dminheight=0pt,dbright=60,%
dmaxheight=\slideheight,dmindots=5,dmaxdots=40,dprop=,%
@@ -3154,7 +3152,7 @@ We hope not to have forgotten anyone.
\def\pdsetup{\setkeys[pd]{global,glslide}}
\AtBeginDocument{%
\disable@keys[pd]{global}{%
- lf,rf,theslide,thenote,enumerate,itemize,list,counters%
+ theslide,thenote,enumerate,itemize,list,counters%
}%
}
% \end{macrocode}
@@ -3241,6 +3239,7 @@ We hope not to have forgotten anyone.
tocsecm,toctcolor,tochlcolor,tochltcolor,%
tocsecindent,tocslideindent,%
lfhook,lfpos,lffont,lftemp,%
+ cfhook,cfpos,cffont,cftemp,%
rfhook,rfpos,rffont,rftemp,%
iacolor,%
clockhook,clockpos,clockwidth,clockheight,%
@@ -3266,6 +3265,8 @@ We hope not to have forgotten anyone.
\define@choicekey*[pd]{template}{ntocorient}[\pd@tempa\pd@ntocorient]{%
v,h}{}
% \end{macrocode}
+% \changes{v1.4}{2005/12/10}{Replaced \texttt{\~} by \cs{space} to avoid
+% problems with Spanish babel}
% Presets so that templates do not need to specify every key.
% This also initializes some keys as to avoid errors in constructing
% the slide.
@@ -3287,8 +3288,9 @@ We hope not to have forgotten anyone.
tocsecm=,toctcolor=black,tochlcolor=black,tochltcolor=white,%
tocsecindent=0pt,tocslideindent=0pt,%
lfhook=Bl,lfpos=,lffont=\scriptsize,lftemp=\pd@@lf,%
- rfhook=Br,rfpos=,rffont=\scriptsize,rftemp=\pd@@rf\ifx\pd@@rf\@empty
- \else\ifx\theslide\@empty\else~--~\fi\fi\theslide,%
+ cfhook=B,cfpos=,cffont=\scriptsize,cftemp=\pd@@cf,%
+ rfhook=Br,rfpos=,rffont=\scriptsize,rftemp=\pd@@rf\ifx\pd@@rf
+ \@empty\else\ifx\theslide\@empty\else\ -- \fi\fi\theslide,%
iacolor=lightgray,%
clockhook=tr,clockpos=,clockwidth=3cm,clockheight=\baselineskip,%
clockcharsize=14pt,clockalign=2,clockcolor=black%
@@ -3817,10 +3819,13 @@ We hope not to have forgotten anyone.
}%
\fi
% \end{macrocode}
-% Position left and right footer.
+% Position footers.
% \begin{macrocode}
\ifx\pd@@lfpos\@empty\else
- \rput[\pd@@lfhook](\pd@@lfpos){\pd@@lffont\pd@@lf}%
+ \rput[\pd@@lfhook](\pd@@lfpos){\pd@@lffont\pd@@lftemp}%
+ \fi
+ \ifx\pd@@cfpos\@empty\else
+ \rput[\pd@@cfhook](\pd@@cfpos){\pd@@cffont\pd@@cftemp}%
\fi
\ifx\pd@@rfpos\@empty\else
\rput[\pd@@rfhook](\pd@@rfpos){\pd@@rffont\pd@@rftemp}%
@@ -3834,7 +3839,7 @@ We hope not to have forgotten anyone.
\rput[\pd@@texthook](\pd@@textpos){%
\pd@sl@d@
\ifnum\pd@method=\z@\the\pd@body\else
- \input \jobname.vrb
+ \input\jobname.vrb
\fi
\end{pd@minipage}%
}%
@@ -3879,10 +3884,12 @@ We hope not to have forgotten anyone.
textfont=\color{black},textwidth=.86\slidewidth,%
lfpos={.04\slidewidth,.035\slideheight},%
lffont=\color{black}\scriptsize,%
+ cfpos={.5\slidewidth,.035\slideheight},%
+ cffont=\color{black}\scriptsize,%
rfpos={.96\slidewidth,.035\slideheight},%
rffont=\color{black}\scriptsize,%
rftemp=\pd@@rf\ifx\pd@@rf\@empty\else
- \ifx\thenote\@empty\else~--~\fi\fi\thenote,%
+ \ifx\thenote\@empty\else\space--\space\fi\fi\thenote,%
}{%
\addtocounter{slide}\m@ne
% \end{macrocode}
@@ -4062,6 +4069,7 @@ We hope not to have forgotten anyone.
% \changes{v1.1}{2005/09/19}{Reading \texttt{.bm} and \texttt{.toc}
% file \cs{AtBeginDocument} to allow for using \pf{inputenc} for toc
% and bm entries}
+% \changes{v1.4}{2005/12/10}{Solved bug in computing stopping slide for last toc entry}
% Read the bm and toc files into memory to speed up compilation.
% Along the way, we compute the starting and stopping target numbers
% for highlighting toc entries and the number of slides to be nested
@@ -4086,7 +4094,10 @@ We hope not to have forgotten anyone.
% \end{macrocode}
% Compute the starting and stopping number for the last entry.
% \begin{macrocode}
- \@tempcntb\pd@tempa
+ \ifx\r@lastslide\@undefined\@tempcntb\pd@tempa\else
+ \edef\pd@tempb{\expandafter\@secondoffive\r@lastslide}%
+ \@tempcntb\pd@tempb
+ \fi
\advance\@tempcntb\@ne
\@nameedef{pd@te@\the\@tempcnta @start}{\pd@tempa}%
\@nameedef{pd@te@\the\@tempcnta @stop}{\the\@tempcntb}%
@@ -5063,7 +5074,7 @@ We hope not to have forgotten anyone.
% If we found it, stop. |\pd@tempa| eats the next four tokens which
% would otherwise make \pf{verbatim} continue with reading.
% \begin{macrocode}
- \def\pd@tempa########1########2########3########4{}%
+ \let\pd@tempa\@gobblefour
% \end{macrocode}
% |\next| occurs in the \pf{verbatim} macros. We define it to close
% the output file, execute the slide, write the remaining part of
@@ -5264,6 +5275,7 @@ We hope not to have forgotten anyone.
% \begin{macro}{\pd@get@rgsandbody}
% \changes{v1.2}{2005/10/09}{Added \cs{@currentlabel} definition}
% \changes{v1.3}{2005/12/06}{Made body text \cs{raggedright}}
+% \changes{v1.4}{2005/12/10}{Fixed \LyX\ handout mode}
% The new slide environment.
% \begin{macrocode}
\def\pd@get@rgsandbody#1[#2]#3{%
@@ -5291,6 +5303,11 @@ We hope not to have forgotten anyone.
\hyper@anchorstart{slide.\the\c@slide}\hyper@anchorend
\fi
% \end{macrocode}
+% For \LyX\ handout mode. Reset it immediately to avoid any problems
+% with superfluous occurrences of |\lyxend|.
+% \begin{macrocode}
+ \gdef\lyxend{\gdef\lyxend{}\pd@slide}%
+% \end{macrocode}
% The |lrbox| will typeset and capture content. This allows for
% verbatim on slides.
% \begin{macrocode}
@@ -5310,12 +5327,27 @@ We hope not to have forgotten anyone.
}
% \end{macrocode}
% \end{macro}
+% \begin{macro}{\pd@lyxget@rgsandbody}
+% In \LyX\ handout mode, we start making slides in the same way as in
+% \LaTeX\ handout mode, but in |\pd@get@rgsandbody|, we need to make
+% |\lyxend| to finish the slide boxes which is normally done by
+% |\end{slide}| (or friends).
+% \begin{macrocode}
+\let\pd@lyxget@rgsandbody\pd@get@rgsandbody
+% \end{macrocode}
+% \end{macro}
% \begin{macro}{\pd@slide}
% This creates the slide, if necessary.
% \begin{macrocode}
\def\pd@slide{%
+ \end{minipage}\end{lrbox}%
+% \end{macrocode}
+% If this slide should be visible, include it in a frame.
+% \begin{macrocode}
+ \ifpd@display
+ \psframebox[framesep=7pt,linewidth=1pt]{\usebox\pd@textbox}%
\par\smallskip
- \pd@@lf\hfill\ifx\pd@@rf\@empty\else\pd@@rf~--~\fi
+ \pd@@lf\hfill\ifx\pd@@rf\@empty\else\pd@@rf\ -- \fi
\def\pd@tempa{note}%
\ifx\pd@resa\pd@tempa
% \end{macrocode}
@@ -5329,12 +5361,6 @@ We hope not to have forgotten anyone.
\xdef\pd@notet{\the\c@slide}%
\thenote
\else\theslide\fi
- \end{minipage}\end{lrbox}%
-% \end{macrocode}
-% If this slide should be visible, include it in a frame.
-% \begin{macrocode}
- \ifpd@display
- \psframebox[framesep=7pt,linewidth=1pt]{\usebox\pd@textbox}%
\par\bigskip
\ifpd@@nopagebreaks\else\vfill\pd@newpage\fi
\fi
@@ -5568,7 +5594,7 @@ We hope not to have forgotten anyone.
%
%<*pddefault>
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-default}[2005/12/06 v1.3 default style (HA)]
+\ProvidesPackage{powerdot-default}[2005/12/10 v1.4 default style (HA)]
\RequirePackage{pifont}
\definecolor{pdcolor1}{rgb}{.17,.31,.44}
\definecolor{pdcolor2}{rgb}{.75,.85,.92}
@@ -5608,6 +5634,7 @@ We hope not to have forgotten anyone.
titlefont=\large\bfseries\centering,
clockcolor=pdcolor1,clockpos={.99\slidewidth,\slideheight},
lfpos={.03\slidewidth,.04\slideheight},
+ cfpos={.5\slidewidth,.04\slideheight},
rfpos={.97\slidewidth,.04\slideheight},
texthook=t,textpos={.5\slidewidth,.7\slideheight},
textwidth=.9\slidewidth,textfont=\centering,
@@ -5624,6 +5651,7 @@ We hope not to have forgotten anyone.
titlefont=\large\bfseries\raggedright,
clockcolor=pdcolor1,clockpos={.99\slidewidth,\slideheight},
lfpos={.03\slidewidth,.04\slideheight},
+ cfpos={.5\slidewidth,.04\slideheight},
rfpos={.97\slidewidth,.04\slideheight},
tocslidesep=.6ex,
toctcolor=pdcolor1,
@@ -5690,7 +5718,7 @@ We hope not to have forgotten anyone.
%
%<*pdtycja>
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-tycja}[2005/12/06 v1.3 tycja style (HA)]
+\ProvidesPackage{powerdot-tycja}[2005/12/10 v1.4 tycja style (HA)]
\RequirePackage{pifont}
\RequirePackage{pst-grad}
\pddefinepalettes{default}{
@@ -5701,6 +5729,8 @@ We hope not to have forgotten anyone.
\pddefinetemplate{basic}{
lfpos={.03\slidewidth,.04\slideheight},
lffont=\scriptsize\color{pdcolor3},
+ cfpos={.5\slidewidth,.04\slideheight},
+ cffont=\scriptsize\color{pdcolor3},
rfpos={.97\slidewidth,.04\slideheight},
rffont=\scriptsize\color{pdcolor3},
clockcolor=pdcolor1,clockhook=tl,clockalign=0,
@@ -5807,7 +5837,7 @@ We hope not to have forgotten anyone.
%
%<*pdikeda>
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-ikeda}[2005/12/06 v1.3 ikeda style (CE,HA)]
+\ProvidesPackage{powerdot-ikeda}[2005/12/10 v1.4 ikeda style (CE,HA)]
\RequirePackage{calc}
\RequirePackage{pifont}
\pddefinepalettes{default}{
@@ -5854,6 +5884,7 @@ We hope not to have forgotten anyone.
textpos={.05\slidewidth,.83\slideheight},
textwidth=.9\slidewidth,
lfpos={.03\slidewidth,.025\slideheight},
+ cfpos={.5\slidewidth,.025\slideheight},
rfpos={.97\slidewidth,.025\slideheight},
stochook=tr,stocpos={.47\slidewidth,.15\slideheight},
stocfont=\tiny\raggedleft,
@@ -5862,6 +5893,7 @@ We hope not to have forgotten anyone.
textpos={.2\slidewidth,.84\slideheight},
textwidth=.75\slidewidth,
lfpos={.19\slidewidth,.025\slideheight},
+ cfpos={.58\slidewidth,.025\slideheight},
rfpos={.97\slidewidth,.025\slideheight}
}{%
\psframe*[linecolor=pdcolor3](0,0)(\slidewidth,\slideheight)%
@@ -5915,6 +5947,7 @@ We hope not to have forgotten anyone.
}}
\pddefinetemplate[basic]{wideslide}{
lfpos={.03\slidewidth,.025\slideheight},
+ cfpos={.5\slidewidth,.025\slideheight},
titlewidth=.95\slidewidth,
textwidth=.95\slidewidth,
ifsetup=landscape,
@@ -5986,7 +6019,7 @@ We hope not to have forgotten anyone.
%
%<*pdfyma>
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-fyma}[2005/12/06 v1.2 fyma style (SA,HA)]
+\ProvidesPackage{powerdot-fyma}[2005/12/10 v1.3 fyma style (SA,HA)]
\RequirePackage{pst-grad}
\definecolor{fymahltcolor}{rgb}{1,0,0}
\pddefinepalettes{blue}{
@@ -6029,6 +6062,7 @@ We hope not to have forgotten anyone.
stocfont=\tiny\raggedleft,
ntochook=tl,ntocpos={.52\slidewidth,.12\slideheight},
lfpos={.06\slidewidth,.045\slideheight},
+ cfpos={.5\slidewidth,.045\slideheight},
rfpos={.94\slidewidth,.045\slideheight},
ifsetup=landscape,
titlepos={.205\slidewidth,.9\slideheight},
@@ -6037,6 +6071,7 @@ We hope not to have forgotten anyone.
textpos={.23\slidewidth,.82\slideheight},
textwidth=.72\slidewidth,
lfpos={.04\slidewidth,.03\slideheight},
+ cfpos={.5\slidewidth,.03\slideheight},
rfpos={.96\slidewidth,.03\slideheight},
tocpos={.04\slidewidth,.82\slideheight},
tocwidth=.14\slidewidth,
@@ -6179,7 +6214,7 @@ We hope not to have forgotten anyone.
%
%<*pdsimple>
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-simple}[2005/12/06 v1.2 simple style (HA)]
+\ProvidesPackage{powerdot-simple}[2005/12/10 v1.3 simple style (HA)]
\RequirePackage{pifont}
\RequirePackage{amssymb}
\pddefinepalettes{default}{\colorlet{pdcolor1}{black}}
@@ -6187,6 +6222,7 @@ We hope not to have forgotten anyone.
titlefont=\large\bfseries\raggedright,
clockpos={.99\slidewidth,\slideheight},
lfpos={.03\slidewidth,.04\slideheight},
+ cfpos={.5\slidewidth,.04\slideheight},
rfpos={.97\slidewidth,.04\slideheight},
texthook=tl,textpos={.05\slidewidth,.83\slideheight},
textwidth=.9\slidewidth,textfont=\tabcolsep0pt,
@@ -6201,6 +6237,7 @@ We hope not to have forgotten anyone.
titlefont=\large\bfseries\raggedright,
clockpos={.99\slidewidth,\slideheight},
lfpos={.03\slidewidth,.04\slideheight},
+ cfpos={.5\slidewidth,.04\slideheight},
rfpos={.97\slidewidth,.04\slideheight},
tocslidesep=.6ex,textheight=.68\slideheight,
ifsetup=portrait,
@@ -6277,7 +6314,7 @@ We hope not to have forgotten anyone.
%
%<*pdciment>
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-ciment}[2005/12/06 v1.2 ciment style (HA)]
+\ProvidesPackage{powerdot-ciment}[2005/12/10 v1.3 ciment style (HA)]
\RequirePackage{pifont}
\pddefinepalettes{default}{
\colorlet{pdcolor1}{black}
@@ -6292,8 +6329,10 @@ We hope not to have forgotten anyone.
clockpos={.99\slidewidth,\slideheight},
lfpos={.05\slidewidth,.04\slideheight},
lffont=\color{pdcolor3}\scriptsize,
- rffont=\color{pdcolor3}\scriptsize,
+ cfpos={.5\slidewidth,.04\slideheight},
+ cffont=\color{pdcolor3}\scriptsize,
rfpos={.95\slidewidth,.04\slideheight},
+ rffont=\color{pdcolor3}\scriptsize,
tocslidesep=.6ex,
toctcolor=black,
tochlcolor=pdcolor2,
@@ -6379,7 +6418,7 @@ We hope not to have forgotten anyone.
%
%<*pdelcolors>
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-elcolors}[2005/12/06 v1.2 elcolors style (HA)]
+\ProvidesPackage{powerdot-elcolors}[2005/12/10 v1.3 elcolors style (HA)]
\RequirePackage{pifont}
\pddefinepalettes{default}{
\definecolor{pdcolor1}{rgb}{.17,.31,.44}
@@ -6396,6 +6435,7 @@ We hope not to have forgotten anyone.
clockcolor=pdcolor1,clockhook=tl,clockalign=0,
clockpos={0,\slideheight},
lfpos={.03\slidewidth,.04\slideheight},
+ cfpos={.5\slidewidth,.04\slideheight},
rfpos={.97\slidewidth,.04\slideheight},
tocslidesep=.6ex,
toctcolor=pdcolor1,
@@ -6427,6 +6467,7 @@ We hope not to have forgotten anyone.
\pddefinetemplate[basic]{titleslide}{
titlefont=\large\bfseries\centering,
lfpos={.03\slidewidth,.04\slideheight},
+ cfpos={.5\slidewidth,.04\slideheight},
rfpos={.97\slidewidth,.04\slideheight},
texthook=t,textpos={.5\slidewidth,.7\slideheight},
textwidth=.76\slidewidth,textfont=\centering,
@@ -6478,7 +6519,7 @@ We hope not to have forgotten anyone.
%
%<*pdaggie>
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-aggie}[2005/12/06 v1.2 aggie style (JS,HA)]
+\ProvidesPackage{powerdot-aggie}[2005/12/10 v1.3 aggie style (JS,HA)]
\RequirePackage{times}
\RequirePackage{pifont}
\RequirePackage{pst-grad}
@@ -6492,15 +6533,16 @@ We hope not to have forgotten anyone.
titlefont=\Large\bfseries\color{pdcolor2}\centering,
clockcolor=pdcolor1,clockpos={.99\slidewidth,\slideheight},
lfpos={.03\slidewidth,.04\slideheight},
+ cfpos={.5\slidewidth,.04\slideheight},
rfpos={.97\slidewidth,.04\slideheight},
- lffont=\tiny,
- rffont=\tiny,
+ lffont=\tiny,cffont=\tiny,rffont=\tiny,
texthook=t,textpos={.5\slidewidth,.65\slideheight},
textwidth=.9\slidewidth,textfont=\centering,
textheight=.5\slideheight,
ifsetup=portrait,
textheight=.55\slideheight,
lfpos={.03\slidewidth,.03\slideheight},
+ cfpos={.5\slidewidth,.03\slideheight},
rfpos={.97\slidewidth,.03\slideheight}
}{%
\psframe*[linecolor=pdcolor3,linewidth=0pt]%
@@ -6515,10 +6557,10 @@ We hope not to have forgotten anyone.
titlewidth=.75\slidewidth,textheight=.66\slideheight,
titlefont=\Large\sl\bfseries\color{pdcolor2}\raggedright,
lfpos={.03\slidewidth,.04\slideheight},
+ cfpos={.5\slidewidth,.04\slideheight},
rfpos={.97\slidewidth,.04\slideheight},
clockcolor=pdcolor1,clockpos={.99\slidewidth,\slideheight},
- lffont=\tiny,
- rffont=\tiny,
+ lffont=\tiny,cffont=\tiny,rffont=\tiny,
tocslidesep=.8ex,
textheight=.74\slideheight,
toctcolor=pdcolor1,
@@ -6526,6 +6568,7 @@ We hope not to have forgotten anyone.
tochltcolor=white,
ifsetup=portrait,
lfpos={.03\slidewidth,.03\slideheight},
+ cfpos={.5\slidewidth,.03\slideheight},
rfpos={.97\slidewidth,.03\slideheight},
textpos={.05\slidewidth,.83\slideheight},
textwidth=.9\slidewidth,
@@ -6602,7 +6645,7 @@ We hope not to have forgotten anyone.
%
%<*pdhusky>
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-husky}[2005/12/06 v1.2 husky style (JS,HA)]
+\ProvidesPackage{powerdot-husky}[2005/12/10 v1.3 husky style (JS,HA)]
\RequirePackage{times}
\RequirePackage{pifont}
\RequirePackage{pst-grad}
@@ -6615,8 +6658,10 @@ We hope not to have forgotten anyone.
titlefont=\Large\rmfamily\bfseries\color{pdcolor2}\centering,
clockcolor=pdcolor1,clockpos={.99\slidewidth,\slideheight},
lfpos={.03\slidewidth,.04\slideheight},
- rfpos={.97\slidewidth,.04\slideheight},
lffont=\tiny\color{white},
+ cfpos={.5\slidewidth,.04\slideheight},
+ cffont=\tiny\color{white},
+ rfpos={.97\slidewidth,.04\slideheight},
rffont=\tiny\color{white},
texthook=t,textpos={.5\slidewidth,.75\slideheight},
textwidth=.9\slidewidth,textfont=\centering,
@@ -6624,6 +6669,7 @@ We hope not to have forgotten anyone.
ifsetup=portrait,
textheight=.63\slideheight,
lfpos={.03\slidewidth,.03\slideheight},
+ cfpos={.5\slidewidth,.03\slideheight},
rfpos={.97\slidewidth,.03\slideheight},
}{{%
\psset{linestyle=none,linecolor=pdcolor3}%
@@ -6653,8 +6699,10 @@ We hope not to have forgotten anyone.
titlefont=\Large\rmfamily\slshape\bfseries\color{pdcolor2}\raggedright,
clockcolor=pdcolor1,clockpos={.99\slidewidth,\slideheight},
lfpos={.03\slidewidth,.04\slideheight},
- rfpos={.97\slidewidth,.04\slideheight},
lffont=\tiny\color{white},
+ cfpos={.5\slidewidth,.04\slideheight},
+ cffont=\tiny\color{white},
+ rfpos={.97\slidewidth,.04\slideheight},
rffont=\tiny\color{white},
tocslidesep=.8ex,
toctcolor=black,
@@ -6665,6 +6713,7 @@ We hope not to have forgotten anyone.
tochlcolor=black,
titlepos={.05\slidewidth,.93\slideheight},
lfpos={.03\slidewidth,.03\slideheight},
+ cfpos={.5\slidewidth,.03\slideheight},
rfpos={.97\slidewidth,.03\slideheight},
textpos={.05\slidewidth,.85\slideheight},
textheight=.73\slideheight,
@@ -6767,7 +6816,7 @@ We hope not to have forgotten anyone.
%
%<*pdsailor>
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-sailor}[2005/12/06 v1.2 sailor style (MH,HA)]
+\ProvidesPackage{powerdot-sailor}[2005/12/10 v1.3 sailor style (MH,HA)]
\RequirePackage{calc}
\RequirePackage{amssymb}
\RequirePackage{pst-grad}
@@ -6807,6 +6856,7 @@ We hope not to have forgotten anyone.
tochltcolor=pdcolor1,
ifsetup=landscape,
lfpos={.02\slidewidth,.02\slideheight},
+ cfpos={.5\slidewidth,.02\slideheight},
rfpos={.98\slidewidth,.02\slideheight},
tocsecsep=2.5ex,
tocslidesep=1.2ex,
@@ -6817,6 +6867,7 @@ We hope not to have forgotten anyone.
(-.05,-.05)(.14\slidewidth,-.05)},
ifsetup=portrait,
lfpos={.02\slidewidth,.015\slideheight},
+ cfpos={.5\slidewidth,.015\slideheight},
rfpos={.98\slidewidth,.015\slideheight},
tocsecsep=.1ex,
tocslidesep=.1ex,
@@ -6974,7 +7025,7 @@ We hope not to have forgotten anyone.
%
%<*pdupen>
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-upen}[2005/12/06 v1.2 upen style (PRU,HA)]
+\ProvidesPackage{powerdot-upen}[2005/12/10 v1.3 upen style (PRU,HA)]
\RequirePackage{calc}
\RequirePackage{pifont}
\RequirePackage{pst-grad}
@@ -7002,6 +7053,7 @@ We hope not to have forgotten anyone.
stocfont=\tiny\raggedleft,
ntochook=tl,ntocpos={.52\slidewidth,.12\slideheight},
lfpos={.05\slidewidth,.045\slideheight},
+ cfpos={.5\slidewidth,.045\slideheight},
rfpos={.95\slidewidth,.045\slideheight},
ifsetup=landscape,
titlepos={.175\slidewidth,.87\slideheight},
@@ -7010,6 +7062,7 @@ We hope not to have forgotten anyone.
textpos={.175\slidewidth,.77\slideheight},
textwidth=.775\slidewidth,
lfpos={.05\slidewidth,.03\slideheight},
+ cfpos={.5\slidewidth,.03\slideheight},
rfpos={.95\slidewidth,.03\slideheight},
tocpos={.02\slidewidth,.77\slideheight},
tocwidth=.13\slidewidth,
@@ -7127,7 +7180,7 @@ We hope not to have forgotten anyone.
%
%<*pdbframe>
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-bframe}[2005/12/06 v1.1 bframe style (PRU,HA)]
+\ProvidesPackage{powerdot-bframe}[2005/12/10 v1.2 bframe style (PRU,HA)]
\RequirePackage{pifont}
\RequirePackage{pst-blur}
\pddefinepalettes{default}{
@@ -7139,6 +7192,7 @@ We hope not to have forgotten anyone.
titlehook=B,titlefont=\large\bfseries\centering,
clockcolor=pdcolor3,clockpos={.99\slidewidth,\slideheight},
lfpos={.05\slidewidth,.04\slideheight},
+ cfpos={.5\slidewidth,.04\slideheight},
rfpos={.95\slidewidth,.04\slideheight},
tocslidesep=.6ex,
toctcolor=white,
@@ -7237,7 +7291,7 @@ We hope not to have forgotten anyone.
%
%<*pdhoratio>
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-horatio}[2005/12/06 v1.0 horatio style (ML,HA)]
+\ProvidesPackage{powerdot-horatio}[2005/12/10 v1.1 horatio style (ML,HA)]
\RequirePackage{pifont}
\pddefinepalettes{default}{
\definecolor{pdcolor1}{HTML}{004477}
@@ -7251,6 +7305,8 @@ We hope not to have forgotten anyone.
clockcolor=white,clockpos={.99\slidewidth,\slideheight},
lfpos={.2\slidewidth,.04\slideheight},
lffont=\tiny\color{white},
+ cfpos={.585\slidewidth,.04\slideheight},
+ cffont=\tiny\color{white},
rfpos={.97\slidewidth,.04\slideheight},
rffont=\tiny\color{white},
tocslidesep=.6ex,
@@ -7334,7 +7390,7 @@ We hope not to have forgotten anyone.
%
%<*pdpaintings>
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-paintings}[2005/12/06 v1.0 paintings (TDK,HA)]
+\ProvidesPackage{powerdot-paintings}[2005/12/10 v1.1 paintings (TDK,HA)]
\RequirePackage{times}
\RequirePackage{pifont}
\pddefinepalettes{Syndics}{% Rembrandt van Rijn: "The Syndics" - 1662
@@ -7436,9 +7492,10 @@ We hope not to have forgotten anyone.
clockcolor=pdcolor4,clockpos={.99\slidewidth,\slideheight},
textpos={.05\slidewidth,.85\slideheight},
textwidth=.9\slidewidth,
+ lfpos={.015\slidewidth,.015\slideheight},
+ cfpos={.5\slidewidth,.015\slideheight},
rfpos={.985\slidewidth,.015\slideheight},
rftemp=\pd@@rf,
- lfpos={.015\slidewidth,.015\slideheight},
textheight=.8\slideheight
}{%
\psframe*[linecolor=pdcolor2](0,0)(\slidewidth,.89\slideheight)%
@@ -7466,7 +7523,7 @@ We hope not to have forgotten anyone.
%
%<*pdklope>
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-klope}[2005/12/06 v1.0 klope style (CE,HA)]
+\ProvidesPackage{powerdot-klope}[2005/12/10 v1.1 klope style (CE,HA)]
\RequirePackage{pifont}
\RequirePackage{pst-slpe}
\pddefinepalettes{Spring}{
@@ -7566,6 +7623,8 @@ We hope not to have forgotten anyone.
textheight=.72\slideheight,
lfpos={.015\slidewidth,.015\slideheight},
lffont=\tiny,
+ cfpos={.5\slidewidth,.015\slideheight},
+ cffont=\tiny,
rfpos={.985\slidewidth,.015\slideheight},
rffont=\tiny,
iacolor=myiacolor,
@@ -7584,7 +7643,7 @@ We hope not to have forgotten anyone.
\pddefinetemplate[slide]{sectionslide}{
titlepos={.15\slidewidth,.55\slideheight},
titlefont=\bfseries\LARGE\color{sectitlecolor}\centering,
- textpos,lfpos,rfpos
+ textpos,lfpos,cfpos,rfpos
}{{%
\psframe*[linecolor=slidebg](0,0)(\slidewidth,.5\slideheight)%
\pd@klopesq++00\pd@klopesq-+10%
@@ -7618,7 +7677,7 @@ We hope not to have forgotten anyone.
%
%<*pdjefka>
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-jefka}[2005/12/06 v1.0 jefka style (CE,HA)]
+\ProvidesPackage{powerdot-jefka}[2005/12/10 v1.1 jefka style (CE,HA)]
\RequirePackage{pifont}
\pddefinepalettes{brown}{
\definecolor{pdcolor1}{RGB}{121,96,69}
@@ -7656,7 +7715,7 @@ We hope not to have forgotten anyone.
clockhook=t,clockpos={.5\slidewidth,.045\slideheight},
clockalign=1,clockcolor=pdcolor1,
titlewidth=.7\slidewidth,
- titlefont=\bfseries\LARGE\color{pdcolor1},
+ titlefont=\bfseries\LARGE\color{pdcolor1}\raggedright,
textwidth=.9\slidewidth,
titlepos={.05\slidewidth,.93\slideheight},
textpos={.05\slidewidth,.87\slideheight},
@@ -7687,7 +7746,7 @@ We hope not to have forgotten anyone.
%
%<*pdpazik>
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-pazik}[2005/12/06 v1.0 pazik style (CE,HA)]
+\ProvidesPackage{powerdot-pazik}[2005/12/10 v1.1 pazik style (CE,HA)]
\RequirePackage{pifont}
\RequirePackage{pst-char}
\RequirePackage{pst-grad}
@@ -7744,9 +7803,9 @@ We hope not to have forgotten anyone.
}%
}}
\pddefinetemplate{basic}{%
- titlefont=\bfseries\LARGE\color{mytitlecolor},
+ titlefont=\bfseries\LARGE\color{mytitlecolor}\raggedright,
rfpos={.98\slidewidth,.015\slideheight},
- rffont=\tiny,lffont=\tiny,
+ lffont=\tiny,cffont=\tiny,rffont=\tiny,
iacolor=myiacolor,
clockhook=t,
clockalign=1,
@@ -7761,6 +7820,7 @@ We hope not to have forgotten anyone.
titlewidth=.96\slidewidth,
ifsetup=portrait,
lfpos={.02\slidewidth,.015\slideheight},
+ cfpos={.5\slidewidth,.015\slideheight},
clockpos={.5\slidewidth,.035\slideheight},
titlepos={.02\slidewidth,.945\slideheight},
titlewidth=.96\slidewidth,
@@ -7782,6 +7842,7 @@ We hope not to have forgotten anyone.
\pddefinetemplate[basic]{slide}{
ifsetup=landscape,
lfpos={.17\slidewidth,.015\slideheight},
+ cfpos={.575\slidewidth,.015\slideheight},
clockpos={.07\slidewidth,.045\slideheight},
textpos={.17\slidewidth,.87\slideheight},
textwidth=.81\slidewidth,
@@ -7811,9 +7872,10 @@ We hope not to have forgotten anyone.
tocpos,textpos={.02\slidewidth,.87\slideheight},
textwidth=.96\slidewidth,
lfpos={.02\slidewidth,.015\slideheight},
+ cfpos={.5\slidewidth,.015\slideheight},
clockpos={.5\slidewidth,.045\slideheight},
ifsetup=portrait,
- textheight=.78\slideheight,
+ textheight=.82\slideheight,
}{%
\pdifsetup{landscape}{%
\psframe*[linestyle=none,linecolor=pdcolor3]%
@@ -7879,6 +7941,7 @@ We hope not to have forgotten anyone.
\pdsetup{
lf=left footer,
+ cf=center footer,
rf=right footer,
randomdots,dprop={dotstyle=ocircle}
}
diff --git a/Master/texmf-dist/tex/latex/powerdot/powerdot-aggie.sty b/Master/texmf-dist/tex/latex/powerdot/powerdot-aggie.sty
index 4e5c65efeed..a96b9d2fd25 100644
--- a/Master/texmf-dist/tex/latex/powerdot/powerdot-aggie.sty
+++ b/Master/texmf-dist/tex/latex/powerdot/powerdot-aggie.sty
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `pdaggie')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
@@ -25,7 +27,7 @@
%% This work consists of all files listed in manifest.txt.
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-aggie}[2005/12/06 v1.2 aggie style (JS,HA)]
+\ProvidesPackage{powerdot-aggie}[2005/12/10 v1.3 aggie style (JS,HA)]
\RequirePackage{times}
\RequirePackage{pifont}
\RequirePackage{pst-grad}
@@ -39,15 +41,16 @@
titlefont=\Large\bfseries\color{pdcolor2}\centering,
clockcolor=pdcolor1,clockpos={.99\slidewidth,\slideheight},
lfpos={.03\slidewidth,.04\slideheight},
+ cfpos={.5\slidewidth,.04\slideheight},
rfpos={.97\slidewidth,.04\slideheight},
- lffont=\tiny,
- rffont=\tiny,
+ lffont=\tiny,cffont=\tiny,rffont=\tiny,
texthook=t,textpos={.5\slidewidth,.65\slideheight},
textwidth=.9\slidewidth,textfont=\centering,
textheight=.5\slideheight,
ifsetup=portrait,
textheight=.55\slideheight,
lfpos={.03\slidewidth,.03\slideheight},
+ cfpos={.5\slidewidth,.03\slideheight},
rfpos={.97\slidewidth,.03\slideheight}
}{%
\psframe*[linecolor=pdcolor3,linewidth=0pt]%
@@ -62,10 +65,10 @@
titlewidth=.75\slidewidth,textheight=.66\slideheight,
titlefont=\Large\sl\bfseries\color{pdcolor2}\raggedright,
lfpos={.03\slidewidth,.04\slideheight},
+ cfpos={.5\slidewidth,.04\slideheight},
rfpos={.97\slidewidth,.04\slideheight},
clockcolor=pdcolor1,clockpos={.99\slidewidth,\slideheight},
- lffont=\tiny,
- rffont=\tiny,
+ lffont=\tiny,cffont=\tiny,rffont=\tiny,
tocslidesep=.8ex,
textheight=.74\slideheight,
toctcolor=pdcolor1,
@@ -73,6 +76,7 @@
tochltcolor=white,
ifsetup=portrait,
lfpos={.03\slidewidth,.03\slideheight},
+ cfpos={.5\slidewidth,.03\slideheight},
rfpos={.97\slidewidth,.03\slideheight},
textpos={.05\slidewidth,.83\slideheight},
textwidth=.9\slidewidth,
diff --git a/Master/texmf-dist/tex/latex/powerdot/powerdot-bframe.sty b/Master/texmf-dist/tex/latex/powerdot/powerdot-bframe.sty
index 18ef3029124..ac02433701e 100644
--- a/Master/texmf-dist/tex/latex/powerdot/powerdot-bframe.sty
+++ b/Master/texmf-dist/tex/latex/powerdot/powerdot-bframe.sty
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `pdbframe')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
@@ -25,7 +27,7 @@
%% This work consists of all files listed in manifest.txt.
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-bframe}[2005/12/06 v1.1 bframe style (PRU,HA)]
+\ProvidesPackage{powerdot-bframe}[2005/12/10 v1.2 bframe style (PRU,HA)]
\RequirePackage{pifont}
\RequirePackage{pst-blur}
\pddefinepalettes{default}{
@@ -37,6 +39,7 @@
titlehook=B,titlefont=\large\bfseries\centering,
clockcolor=pdcolor3,clockpos={.99\slidewidth,\slideheight},
lfpos={.05\slidewidth,.04\slideheight},
+ cfpos={.5\slidewidth,.04\slideheight},
rfpos={.95\slidewidth,.04\slideheight},
tocslidesep=.6ex,
toctcolor=white,
diff --git a/Master/texmf-dist/tex/latex/powerdot/powerdot-ciment.sty b/Master/texmf-dist/tex/latex/powerdot/powerdot-ciment.sty
index 9d9c0752da0..b1ea45055ad 100644
--- a/Master/texmf-dist/tex/latex/powerdot/powerdot-ciment.sty
+++ b/Master/texmf-dist/tex/latex/powerdot/powerdot-ciment.sty
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `pdciment')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
@@ -25,7 +27,7 @@
%% This work consists of all files listed in manifest.txt.
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-ciment}[2005/12/06 v1.2 ciment style (HA)]
+\ProvidesPackage{powerdot-ciment}[2005/12/10 v1.3 ciment style (HA)]
\RequirePackage{pifont}
\pddefinepalettes{default}{
\colorlet{pdcolor1}{black}
@@ -40,8 +42,10 @@
clockpos={.99\slidewidth,\slideheight},
lfpos={.05\slidewidth,.04\slideheight},
lffont=\color{pdcolor3}\scriptsize,
- rffont=\color{pdcolor3}\scriptsize,
+ cfpos={.5\slidewidth,.04\slideheight},
+ cffont=\color{pdcolor3}\scriptsize,
rfpos={.95\slidewidth,.04\slideheight},
+ rffont=\color{pdcolor3}\scriptsize,
tocslidesep=.6ex,
toctcolor=black,
tochlcolor=pdcolor2,
diff --git a/Master/texmf-dist/tex/latex/powerdot/powerdot-default.sty b/Master/texmf-dist/tex/latex/powerdot/powerdot-default.sty
index ff78a4e7f1f..83e29461853 100644
--- a/Master/texmf-dist/tex/latex/powerdot/powerdot-default.sty
+++ b/Master/texmf-dist/tex/latex/powerdot/powerdot-default.sty
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `pddefault')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
@@ -25,7 +27,7 @@
%% This work consists of all files listed in manifest.txt.
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-default}[2005/12/06 v1.3 default style (HA)]
+\ProvidesPackage{powerdot-default}[2005/12/10 v1.4 default style (HA)]
\RequirePackage{pifont}
\definecolor{pdcolor1}{rgb}{.17,.31,.44}
\definecolor{pdcolor2}{rgb}{.75,.85,.92}
@@ -65,6 +67,7 @@
titlefont=\large\bfseries\centering,
clockcolor=pdcolor1,clockpos={.99\slidewidth,\slideheight},
lfpos={.03\slidewidth,.04\slideheight},
+ cfpos={.5\slidewidth,.04\slideheight},
rfpos={.97\slidewidth,.04\slideheight},
texthook=t,textpos={.5\slidewidth,.7\slideheight},
textwidth=.9\slidewidth,textfont=\centering,
@@ -81,6 +84,7 @@
titlefont=\large\bfseries\raggedright,
clockcolor=pdcolor1,clockpos={.99\slidewidth,\slideheight},
lfpos={.03\slidewidth,.04\slideheight},
+ cfpos={.5\slidewidth,.04\slideheight},
rfpos={.97\slidewidth,.04\slideheight},
tocslidesep=.6ex,
toctcolor=pdcolor1,
diff --git a/Master/texmf-dist/tex/latex/powerdot/powerdot-elcolors.sty b/Master/texmf-dist/tex/latex/powerdot/powerdot-elcolors.sty
index 10901373319..83751f3dccc 100644
--- a/Master/texmf-dist/tex/latex/powerdot/powerdot-elcolors.sty
+++ b/Master/texmf-dist/tex/latex/powerdot/powerdot-elcolors.sty
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `pdelcolors')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
@@ -25,7 +27,7 @@
%% This work consists of all files listed in manifest.txt.
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-elcolors}[2005/12/06 v1.2 elcolors style (HA)]
+\ProvidesPackage{powerdot-elcolors}[2005/12/10 v1.3 elcolors style (HA)]
\RequirePackage{pifont}
\pddefinepalettes{default}{
\definecolor{pdcolor1}{rgb}{.17,.31,.44}
@@ -42,6 +44,7 @@
clockcolor=pdcolor1,clockhook=tl,clockalign=0,
clockpos={0,\slideheight},
lfpos={.03\slidewidth,.04\slideheight},
+ cfpos={.5\slidewidth,.04\slideheight},
rfpos={.97\slidewidth,.04\slideheight},
tocslidesep=.6ex,
toctcolor=pdcolor1,
@@ -73,6 +76,7 @@
\pddefinetemplate[basic]{titleslide}{
titlefont=\large\bfseries\centering,
lfpos={.03\slidewidth,.04\slideheight},
+ cfpos={.5\slidewidth,.04\slideheight},
rfpos={.97\slidewidth,.04\slideheight},
texthook=t,textpos={.5\slidewidth,.7\slideheight},
textwidth=.76\slidewidth,textfont=\centering,
diff --git a/Master/texmf-dist/tex/latex/powerdot/powerdot-fyma.sty b/Master/texmf-dist/tex/latex/powerdot/powerdot-fyma.sty
index 621be395f13..41ce9e38885 100644
--- a/Master/texmf-dist/tex/latex/powerdot/powerdot-fyma.sty
+++ b/Master/texmf-dist/tex/latex/powerdot/powerdot-fyma.sty
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `pdfyma')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
@@ -25,7 +27,7 @@
%% This work consists of all files listed in manifest.txt.
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-fyma}[2005/12/06 v1.2 fyma style (SA,HA)]
+\ProvidesPackage{powerdot-fyma}[2005/12/10 v1.3 fyma style (SA,HA)]
\RequirePackage{pst-grad}
\definecolor{fymahltcolor}{rgb}{1,0,0}
\pddefinepalettes{blue}{
@@ -68,6 +70,7 @@
stocfont=\tiny\raggedleft,
ntochook=tl,ntocpos={.52\slidewidth,.12\slideheight},
lfpos={.06\slidewidth,.045\slideheight},
+ cfpos={.5\slidewidth,.045\slideheight},
rfpos={.94\slidewidth,.045\slideheight},
ifsetup=landscape,
titlepos={.205\slidewidth,.9\slideheight},
@@ -76,6 +79,7 @@
textpos={.23\slidewidth,.82\slideheight},
textwidth=.72\slidewidth,
lfpos={.04\slidewidth,.03\slideheight},
+ cfpos={.5\slidewidth,.03\slideheight},
rfpos={.96\slidewidth,.03\slideheight},
tocpos={.04\slidewidth,.82\slideheight},
tocwidth=.14\slidewidth,
diff --git a/Master/texmf-dist/tex/latex/powerdot/powerdot-horatio.sty b/Master/texmf-dist/tex/latex/powerdot/powerdot-horatio.sty
index f6d99bbb312..2e62df23213 100644
--- a/Master/texmf-dist/tex/latex/powerdot/powerdot-horatio.sty
+++ b/Master/texmf-dist/tex/latex/powerdot/powerdot-horatio.sty
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `pdhoratio')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
@@ -25,7 +27,7 @@
%% This work consists of all files listed in manifest.txt.
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-horatio}[2005/12/06 v1.0 horatio style (ML,HA)]
+\ProvidesPackage{powerdot-horatio}[2005/12/10 v1.1 horatio style (ML,HA)]
\RequirePackage{pifont}
\pddefinepalettes{default}{
\definecolor{pdcolor1}{HTML}{004477}
@@ -39,6 +41,8 @@
clockcolor=white,clockpos={.99\slidewidth,\slideheight},
lfpos={.2\slidewidth,.04\slideheight},
lffont=\tiny\color{white},
+ cfpos={.585\slidewidth,.04\slideheight},
+ cffont=\tiny\color{white},
rfpos={.97\slidewidth,.04\slideheight},
rffont=\tiny\color{white},
tocslidesep=.6ex,
diff --git a/Master/texmf-dist/tex/latex/powerdot/powerdot-husky.sty b/Master/texmf-dist/tex/latex/powerdot/powerdot-husky.sty
index 0ca0279115f..6b1021aafba 100644
--- a/Master/texmf-dist/tex/latex/powerdot/powerdot-husky.sty
+++ b/Master/texmf-dist/tex/latex/powerdot/powerdot-husky.sty
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `pdhusky')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
@@ -25,7 +27,7 @@
%% This work consists of all files listed in manifest.txt.
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-husky}[2005/12/06 v1.2 husky style (JS,HA)]
+\ProvidesPackage{powerdot-husky}[2005/12/10 v1.3 husky style (JS,HA)]
\RequirePackage{times}
\RequirePackage{pifont}
\RequirePackage{pst-grad}
@@ -38,8 +40,10 @@
titlefont=\Large\rmfamily\bfseries\color{pdcolor2}\centering,
clockcolor=pdcolor1,clockpos={.99\slidewidth,\slideheight},
lfpos={.03\slidewidth,.04\slideheight},
- rfpos={.97\slidewidth,.04\slideheight},
lffont=\tiny\color{white},
+ cfpos={.5\slidewidth,.04\slideheight},
+ cffont=\tiny\color{white},
+ rfpos={.97\slidewidth,.04\slideheight},
rffont=\tiny\color{white},
texthook=t,textpos={.5\slidewidth,.75\slideheight},
textwidth=.9\slidewidth,textfont=\centering,
@@ -47,6 +51,7 @@
ifsetup=portrait,
textheight=.63\slideheight,
lfpos={.03\slidewidth,.03\slideheight},
+ cfpos={.5\slidewidth,.03\slideheight},
rfpos={.97\slidewidth,.03\slideheight},
}{{%
\psset{linestyle=none,linecolor=pdcolor3}%
@@ -76,8 +81,10 @@
titlefont=\Large\rmfamily\slshape\bfseries\color{pdcolor2}\raggedright,
clockcolor=pdcolor1,clockpos={.99\slidewidth,\slideheight},
lfpos={.03\slidewidth,.04\slideheight},
- rfpos={.97\slidewidth,.04\slideheight},
lffont=\tiny\color{white},
+ cfpos={.5\slidewidth,.04\slideheight},
+ cffont=\tiny\color{white},
+ rfpos={.97\slidewidth,.04\slideheight},
rffont=\tiny\color{white},
tocslidesep=.8ex,
toctcolor=black,
@@ -88,6 +95,7 @@
tochlcolor=black,
titlepos={.05\slidewidth,.93\slideheight},
lfpos={.03\slidewidth,.03\slideheight},
+ cfpos={.5\slidewidth,.03\slideheight},
rfpos={.97\slidewidth,.03\slideheight},
textpos={.05\slidewidth,.85\slideheight},
textheight=.73\slideheight,
diff --git a/Master/texmf-dist/tex/latex/powerdot/powerdot-ikeda.sty b/Master/texmf-dist/tex/latex/powerdot/powerdot-ikeda.sty
index b8ceb7174c7..16b65e40b10 100644
--- a/Master/texmf-dist/tex/latex/powerdot/powerdot-ikeda.sty
+++ b/Master/texmf-dist/tex/latex/powerdot/powerdot-ikeda.sty
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `pdikeda')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
@@ -25,7 +27,7 @@
%% This work consists of all files listed in manifest.txt.
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-ikeda}[2005/12/06 v1.3 ikeda style (CE,HA)]
+\ProvidesPackage{powerdot-ikeda}[2005/12/10 v1.4 ikeda style (CE,HA)]
\RequirePackage{calc}
\RequirePackage{pifont}
\pddefinepalettes{default}{
@@ -72,6 +74,7 @@
textpos={.05\slidewidth,.83\slideheight},
textwidth=.9\slidewidth,
lfpos={.03\slidewidth,.025\slideheight},
+ cfpos={.5\slidewidth,.025\slideheight},
rfpos={.97\slidewidth,.025\slideheight},
stochook=tr,stocpos={.47\slidewidth,.15\slideheight},
stocfont=\tiny\raggedleft,
@@ -80,6 +83,7 @@
textpos={.2\slidewidth,.84\slideheight},
textwidth=.75\slidewidth,
lfpos={.19\slidewidth,.025\slideheight},
+ cfpos={.58\slidewidth,.025\slideheight},
rfpos={.97\slidewidth,.025\slideheight}
}{%
\psframe*[linecolor=pdcolor3](0,0)(\slidewidth,\slideheight)%
@@ -133,6 +137,7 @@
}}
\pddefinetemplate[basic]{wideslide}{
lfpos={.03\slidewidth,.025\slideheight},
+ cfpos={.5\slidewidth,.025\slideheight},
titlewidth=.95\slidewidth,
textwidth=.95\slidewidth,
ifsetup=landscape,
diff --git a/Master/texmf-dist/tex/latex/powerdot/powerdot-jefka.sty b/Master/texmf-dist/tex/latex/powerdot/powerdot-jefka.sty
index e5d9bd5e0f8..d297407210a 100644
--- a/Master/texmf-dist/tex/latex/powerdot/powerdot-jefka.sty
+++ b/Master/texmf-dist/tex/latex/powerdot/powerdot-jefka.sty
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `pdjefka')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
@@ -25,7 +27,7 @@
%% This work consists of all files listed in manifest.txt.
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-jefka}[2005/12/06 v1.0 jefka style (CE,HA)]
+\ProvidesPackage{powerdot-jefka}[2005/12/10 v1.1 jefka style (CE,HA)]
\RequirePackage{pifont}
\pddefinepalettes{brown}{
\definecolor{pdcolor1}{RGB}{121,96,69}
@@ -63,7 +65,7 @@
clockhook=t,clockpos={.5\slidewidth,.045\slideheight},
clockalign=1,clockcolor=pdcolor1,
titlewidth=.7\slidewidth,
- titlefont=\bfseries\LARGE\color{pdcolor1},
+ titlefont=\bfseries\LARGE\color{pdcolor1}\raggedright,
textwidth=.9\slidewidth,
titlepos={.05\slidewidth,.93\slideheight},
textpos={.05\slidewidth,.87\slideheight},
diff --git a/Master/texmf-dist/tex/latex/powerdot/powerdot-klope.sty b/Master/texmf-dist/tex/latex/powerdot/powerdot-klope.sty
index e23cb3cb8c0..4cdbc6650ba 100644
--- a/Master/texmf-dist/tex/latex/powerdot/powerdot-klope.sty
+++ b/Master/texmf-dist/tex/latex/powerdot/powerdot-klope.sty
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `pdklope')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
@@ -25,7 +27,7 @@
%% This work consists of all files listed in manifest.txt.
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-klope}[2005/12/06 v1.0 klope style (CE,HA)]
+\ProvidesPackage{powerdot-klope}[2005/12/10 v1.1 klope style (CE,HA)]
\RequirePackage{pifont}
\RequirePackage{pst-slpe}
\pddefinepalettes{Spring}{
@@ -125,6 +127,8 @@
textheight=.72\slideheight,
lfpos={.015\slidewidth,.015\slideheight},
lffont=\tiny,
+ cfpos={.5\slidewidth,.015\slideheight},
+ cffont=\tiny,
rfpos={.985\slidewidth,.015\slideheight},
rffont=\tiny,
iacolor=myiacolor,
@@ -143,7 +147,7 @@
\pddefinetemplate[slide]{sectionslide}{
titlepos={.15\slidewidth,.55\slideheight},
titlefont=\bfseries\LARGE\color{sectitlecolor}\centering,
- textpos,lfpos,rfpos
+ textpos,lfpos,cfpos,rfpos
}{{%
\psframe*[linecolor=slidebg](0,0)(\slidewidth,.5\slideheight)%
\pd@klopesq++00\pd@klopesq-+10%
diff --git a/Master/texmf-dist/tex/latex/powerdot/powerdot-paintings.sty b/Master/texmf-dist/tex/latex/powerdot/powerdot-paintings.sty
index 6ec3e8ba03b..83fa808f7ea 100644
--- a/Master/texmf-dist/tex/latex/powerdot/powerdot-paintings.sty
+++ b/Master/texmf-dist/tex/latex/powerdot/powerdot-paintings.sty
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `pdpaintings')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
@@ -25,7 +27,7 @@
%% This work consists of all files listed in manifest.txt.
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-paintings}[2005/12/06 v1.0 paintings (TDK,HA)]
+\ProvidesPackage{powerdot-paintings}[2005/12/10 v1.1 paintings (TDK,HA)]
\RequirePackage{times}
\RequirePackage{pifont}
\pddefinepalettes{Syndics}{% Rembrandt van Rijn: "The Syndics" - 1662
@@ -127,9 +129,10 @@
clockcolor=pdcolor4,clockpos={.99\slidewidth,\slideheight},
textpos={.05\slidewidth,.85\slideheight},
textwidth=.9\slidewidth,
+ lfpos={.015\slidewidth,.015\slideheight},
+ cfpos={.5\slidewidth,.015\slideheight},
rfpos={.985\slidewidth,.015\slideheight},
rftemp=\pd@@rf,
- lfpos={.015\slidewidth,.015\slideheight},
textheight=.8\slideheight
}{%
\psframe*[linecolor=pdcolor2](0,0)(\slidewidth,.89\slideheight)%
diff --git a/Master/texmf-dist/tex/latex/powerdot/powerdot-pazik.sty b/Master/texmf-dist/tex/latex/powerdot/powerdot-pazik.sty
index b3be6f1bd21..6d3b5500de2 100644
--- a/Master/texmf-dist/tex/latex/powerdot/powerdot-pazik.sty
+++ b/Master/texmf-dist/tex/latex/powerdot/powerdot-pazik.sty
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `pdpazik')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
@@ -25,7 +27,7 @@
%% This work consists of all files listed in manifest.txt.
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-pazik}[2005/12/06 v1.0 pazik style (CE,HA)]
+\ProvidesPackage{powerdot-pazik}[2005/12/10 v1.1 pazik style (CE,HA)]
\RequirePackage{pifont}
\RequirePackage{pst-char}
\RequirePackage{pst-grad}
@@ -82,9 +84,9 @@
}%
}}
\pddefinetemplate{basic}{%
- titlefont=\bfseries\LARGE\color{mytitlecolor},
+ titlefont=\bfseries\LARGE\color{mytitlecolor}\raggedright,
rfpos={.98\slidewidth,.015\slideheight},
- rffont=\tiny,lffont=\tiny,
+ lffont=\tiny,cffont=\tiny,rffont=\tiny,
iacolor=myiacolor,
clockhook=t,
clockalign=1,
@@ -99,6 +101,7 @@
titlewidth=.96\slidewidth,
ifsetup=portrait,
lfpos={.02\slidewidth,.015\slideheight},
+ cfpos={.5\slidewidth,.015\slideheight},
clockpos={.5\slidewidth,.035\slideheight},
titlepos={.02\slidewidth,.945\slideheight},
titlewidth=.96\slidewidth,
@@ -120,6 +123,7 @@
\pddefinetemplate[basic]{slide}{
ifsetup=landscape,
lfpos={.17\slidewidth,.015\slideheight},
+ cfpos={.575\slidewidth,.015\slideheight},
clockpos={.07\slidewidth,.045\slideheight},
textpos={.17\slidewidth,.87\slideheight},
textwidth=.81\slidewidth,
@@ -149,9 +153,10 @@
tocpos,textpos={.02\slidewidth,.87\slideheight},
textwidth=.96\slidewidth,
lfpos={.02\slidewidth,.015\slideheight},
+ cfpos={.5\slidewidth,.015\slideheight},
clockpos={.5\slidewidth,.045\slideheight},
ifsetup=portrait,
- textheight=.78\slideheight,
+ textheight=.82\slideheight,
}{%
\pdifsetup{landscape}{%
\psframe*[linestyle=none,linecolor=pdcolor3]%
diff --git a/Master/texmf-dist/tex/latex/powerdot/powerdot-sailor.sty b/Master/texmf-dist/tex/latex/powerdot/powerdot-sailor.sty
index 72aac5157b9..cc7e347e294 100644
--- a/Master/texmf-dist/tex/latex/powerdot/powerdot-sailor.sty
+++ b/Master/texmf-dist/tex/latex/powerdot/powerdot-sailor.sty
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `pdsailor')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
@@ -25,7 +27,7 @@
%% This work consists of all files listed in manifest.txt.
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-sailor}[2005/12/06 v1.2 sailor style (MH,HA)]
+\ProvidesPackage{powerdot-sailor}[2005/12/10 v1.3 sailor style (MH,HA)]
\RequirePackage{calc}
\RequirePackage{amssymb}
\RequirePackage{pst-grad}
@@ -65,6 +67,7 @@
tochltcolor=pdcolor1,
ifsetup=landscape,
lfpos={.02\slidewidth,.02\slideheight},
+ cfpos={.5\slidewidth,.02\slideheight},
rfpos={.98\slidewidth,.02\slideheight},
tocsecsep=2.5ex,
tocslidesep=1.2ex,
@@ -75,6 +78,7 @@
(-.05,-.05)(.14\slidewidth,-.05)},
ifsetup=portrait,
lfpos={.02\slidewidth,.015\slideheight},
+ cfpos={.5\slidewidth,.015\slideheight},
rfpos={.98\slidewidth,.015\slideheight},
tocsecsep=.1ex,
tocslidesep=.1ex,
diff --git a/Master/texmf-dist/tex/latex/powerdot/powerdot-simple.sty b/Master/texmf-dist/tex/latex/powerdot/powerdot-simple.sty
index 2202f22c1bf..aa7c0304ebb 100644
--- a/Master/texmf-dist/tex/latex/powerdot/powerdot-simple.sty
+++ b/Master/texmf-dist/tex/latex/powerdot/powerdot-simple.sty
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `pdsimple')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
@@ -25,7 +27,7 @@
%% This work consists of all files listed in manifest.txt.
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-simple}[2005/12/06 v1.2 simple style (HA)]
+\ProvidesPackage{powerdot-simple}[2005/12/10 v1.3 simple style (HA)]
\RequirePackage{pifont}
\RequirePackage{amssymb}
\pddefinepalettes{default}{\colorlet{pdcolor1}{black}}
@@ -33,6 +35,7 @@
titlefont=\large\bfseries\raggedright,
clockpos={.99\slidewidth,\slideheight},
lfpos={.03\slidewidth,.04\slideheight},
+ cfpos={.5\slidewidth,.04\slideheight},
rfpos={.97\slidewidth,.04\slideheight},
texthook=tl,textpos={.05\slidewidth,.83\slideheight},
textwidth=.9\slidewidth,textfont=\tabcolsep0pt,
@@ -47,6 +50,7 @@
titlefont=\large\bfseries\raggedright,
clockpos={.99\slidewidth,\slideheight},
lfpos={.03\slidewidth,.04\slideheight},
+ cfpos={.5\slidewidth,.04\slideheight},
rfpos={.97\slidewidth,.04\slideheight},
tocslidesep=.6ex,textheight=.68\slideheight,
ifsetup=portrait,
diff --git a/Master/texmf-dist/tex/latex/powerdot/powerdot-tycja.sty b/Master/texmf-dist/tex/latex/powerdot/powerdot-tycja.sty
index 89e177abe6b..82ff25323f8 100644
--- a/Master/texmf-dist/tex/latex/powerdot/powerdot-tycja.sty
+++ b/Master/texmf-dist/tex/latex/powerdot/powerdot-tycja.sty
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `pdtycja')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
@@ -25,7 +27,7 @@
%% This work consists of all files listed in manifest.txt.
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-tycja}[2005/12/06 v1.3 tycja style (HA)]
+\ProvidesPackage{powerdot-tycja}[2005/12/10 v1.4 tycja style (HA)]
\RequirePackage{pifont}
\RequirePackage{pst-grad}
\pddefinepalettes{default}{
@@ -36,6 +38,8 @@
\pddefinetemplate{basic}{
lfpos={.03\slidewidth,.04\slideheight},
lffont=\scriptsize\color{pdcolor3},
+ cfpos={.5\slidewidth,.04\slideheight},
+ cffont=\scriptsize\color{pdcolor3},
rfpos={.97\slidewidth,.04\slideheight},
rffont=\scriptsize\color{pdcolor3},
clockcolor=pdcolor1,clockhook=tl,clockalign=0,
diff --git a/Master/texmf-dist/tex/latex/powerdot/powerdot-upen.sty b/Master/texmf-dist/tex/latex/powerdot/powerdot-upen.sty
index 62645432e2b..3b8169cdf2e 100644
--- a/Master/texmf-dist/tex/latex/powerdot/powerdot-upen.sty
+++ b/Master/texmf-dist/tex/latex/powerdot/powerdot-upen.sty
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `pdupen')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
@@ -25,7 +27,7 @@
%% This work consists of all files listed in manifest.txt.
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{powerdot-upen}[2005/12/06 v1.2 upen style (PRU,HA)]
+\ProvidesPackage{powerdot-upen}[2005/12/10 v1.3 upen style (PRU,HA)]
\RequirePackage{calc}
\RequirePackage{pifont}
\RequirePackage{pst-grad}
@@ -53,6 +55,7 @@
stocfont=\tiny\raggedleft,
ntochook=tl,ntocpos={.52\slidewidth,.12\slideheight},
lfpos={.05\slidewidth,.045\slideheight},
+ cfpos={.5\slidewidth,.045\slideheight},
rfpos={.95\slidewidth,.045\slideheight},
ifsetup=landscape,
titlepos={.175\slidewidth,.87\slideheight},
@@ -61,6 +64,7 @@
textpos={.175\slidewidth,.77\slideheight},
textwidth=.775\slidewidth,
lfpos={.05\slidewidth,.03\slideheight},
+ cfpos={.5\slidewidth,.03\slideheight},
rfpos={.95\slidewidth,.03\slideheight},
tocpos={.02\slidewidth,.77\slideheight},
tocwidth=.13\slidewidth,
diff --git a/Master/texmf-dist/tex/latex/powerdot/powerdot.cls b/Master/texmf-dist/tex/latex/powerdot/powerdot.cls
index 758d9238805..a5976f8c826 100644
--- a/Master/texmf-dist/tex/latex/powerdot/powerdot.cls
+++ b/Master/texmf-dist/tex/latex/powerdot/powerdot.cls
@@ -7,9 +7,11 @@
%% powerdot.dtx (with options: `powerdot')
%%
%% ---------------------------------------------------------------
-%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison
+%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison
%% ---------------------------------------------------------------
%%
+%% Version 1.4a prepared by Herbert Voss
+%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
@@ -26,7 +28,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{powerdot}
- [2005/12/06 v1.3 powerdot presentation class (HA,CE)]
+ [2010/10/07 v1.4a powerdot presentation class (HA,CE)]
\newif\ifpd@overlay
\newif\ifpd@section
\newif\ifpd@ifsetup
@@ -139,6 +141,7 @@
\let\newcommand\def
\input{size\pd@@size.clo}
\let\newcommand\pd@tempa
+\let\Gm@showparams\@empty
\ifnum\pd@mode=2
\RequirePackage[margin=2cm,includefoot]{geometry}
\else
@@ -197,7 +200,6 @@
\immediate\write\@auxout{\string\newlabel{lastslide}%
{{}{\the\c@slide}{\relax}{}{}}}%
}
-\define@cmdkeys[pd]{global}[pd@@]{lf,rf}
\define@key[pd]{global}{theslide}{\def\theslide{#1}}
\define@key[pd]{global}{thenote}{\def\thenote{#1}}
\define@key[pd]{global}{enumerate}{%
@@ -225,7 +227,7 @@
\XKV@addtolist@n\pd@@counters{#1}%
}
\def\pd@@counters{table,figure,equation,footnote,mpfootnote}
-\define@cmdkey[pd]{glslide}[pd@@]{trans}{}
+\define@cmdkeys[pd]{glslide}[pd@@]{lf,cf,rf,trans}
\define@cmdkey[pd]{glslide}[pd@@]{palette}{%
\ifnum\pd@mode<2
\XKV@ifundefined{pd@pe@\pd@@palette @colors}{%
@@ -263,8 +265,8 @@
\sbox\pd@logobox{#1}%
}
\setkeys[pd]{glslide,global}{%
- lf=,rf=,theslide=\arabic{slide}~/~\pageref*{lastslide},%
- thenote=note~\arabic{note}~of~slide~\arabic{slide},%
+ lf=,cf=,rf=,theslide=\arabic{slide} / \pageref*{lastslide},%
+ thenote=note \arabic{note} of slide \arabic{slide},%
trans=Replace,dminsize=5pt,dmaxsize=40pt,dminwidth=0pt,%
dmaxwidth=\slidewidth,dminheight=0pt,dbright=60,%
dmaxheight=\slideheight,dmindots=5,dmaxdots=40,dprop=,%
@@ -273,7 +275,7 @@
\def\pdsetup{\setkeys[pd]{global,glslide}}
\AtBeginDocument{%
\disable@keys[pd]{global}{%
- lf,rf,theslide,thenote,enumerate,itemize,list,counters%
+ theslide,thenote,enumerate,itemize,list,counters%
}%
}
\define@cmdkeys[pd]{slide}[pd@@]{toc,bm}
@@ -316,6 +318,7 @@
tocsecm,toctcolor,tochlcolor,tochltcolor,%
tocsecindent,tocslideindent,%
lfhook,lfpos,lffont,lftemp,%
+ cfhook,cfpos,cffont,cftemp,%
rfhook,rfpos,rffont,rftemp,%
iacolor,%
clockhook,clockpos,clockwidth,clockheight,%
@@ -351,8 +354,9 @@
tocsecm=,toctcolor=black,tochlcolor=black,tochltcolor=white,%
tocsecindent=0pt,tocslideindent=0pt,%
lfhook=Bl,lfpos=,lffont=\scriptsize,lftemp=\pd@@lf,%
- rfhook=Br,rfpos=,rffont=\scriptsize,rftemp=\pd@@rf\ifx\pd@@rf\@empty
- \else\ifx\theslide\@empty\else~--~\fi\fi\theslide,%
+ cfhook=B,cfpos=,cffont=\scriptsize,cftemp=\pd@@cf,%
+ rfhook=Br,rfpos=,rffont=\scriptsize,rftemp=\pd@@rf\ifx\pd@@rf
+ \@empty\else\ifx\theslide\@empty\else\ -- \fi\fi\theslide,%
iacolor=lightgray,%
clockhook=tr,clockpos=,clockwidth=3cm,clockheight=\baselineskip,%
clockcharsize=14pt,clockalign=2,clockcolor=black%
@@ -649,7 +653,10 @@
}%
\fi
\ifx\pd@@lfpos\@empty\else
- \rput[\pd@@lfhook](\pd@@lfpos){\pd@@lffont\pd@@lf}%
+ \rput[\pd@@lfhook](\pd@@lfpos){\pd@@lffont\pd@@lftemp}%
+ \fi
+ \ifx\pd@@cfpos\@empty\else
+ \rput[\pd@@cfhook](\pd@@cfpos){\pd@@cffont\pd@@cftemp}%
\fi
\ifx\pd@@rfpos\@empty\else
\rput[\pd@@rfhook](\pd@@rfpos){\pd@@rffont\pd@@rftemp}%
@@ -659,7 +666,7 @@
\rput[\pd@@texthook](\pd@@textpos){%
\pd@sl@d@
\ifnum\pd@method=\z@\the\pd@body\else
- \input \jobname.vrb
+ \input\jobname.vrb
\fi
\end{pd@minipage}%
}%
@@ -685,10 +692,12 @@
textfont=\color{black},textwidth=.86\slidewidth,%
lfpos={.04\slidewidth,.035\slideheight},%
lffont=\color{black}\scriptsize,%
+ cfpos={.5\slidewidth,.035\slideheight},%
+ cffont=\color{black}\scriptsize,%
rfpos={.96\slidewidth,.035\slideheight},%
rffont=\color{black}\scriptsize,%
rftemp=\pd@@rf\ifx\pd@@rf\@empty\else
- \ifx\thenote\@empty\else~--~\fi\fi\thenote,%
+ \ifx\thenote\@empty\else\space--\space\fi\fi\thenote,%
}{%
\addtocounter{slide}\m@ne
\ifnum\c@slide=\pd@notet
@@ -794,7 +803,10 @@
\def\pd@tempa{0}%
\InputIfFileExists{\jobname.toc}{}{}%
\edef\pd@notocentries{\the\@tempcnta}%
- \@tempcntb\pd@tempa
+ \ifx\r@lastslide\@undefined\@tempcntb\pd@tempa\else
+ \edef\pd@tempb{\expandafter\@secondoffive\r@lastslide}%
+ \@tempcntb\pd@tempb
+ \fi
\advance\@tempcntb\@ne
\@nameedef{pd@te@\the\@tempcnta @start}{\pd@tempa}%
\@nameedef{pd@te@\the\@tempcnta @stop}{\the\@tempcntb}%
@@ -1278,7 +1290,7 @@
\def\verbatim@processline{%
\pd@lyxget@rgs@ndb@dy
\ifin@
- \def\pd@tempa########1########2########3########4{}%
+ \let\pd@tempa\@gobblefour
\def\next{%
\endgroup\immediate\closeout\@inputcheck
\let\verbatim@processline\pd@orig@verbatim@processline
@@ -1380,6 +1392,7 @@
\pd@maketocbm0%
\hyper@anchorstart{slide.\the\c@slide}\hyper@anchorend
\fi
+ \gdef\lyxend{\gdef\lyxend{}\pd@slide}%
\begin{lrbox}\pd@textbox
\@tempdima\linewidth
\advance\@tempdima-16pt
@@ -1387,9 +1400,13 @@
\subsection*\pd@t@tle
\pd@displaytrue\raggedright
}
+\let\pd@lyxget@rgsandbody\pd@get@rgsandbody
\def\pd@slide{%
+ \end{minipage}\end{lrbox}%
+ \ifpd@display
+ \psframebox[framesep=7pt,linewidth=1pt]{\usebox\pd@textbox}%
\par\smallskip
- \pd@@lf\hfill\ifx\pd@@rf\@empty\else\pd@@rf~--~\fi
+ \pd@@lf\hfill\ifx\pd@@rf\@empty\else\pd@@rf\ -- \fi
\def\pd@tempa{note}%
\ifx\pd@resa\pd@tempa
\ifnum\c@slide=\pd@notet
@@ -1400,9 +1417,6 @@
\xdef\pd@notet{\the\c@slide}%
\thenote
\else\theslide\fi
- \end{minipage}\end{lrbox}%
- \ifpd@display
- \psframebox[framesep=7pt,linewidth=1pt]{\usebox\pd@textbox}%
\par\bigskip
\ifpd@@nopagebreaks\else\vfill\pd@newpage\fi
\fi
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 6db0b706d64..2c3c77e1664 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -252,8 +252,8 @@ my @TLP_working = qw(
plari plantslabels plates play
plnfss plweb pmgraph pnas2009
poemscol polski poltawski polyglossia polynom polynomial
- polytable poster-mac
- powerdot-FUBerlin ppr-prv pracjourn preprint prerex present presentations
+ polytable poster-mac powerdot powerdot-FUBerlin
+ ppr-prv pracjourn preprint prerex present presentations
prettyref preview printlen proba probsoln procIAGssymp program progress
properties protex protocol
psbao pseudocode psfrag psfrag-italian psgo pslatex psnfss pspicture