From 673509d3fab59a936420846d8e3264f45af1bc0d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 11 Oct 2010 00:26:22 +0000 Subject: powerdot update (10oct10) git-svn-id: svn://tug.org/texlive/trunk@20051 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/powerdot/README | 6 +- Master/texmf-dist/doc/latex/powerdot/RunDoc | 95 +++++++++++++++++++++ Master/texmf-dist/doc/latex/powerdot/pdpream.ble | 4 +- .../doc/latex/powerdot/powerdot-example1.tex | 4 +- .../doc/latex/powerdot/powerdot-example2.tex | 4 +- .../doc/latex/powerdot/powerdot-example3.tex | 4 +- .../doc/latex/powerdot/powerdot-styleexample.tex | 4 +- .../doc/latex/powerdot/powerdot-styletest.tex | 5 +- Master/texmf-dist/doc/latex/powerdot/powerdot.bib | 4 +- Master/texmf-dist/doc/latex/powerdot/powerdot.pdf | Bin 465539 -> 496138 bytes .../texmf-dist/doc/latex/powerdot/powerdotDE.pdf | Bin 1171205 -> 553683 bytes .../texmf-dist/doc/latex/powerdot/powerdotDE.tex | 78 ++++++++--------- 12 files changed, 160 insertions(+), 48 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/powerdot/RunDoc (limited to 'Master/texmf-dist/doc') 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 Binary files a/Master/texmf-dist/doc/latex/powerdot/powerdot.pdf and b/Master/texmf-dist/doc/latex/powerdot/powerdot.pdf differ diff --git a/Master/texmf-dist/doc/latex/powerdot/powerdotDE.pdf b/Master/texmf-dist/doc/latex/powerdot/powerdotDE.pdf index d12f9fc6a2a..c464ea3779c 100644 Binary files a/Master/texmf-dist/doc/latex/powerdot/powerdotDE.pdf and b/Master/texmf-dist/doc/latex/powerdot/powerdotDE.pdf 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} -- cgit v1.2.3