summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/powerdot/docs/RunExamples
blob: d386d757264e7786b64e94502a80892a9e8afff0 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
#!/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 "\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

rm *.aux *.log *.i?? *.g?? *.toc *.dvi *.blg *.bm *.bbl

# If you also want to generate the source code documentation,
# remove \OnlyDescription from the preamble of powerdot.dtx
# prior to compiling the source.
#