diff options
author | Karl Berry <karl@freefriends.org> | 2010-10-11 00:26:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-10-11 00:26:22 +0000 |
commit | 673509d3fab59a936420846d8e3264f45af1bc0d (patch) | |
tree | 1cfb4f6b6b19c7f4632232fe4b6c70e39f756dc7 /Master/texmf-dist/doc/latex/powerdot/RunDoc | |
parent | df4c7d3e395c9b22ace64dbbf61191ac43beea3f (diff) |
powerdot update (10oct10)
git-svn-id: svn://tug.org/texlive/trunk@20051 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/powerdot/RunDoc')
-rw-r--r-- | Master/texmf-dist/doc/latex/powerdot/RunDoc | 95 |
1 files changed, 95 insertions, 0 deletions
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. +# |