summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/powerdot/docs/RunDoc
blob: b0a0ec257aa5b70a1103691869dcfa02a83a6c97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/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.tex
./RunExamples
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.tex
latex powerdot.tex
dvips powerdot.dvi
ps2pdf powerdot.ps
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.
#