blob: a688feb83a9d26d27833ae16318207ae200abd83 (
plain) (
blame)
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
|
###############################################################################
# #
# Lout setup file for pie charts #
# #
# Jeffrey H. Kingston #
# 16 October 2002 #
# #
# This file has been placed in the public domain by its author. #
# #
###############################################################################
###############################################################################
# #
# The @SysInclude { pief } line #
# #
# This line causes Lout to read the definitions for pie charts, and should #
# not be touched. #
# #
###############################################################################
@SysInclude { pief }
###############################################################################
# #
# The @PieSetup @Use clause #
# #
# To change the default value of any option, delete the # at the start of #
# its line and change the value between braces. #
# #
###############################################################################
@Use { @PieSetup
#############################################################################
# #
# General options #
# #
#############################################################################
# save { no }
# totalweight { 100 }
# radius { 2.5c }
# initialangle { 0d }
# leftextra { 0i }
# rightextra { 0i }
# aboveextra { 0i }
# belowextra { 0i }
#############################################################################
# #
# Caption options #
# #
#############################################################################
# leftcaption { }
# rightcaption { }
# abovecaption { }
# belowcaption { }
# leftgap { 0.5c }
# rightgap { 0.5c }
# abovegap { 0.5c }
# belowgap { 0.5c }
# hidecaptions { yes }
#############################################################################
# #
# Slice options #
# #
#############################################################################
# weight { 1 }
# paint { none }
# texture { solid }
# outlinestyle { solid }
# outlinedashlength { 0.2f }
# outlinewidth { thin }
# detach { no }
#############################################################################
# #
# Label options #
# #
#############################################################################
# label { }
# labelfont { -2p }
# labelbreak { clines }
# labelmargin { 0.2f }
# labelformat { @Body }
# labelradius { internal }
# labeladjust { 0 0 }
#############################################################################
# #
# finger options #
# #
#############################################################################
# finger { no }
# fingerstyle { solid }
# fingerdashlength { 0.2f }
# fingerwidth { thin }
# fingerradius { 0.7 }
# fingeradjust { 0 0 }
# fingerarrow { no }
# fingerarrowlength { 0.6f }
# fingerarrowwidth { 0.45f }
}
|