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
|
%% -*-bibtex-*-
@STRING{bretter = {Bretter, die die Welt bedeuten} }
@STRING{dtk = {{D}ie {\TeX}nische {K}om{\"o}die} }
@STRING{PS = {{P}ost{S}cript} }
@String{j-TUGboat = "TUGboat"}
@Book{PSTricks2,
author = {Herbert Vo\ss},
title = {{\PST} {G}rafik f\"ur \TeX{} und \LaTeX},
edition = {second},
publisher = {DANTE -- Lehmanns},
year = {2005},
address = {Heidelberg/Hamburg}
}
@Book{companion,
author = {Frank Mittelbach and Michel Goosens et al},
title = {The {\LaTeX} {G}raphics {C}ompanion},
edition = {second},
publisher = {Addison-Wesley Publishing Company},
year = {2004},
address = {Boston}
}
@Article{girou:01,
author = {Denis Girou},
title = {Pr\'esentation de {PST}ricks},
journal = {Cahier GUTenberg},
year = 1994,
volume = {16},
month = apr,
pages = {21-70}
}
@Article{girou:02,
author = {Timothy Van Zandt and Denis Girou},
title = {Inside PSTricks},
journal = {TUGboat},
year = {1994},
volume = {15},
month = sep,
pages = {239-246}
}
@Manual{pstricks,
Title = {{PST}ricks - {\PS} macros for {G}eneric \TeX},
Author = {Timothy {V}an Zandt},
Organization = {},
Address = {\url{http://www.tug.org/application/PSTricks}},
Note = {},
year = 1993,
}
@Manual{pst-code,
Title = {{PST}ricks - {\PS} macros for {G}eneric \TeX, {D}ocumented {Code}},
Author = {Timothy {V}an Zandt},
Organization = {},
Address = {\url{CTAN:/graphics/pstricks/obsolete/doc/src/pst-code.tex}},
Note = {},
year = 1997,
}
@Article{rahtz:96-1,
author = {Sebastian Rahtz},
title = {An introduction to {PST}ricks, part {I}},
journal = {Baskerville},
address = {\url{CTAN: /usergrps/uktug/baskervi/}},
year = 1996,
volume = 6,
number = 1,
month = feb,
pages = {22-34}
}
@Article{rahtz:96-2,
author = {Sebastian Rahtz},
title = {An introduction to {PST}ricks, part {II}},
journal = {Baskerville},
address = {\url{CTAN: /usergrps/uktug/baskervi/}},
year = 1996,
volume = 6,
number = 2,
month = apr,
pages = {23-33}
}
@misc{LGC,
author = {Sebastian Rahtz},
title = {Most of the PSTricks examples of
The \LaTeX{} Graphics Companion},
howpublished = {CTAN:~\url{graphics/pstricks/doc/lgc/}}
}
@Manual{pst-labo,
Title = {\texttt{pst-labo} -- a {PST}ricks package for chemical Objects},
Author = {Denis Girou and Christoph Jorssen and Manuel Luque and Herbert Vo\ss},
Organization = {},
Address = {\url{CTAN: /graphics/pstricks/contrib/pst-labo/}},
Note = {},
year = 2005,
}
|