diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/powerdot/RunDoc')
-rw-r--r-- | Master/texmf-dist/doc/latex/powerdot/RunDoc | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/powerdot/RunDoc b/Master/texmf-dist/doc/latex/powerdot/RunDoc index 4e50d2388be..4abc92e07e2 100644 --- a/Master/texmf-dist/doc/latex/powerdot/RunDoc +++ b/Master/texmf-dist/doc/latex/powerdot/RunDoc @@ -5,7 +5,7 @@ # other style name) to generate .001 and .002 files which # will be included by the documentation. -latex powerdot.dtx +latex powerdot.tex latex "\def\style{default}\input{powerdot-styleexample}" latex "\def\style{default}\input{powerdot-styleexample}" @@ -75,20 +75,22 @@ latex powerdot.dtx latex "\def\style{upen}\input{powerdot-styleexample}" dvips -i powerdot-styleexample -o powerdot-styleexample-upen.ps -latex powerdot.dtx -latex powerdot.dtx +latex powerdot.tex +latex powerdot.tex 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 +latex powerdot.tex +latex powerdot.tex dvips powerdot.dvi ps2pdf powerdot.ps -rm *.aux *.log *.i?? *.g?? - latex powerdotDE.tex latex powerdotDE.tex +rm *.aux *.log *.i?? *.g?? *.toc *.dvi *.blg *.ps *.bm *.bbl +rm powerdot-styleexample-* + + # If you also want to generate the source code documentation, # remove \OnlyDescription from the preamble of powerdot.dtx # prior to compiling the source. |