This file is indexed.

/etc/tcm/tcm.conf is in tcm 2.20+TSQD-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
## TCM configuration file.
##
## This file, when installed as $TCM_HOME/lib/tcm.conf, will be the system wide
## initialization file, which is read by each TCM editor upon startup.
## Users may override some of the options in $HOME/.tcmrc
##
## You may edit this file by hand (make a copy!), but you are advised to 
## modify the _values_ of the configuration options only.

################################################################################
# Default Printing/Export Properties
################################################################################

# The name of the printer. Otherwise the PRINTER environment variable is used
# { PrinterName lp }

# Unix print command (lp, lpr, ...). Normally this command is determined bij 
# TCM but here it can set explicitly like:
# { PrintCommand /usr/bin/lpr }

# Unix command to remove a job from the printer queue (lprm, cancel, ...). 
# Normally this command is found by TCM but here it can set explicitly.
# { PrinterRemoveCommand /usr/bin/lprm } 

# Unix command to view the printer queue (lpq, lpstat, ...). 
# Normally this command is determined by TCM but here it can set explicitly.
# { PrinterQueueCommand /usr/bin/lpq }  

# Unix command to see PostScript print preview (gv, ghostview,
# pageview, ...). Normally this command is determined bij TCM but here it 
# can set explicitly like:
# { PreviewCommand /usr/X11/bin/ghostview }

# This command is used for generating .gif files.
# { Fig2DevCommand /usr/local/bin/fig2dev }

# Default export file format (PostScript, EPS, Fig, GIF)
{ ExportFormat EPS }

# Print colors (instead of grayscale) in PostScript?
{ PrintColors True }

# Print at both sides of the paper when possible?
{ PrintDuplexPages True }

# Print backside pages flipped relative to the front side
# pages when possible? Only effective when PrintDuplexPages is True.
{ PrintTumbledPages False }

# Print banner page (Default, None or TCM_Banner)
{ BannerPage Default }

# Temporary files for storing PostScript before printing.
# Maybe you prefer a different directory.
{ TmpFile /tmp/tcmXXXXXX }

# PostScript character encoding. Possible values: Standard and ISO_8859_1
# Standard means the Adobe standard encoding, ISO_8859_1 means the ISO
# Latin-1 encoding, which is necessary to show all the letters of
# many European languages.
{ CharacterEncoding ISO_8859_1 }

# Print Portrait or Landscape
{ PageOrientation Portrait }    

# The page boundaries are visible?
{ ShowPageBoundary True }

# Print A4, Letter, Legal or Executive.
{ PageSize A4 }

# Page numbers are visible and printed?
{ IncludePageNumbers False }

# Document info is visible and printed: None, Header or Footer
{ IncludeDocumentInfo None }  


################################################################################
# Default View, Scale and Edit properties
################################################################################

# Tables and shapes are automatically resized when the text 
# in it does not fit?
{ AutoResizing True }

# Text is edited directly in the drawing area instead of
# a separate window?
{ InlineEditor True }

# The default factor (between .1 and 5.0) by which the drawing is zoomed 
# in or out.
{ ScaleFactor 1.2 }

# A grid is drawn over the drawing area?
{ ShowGrid False }

# The size of the grid when ShowGrid is True (between 10 and 50).
{ GridSize 30 }

# The position of the shapes are constrained to discrete positions?
{ PointSnapping True }

# The distance between the positions when PointSnapping is True
# (between 1 and 50).
{ PointDistance 10 }

# The (invisible) range around a text in which clicking selects the text.
{ TextSelectDistance 2 }

# The (invisible) range around a line in which clicking selects the line.
{ LineSelectDistance 12 }

################################################################################
# Default Shape and Text properties 
################################################################################

# Use X scalable fonts.
{ ScalableFonts True }

# Textshapes are by default underlined?
{ Underlined False }

# The font foundry. We prefer Adobe because then the X and
# PostScript fonts look similar.
{ FontFoundry * }

# Default font family:
# Helvetica, Times, Courier, NewCenturySchoolbook or Greek
{ FontFamily Courier }

# Default font style:
# Roman, Italic, Bold or BoldItalic
{ FontStyle Roman }

# Default point size: 6, 8, 10, 12, 14, 18 or 24
{ PointSize 10 }

# The default alignment of multi-line text shapes of the diagram
# editors: Left, Center or Right
{ TextAlignment Center }

# The default line width (between 1 and 10).
{ LineWidth 1 }

# The default line style (does not affect default node/edge line
# style in the diagram editors)
{ LineStyle Solid}

# default line color
{ LineColor Black}

# default text color
{ TextColor Black}

# default fill color (when the fill style is not unfilled).
{ FillColor White}


################################################################################
# Default User Interface Properties
################################################################################

# Start TCM always with a private colormap?
{ PrivateColormap False }

# Ask a "are you really sure?" before you quit an editor.
{ AskBeforeQuit False }

# GUI Style View Mode: Classic or Modern
{ GUIstyle Modern }
 
# The foreground color of the drawing area (used for everything
# outside the (text) shapes.
{ DrawingForeground  Black }

# The background color of the drawing area.
{ DrawingBackground  White }

# Initial width of the drawing area.
{ DrawingWidth 1330 }

# Initial height of the drawing area.
{ DrawingHeight 1330 }

# Maximum width of the drawing area.
{ DrawingMaxWidth 3000 }

# Maximum height of the drawing area.
{ DrawingMaxHeight 3000 }

# Startup Window View Mode
{ StartupWindowSmall False }


################################################################################
# Default Table Editor Properties
################################################################################

# Text margin width
{ TableMarginWidth 5 }

# Text margin height
{ TableMarginHeight 5 }

# Text alignment in columns
{ ColumnAlignment Left }

# Text alignment in rows
{ RowAlignment Center }

# Default row height
{ DefaultRowHeight 26 }

# Default column width
{ DefaultColumnWidth 65 }

# Number of columns in a new table
{ NumberOfColumns 7 }

# Number of row in a new table
{ NumberOfRows 7 }

# Show a number label for every row and column
{ ShowRowColumnLabels True }

# Print/Export a number for every row and column
{ PrintRowColumnLabels False }

# Default position of a new table
{ TableTopLeft 20 80 }

# FE Table columns have a specific width
{ FETcolumnWidth 52 }

# TU Table columns have a specific width
{ TUTcolumnWidth 81 }

# TU Tables have a specific number of columns
{ TUTnumberOfColumns 5 }


################################################################################
# Default System Properties
################################################################################
# Send an email to us when an editor crashes?
{ SendEmailOnCrash False }

# Send an email to us when an editor starts up?
{ SendEmailOnStartup False }

# TCM email address
{ EmailAddress tcm@cs.utwente.nl }

# Additional point size(s)
#{ AddPointSize 9 }
#{ AddPointSize 11 }