diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/powerdot/powerdot-example3.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/powerdot/powerdot-example3.tex | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/powerdot/powerdot-example3.tex b/Master/texmf-dist/doc/latex/powerdot/powerdot-example3.tex index 00ae3b68c5f..fed59471afd 100644 --- a/Master/texmf-dist/doc/latex/powerdot/powerdot-example3.tex +++ b/Master/texmf-dist/doc/latex/powerdot/powerdot-example3.tex @@ -1,17 +1,10 @@ %% %% This is file `powerdot-example3.tex', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% powerdot.dtx (with options: `pdexample3') -%% + %% --------------------------------------------------------------- %% 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. @@ -20,13 +13,8 @@ %% and version 1.3 or later is part of all distributions of LaTeX %% version 2003/12/01 or later. %% -%% This work has the LPPL maintenance status "maintained". -%% -%% This Current Maintainer of this work is Hendri Adriaens. -%% -%% This work consists of all files listed in manifest.txt. -%% -\documentclass[style=klope,clock,hlsections]{powerdot} +\documentclass[style=klope,%clock, + hlsections]{powerdot} \usepackage{amsmath} \usepackage{pst-node} @@ -35,12 +23,12 @@ \lstnewenvironment{example}[1][]{% \lstset{basicstyle=\footnotesize\ttfamily,columns=flexible,% frame=single,backgroundcolor=\color{yellow!20},% - xleftmargin=\fboxsep,xrightmargin=\fboxsep,gobble=1% + xleftmargin=\fboxsep,xrightmargin=\fboxsep%,gobble=1 }\lstset{#1}}{} \lstnewenvironment{examplesmall}[1][]{% \lstset{basicstyle=\tiny\ttfamily,columns=flexible,% frame=single,backgroundcolor=\color{yellow!20},% - xleftmargin=\fboxsep,xrightmargin=\fboxsep,gobble=2% + xleftmargin=\fboxsep,xrightmargin=\fboxsep%,gobble=2 }\lstset{#1}}{} \title{powerdot example 3 --- verbatim and random dots} @@ -48,6 +36,7 @@ \pdsetup{ lf=Example 3, + cf=\today, rf=for powerdot, palette=Spring, randomdots, |