summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/shapepar/candleshape.def
blob: 3fe8e60a41dcf3b0fdb02998d6d5657eb9808fe6 (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
% From: "Timothy C. Burt" <tcburt@comp.uark.edu>
% ====- Definition of a candle shape -===========================
\def\candle{%
  {3.1}% Horizontal center
  {0}b{3}\\% Tip of flame
  {0.2}t{2.9}{0.1}\\%
  {0.4}t{2.9}{0.2}\\%
  {0.6}t{2.8}{0.4}\\%
  {0.8}t{2.7}{0.6}\\%
  {1.0}t{2.6}{0.8}\\%
  {1.2}t{2.5}{1.0}\\%
  {1.4}t{2.4}{1.3}\\%
  {1.6}t{2.3}{1.5}\\%
  {1.8}t{2.2}{1.6}\\%
  {2.0}t{2.1}{1.8}\\%
  {2.2}t{2.0}{2.0}\\%
  {2.4}t{2.0}{2.1}\\%
  {2.6}t{2.0}{2.1}\\%
  {2.8}t{1.9}{2.1}\\%
  {3.0}t{2.2}{1.8}\\%
  {3.2}t{2.5}{1.4}\\%
  {3.4}t{3.1}{0.3}\\% Bottom of flame
  {3.6}t{3.3}{0.1}\\% Wick
  {3.8}t{2.1}{2}\\% Top of candlestick
  {9.6}t{2.1}{2}\\% Bottom of candlestick
  {9.8}t{0.15}{6}\\% Top of candleholder
  {10.0}t{0.05}{6.1}\\%
  {10.2}t{0.00}{6.2}\\%
  {10.4}t{0.00}{6.3}\\%
  {10.6}t{0.05}{6.1}\\%
  {10.8}t{0.15}{6.0}\\%
  {11.0}t{0.30}{5.7}\\%
  {11.2}t{0.50}{5.3}\\%
  {11.4}t{1.00}{4.3}\\%
  {11.4}e{3.1}% Bottom of the candleholder ended on the centerline
}% End of candle definition.
% ====- End candle -========================================