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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
%% -*-bibtex-*-
@STRING{tugboat = {TUGboat} }
@STRING{beiprogramm = {{\TeX}-Beiprogramm} }
@STRING{bretter = {Bretter, die die Welt bedeuten} }
@STRING{dtk = {{D}ie {\TeX}nische {K}om{\"o}die} }
@STRING{editorial = {Editorial} }
@STRING{fremdebuehne = {Von fremden B{\"u}hnen} }
@STRING{fundus = {Aus dem Fundus} }
@STRING{hinterbuehne = {Hinter der B{\"u}hne} }
@STRING{leserbrief = {Leserbrief(e)} }
@STRING{magazin = {Magazin} }
@STRING{rezension = {Rezensionen} }
@STRING{schonimmer = {Was Sie schon immer {\"u}ber {\TeX} wissen wollten \dots} }
@STRING{theaterkasse = {Von der Theaterkasse} }
@STRING{theatertage = {{\TeX}-Theatertage} }
@Article{ dtk02.1:voss:mathematischen,
author = {Herbert Vo{\ss}},
title = {Die mathematischen Funktionen von Postscript},
journal = dtk,
year = 2002,
volume = {1/02},
altvolume = 1,
altnumber = 14,
month = mar,
pages = {},
annote = bretter,
keywords = {},
abstract = { \PS, faktisch genauso alt wie {\TeX}, ist im
Verh{\"a}ltnis dazu allgemein noch weniger bekannt, wenn es
darum geht zu beurteilen, was es denn nun im eigentlichen
Sinne ist. Au{\ss}erdem wird h{\"a}ufig vergessen, dass
sich mit den \PS-Funktionen viele Dinge erledigen lassen,
bei denen sonst auf externe Programme zur{\"u}ckgegriffen
wird. Dies wird im Folgenden f{\"u}r die mathematischen
Funktionen im Zusammenhang mit dem Paket \texttt{pst-plot}
gezeigt. }
}
@Book{companion,
author = {Michel Goosens and Frank Mittelbach and Alexander
Samarin},
title = {The {\LaTeX} {G}raphics {C}ompanion},
publisher = {{Addison-Wesley Publishing Company}},
year = {1997},
address = {Reading, Mass.}
}
@Book{voss:chaos,
author = {Herbert Vo{\ss}},
title = {Chaos und {F}raktale selbst programmieren: von {M}andelbrotmengen {\"u}ber {F}arbmanipulationen zur perfekten Darstellung},
publisher = {{Franzis Verlag}},
year = {1994},
address = {Poing}
}
@Article{girou:01:,
author = {Denis Girou},
title = {Pr\'esentation de {PST}ricks},
journal = {Cahier {GUT}enberg},
year = 1994,
volume = {16},
month = apr,
pages = {21-70}
}
@Article{girou:02:,
author = {{Timothy van} Zandt and Denis Girou},
title = {Inside {PST}ricks},
journal = TUGboat,
year = 1994,
volume = {15},
month = sep,
pages = {239-246}
}
@Book{PostScript,
Author = {Kollock, Nikolai G.},
Title = {PostScript richtig eingesetzt: vom {K}onzept zum
praktischen {E}insatz},
Publisher = {IWT},
Address = {Vaterstetten},
year = 1989,
}
@Book{ThinkPostScript,
Author = {Reid, Glenn C.},
Title = {Thinking in {P}ost{S}cript},
Publisher = {Addison-Wesley},
Address = {Boston},
year = 1990,
}
@Manual{pstricks,
Title = {PSTricks - {\PS} macros for generic {\TeX}},
Author = {{Timothy van} Zandt},
Organization = {},
Address = {\url{http://www.tug.org/application/PSTricks}},
Note = {},
year = 1993
}
@Manual{pst-plot,
Title = {\texttt{pst-plot}: Plotting two dimensional functions and data},
Author = {{Timothy van} Zandt},
Organization = {},
Address = {\url{CTAN:graphics/pstricks/generic/pst-plot.tex}},
Note = {},
year = 1999
}
@Manual{multido,
Title = {\texttt{multido.tex} - a loop macro, that supports fixed-point addition},
Author = {{Timothy van} Zandt},
Organization = {},
Address = {\url{CTAN:/graphics/pstricks/generic/multido.tex}},
Note = {},
year = 1997
}
|