~ubuntu-branches/ubuntu/intrepid/tcm/intrepid

« back to all changes in this revision

Viewing changes to lib/tcm.conf

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2003-07-03 20:08:21 UTC
  • Revision ID: james.westby@ubuntu.com-20030703200821-se4xtqx25e5miczi
Tags: upstream-2.20
ImportĀ upstreamĀ versionĀ 2.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## TCM configuration file.
 
2
##
 
3
## This file, when installed as $TCM_HOME/lib/tcm.conf, will be the system wide
 
4
## initialization file, which is read by each TCM editor upon startup.
 
5
## Users may override some of the options in $HOME/.tcmrc
 
6
##
 
7
## You may edit this file by hand (make a copy!), but you are advised to 
 
8
## modify the _values_ of the configuration options only.
 
9
 
 
10
################################################################################
 
11
# Default Printing/Export Properties
 
12
################################################################################
 
13
 
 
14
# The name of the printer. Otherwise the PRINTER environment variable is used
 
15
# { PrinterName lp }
 
16
 
 
17
# Unix print command (lp, lpr, ...). Normally this command is determined bij 
 
18
# TCM but here it can set explicitly like:
 
19
# { PrintCommand /usr/bin/lpr }
 
20
 
 
21
# Unix command to remove a job from the printer queue (lprm, cancel, ...). 
 
22
# Normally this command is found by TCM but here it can set explicitly.
 
23
# { PrinterRemoveCommand /usr/bin/lprm } 
 
24
 
 
25
# Unix command to view the printer queue (lpq, lpstat, ...). 
 
26
# Normally this command is determined by TCM but here it can set explicitly.
 
27
# { PrinterQueueCommand /usr/bin/lpq }  
 
28
 
 
29
# Unix command to see PostScript print preview (gv, ghostview,
 
30
# pageview, ...). Normally this command is determined bij TCM but here it 
 
31
# can set explicitly like:
 
32
# { PreviewCommand /usr/X11/bin/ghostview }
 
33
 
 
34
# This command is used for generating .gif files.
 
35
# { Fig2DevCommand /usr/local/bin/fig2dev }
 
36
 
 
37
# Default export file format (PostScript, EPS, Fig, GIF)
 
38
{ ExportFormat EPS }
 
39
 
 
40
# Print colors (instead of grayscale) in PostScript?
 
41
{ PrintColors True }
 
42
 
 
43
# Print at both sides of the paper when possible?
 
44
{ PrintDuplexPages True }
 
45
 
 
46
# Print backside pages flipped relative to the front side
 
47
# pages when possible? Only effective when PrintDuplexPages is True.
 
48
{ PrintTumbledPages False }
 
49
 
 
50
# Print banner page (Default, None or TCM_Banner)
 
51
{ BannerPage Default }
 
52
 
 
53
# Temporary files for storing PostScript before printing.
 
54
# Maybe you prefer a different directory.
 
55
{ TmpFile /tmp/tcmXXXXXX }
 
56
 
 
57
# PostScript character encoding. Possible values: Standard and ISO_8859_1
 
58
# Standard means the Adobe standard encoding, ISO_8859_1 means the ISO
 
59
# Latin-1 encoding, which is necessary to show all the letters of
 
60
# many European languages.
 
61
{ CharacterEncoding ISO_8859_1 }
 
62
 
 
63
# Print Portrait or Landscape
 
64
{ PageOrientation Portrait }    
 
65
 
 
66
# The page boundaries are visible?
 
67
{ ShowPageBoundary True }
 
68
 
 
69
# Print A4, Letter, Legal or Executive.
 
70
{ PageSize A4 }
 
71
 
 
72
# Page numbers are visible and printed?
 
73
{ IncludePageNumbers False }
 
74
 
 
75
# Document info is visible and printed: None, Header or Footer
 
76
{ IncludeDocumentInfo None }  
 
77
 
 
78
 
 
79
################################################################################
 
80
# Default View, Scale and Edit properties
 
81
################################################################################
 
82
 
 
83
# Tables and shapes are automatically resized when the text 
 
84
# in it does not fit?
 
85
{ AutoResizing True }
 
86
 
 
87
# Text is edited directly in the drawing area instead of
 
88
# a separate window?
 
89
{ InlineEditor True }
 
90
 
 
91
# The default factor (between .1 and 5.0) by which the drawing is zoomed 
 
92
# in or out.
 
93
{ ScaleFactor 1.2 }
 
94
 
 
95
# A grid is drawn over the drawing area?
 
96
{ ShowGrid False }
 
97
 
 
98
# The size of the grid when ShowGrid is True (between 10 and 50).
 
99
{ GridSize 30 }
 
100
 
 
101
# The position of the shapes are constrained to discrete positions?
 
102
{ PointSnapping True }
 
103
 
 
104
# The distance between the positions when PointSnapping is True
 
105
# (between 1 and 50).
 
106
{ PointDistance 10 }
 
107
 
 
108
# The (invisible) range around a text in which clicking selects the text.
 
109
{ TextSelectDistance 2 }
 
110
 
 
111
# The (invisible) range around a line in which clicking selects the line.
 
112
{ LineSelectDistance 12 }
 
113
 
 
114
################################################################################
 
115
# Default Shape and Text properties 
 
116
################################################################################
 
117
 
 
118
# Use X scalable fonts.
 
119
{ ScalableFonts True }
 
120
 
 
121
# Textshapes are by default underlined?
 
122
{ Underlined False }
 
123
 
 
124
# The font foundry. We prefer Adobe because then the X and
 
125
# PostScript fonts look similar.
 
126
{ FontFoundry * }
 
127
 
 
128
# Default font family:
 
129
# Helvetica, Times, Courier, NewCenturySchoolbook or Greek
 
130
{ FontFamily Helvetica }
 
131
 
 
132
# Default font style:
 
133
# Roman, Italic, Bold or BoldItalic
 
134
{ FontStyle Roman }
 
135
 
 
136
# Default point size: 6, 8, 10, 12, 14, 18 or 24
 
137
{ PointSize 10 }
 
138
 
 
139
# The default alignment of multi-line text shapes of the diagram
 
140
# editors: Left, Center or Right
 
141
{ TextAlignment Center }
 
142
 
 
143
# The default line width (between 1 and 10).
 
144
{ LineWidth 1 }
 
145
 
 
146
# The default line style (does not affect default node/edge line
 
147
# style in the diagram editors)
 
148
{ LineStyle Solid}
 
149
 
 
150
# default line color
 
151
{ LineColor Black}
 
152
 
 
153
# default text color
 
154
{ TextColor Black}
 
155
 
 
156
# default fill color (when the fill style is not unfilled).
 
157
{ FillColor White}
 
158
 
 
159
 
 
160
################################################################################
 
161
# Default User Interface Properties
 
162
################################################################################
 
163
 
 
164
# Start TCM always with a private colormap?
 
165
{ PrivateColormap False }
 
166
 
 
167
# Ask a "are you really sure?" before you quit an editor.
 
168
{ AskBeforeQuit False }
 
169
 
 
170
# GUI Style View Mode: Classic or Modern
 
171
{ GUIstyle Modern }
 
172
 
 
173
# The foreground color of the drawing area (used for everything
 
174
# outside the (text) shapes.
 
175
{ DrawingForeground  Black }
 
176
 
 
177
# The background color of the drawing area.
 
178
{ DrawingBackground  White }
 
179
 
 
180
# Initial width of the drawing area.
 
181
{ DrawingWidth 1330 }
 
182
 
 
183
# Initial height of the drawing area.
 
184
{ DrawingHeight 1330 }
 
185
 
 
186
# Maximum width of the drawing area.
 
187
{ DrawingMaxWidth 3000 }
 
188
 
 
189
# Maximum height of the drawing area.
 
190
{ DrawingMaxHeight 3000 }
 
191
 
 
192
# Startup Window View Mode
 
193
{ StartupWindowSmall False }
 
194
 
 
195
 
 
196
################################################################################
 
197
# Default Table Editor Properties
 
198
################################################################################
 
199
 
 
200
# Text margin width
 
201
{ TableMarginWidth 5 }
 
202
 
 
203
# Text margin height
 
204
{ TableMarginHeight 5 }
 
205
 
 
206
# Text alignment in columns
 
207
{ ColumnAlignment Left }
 
208
 
 
209
# Text alignment in rows
 
210
{ RowAlignment Center }
 
211
 
 
212
# Default row height
 
213
{ DefaultRowHeight 26 }
 
214
 
 
215
# Default column width
 
216
{ DefaultColumnWidth 65 }
 
217
 
 
218
# Number of columns in a new table
 
219
{ NumberOfColumns 7 }
 
220
 
 
221
# Number of row in a new table
 
222
{ NumberOfRows 7 }
 
223
 
 
224
# Show a number label for every row and column
 
225
{ ShowRowColumnLabels True }
 
226
 
 
227
# Print/Export a number for every row and column
 
228
{ PrintRowColumnLabels False }
 
229
 
 
230
# Default position of a new table
 
231
{ TableTopLeft 20 80 }
 
232
 
 
233
# FE Table columns have a specific width
 
234
{ FETcolumnWidth 52 }
 
235
 
 
236
# TU Table columns have a specific width
 
237
{ TUTcolumnWidth 81 }
 
238
 
 
239
# TU Tables have a specific number of columns
 
240
{ TUTnumberOfColumns 5 }
 
241
 
 
242
 
 
243
################################################################################
 
244
# Default System Properties
 
245
################################################################################
 
246
# Send an email to us when an editor crashes?
 
247
{ SendEmailOnCrash False }
 
248
 
 
249
# Send an email to us when an editor starts up?
 
250
{ SendEmailOnStartup False }
 
251
 
 
252
# TCM email address
 
253
{ EmailAddress tcm@cs.utwente.nl }
 
254
 
 
255
# Additional point size(s)
 
256
#{ AddPointSize 9 }
 
257
#{ AddPointSize 11 }