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

« back to all changes in this revision

Viewing changes to man/man1/tfet.1

  • 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
.TH TFET 1 "9 January 2000"
 
2
.SH NAME
 
3
tfet \- Tool for Function Entity-type Tables 
 
4
.SH SYNOPSIS
 
5
.B tfet
 
6
.RI [ options ]
 
7
.RI [ document ]
 
8
.SH DESCRIPTION
 
9
\fItfet\fP
 
10
is an X11/Motif based graphical editor for drawing function entity-type
 
11
tables. Documents can be loaded from and stored to a file. It can print
 
12
documents to a PostScript printer or save as PostScript to a file.
 
13
 
 
14
\fItfet\fP is part of \fIThe Toolkit for Conceptual Modeling (TCM)\fP.
 
15
 
 
16
.SH ARGUMENTS
 
17
You can call \fItfet\fP with a single document name as argument. 
 
18
If this argument is an existing file then \fItfet\fP
 
19
tries to load a document from it. If it does not exist, a new document
 
20
is created with the argument as document name. \fItfet\fP files should
 
21
have suffix '*.fet'.
 
22
 
 
23
Without a document name as argument, \fItfet\fP creates a new 
 
24
function entity-type document with the name 'untitled.fet'.
 
25
 
 
26
In addition to the standard X11 toolkit options (see X11(7)) \fItfet\fP accepts
 
27
the options listed below:
 
28
.TP
 
29
.B \-cell \fIwidth\fPx\fIheight\fP
 
30
Sets the minimal cell size of the editor to \fIwidth\fP pixels
 
31
wide and \fIheight\fP pixels high. The cells in the initial table
 
32
have the minimal size.
 
33
.TP
 
34
.B \-drawing \fIwidth\fPx\fIheight\fP
 
35
Create a drawing area of \fIwidth\fP pixels wide and
 
36
\fIheight\fP pixels high.
 
37
.TP
 
38
.B \-help
 
39
Write all available options to standard output and quit.
 
40
.TP
 
41
.B \-maxdrawing \fIwidth\fPx\fIheight\fP
 
42
The drawing area can not be larger than \fIwidth\fP pixels wide and
 
43
\fIheight\fP pixels high.
 
44
.TP
 
45
.B \-priv_cmap 
 
46
Start the editor with a private colormap.
 
47
.TP
 
48
.B \-projdir \fIdirectory\fP
 
49
Set the project directory (current working directory) to \fIdirectory\fP.
 
50
.TP
 
51
.B \-table \fIrows\fPx\fIcolumns\fP
 
52
The table editor will be initialized with a table having \fIrows\fP
 
53
rows and \fIcolumns\fP columns. By default the initial table has
 
54
7 rows and 7 columns.
 
55
.TP
 
56
.B \-toEPS [\fIfile\fP.eps]
 
57
Generate EPS (to \fIfile\fP.eps or stdout when no file name was 
 
58
given) and quit.
 
59
.TP
 
60
.B \-toFig [\fIfile\fP.fig] [-latex]
 
61
Generate Fig format (to \fIfile\fP.fig or stdout when no file name was
 
62
given and quit. When the -latex option is given, LaTeX fonts are
 
63
generated, otherwise normal PostScript fonts are generated.
 
64
The Fig format can be read by xfig(1) and fig2dev(1).
 
65
.TP
 
66
.B \-toPNG \fIfile\fP.png
 
67
Generate PNG format to \fIfile\fP.png and quit.
 
68
.TP
 
69
.B \-toPS [\fIfile\fP.ps]
 
70
Generate PostScript (to \fIfile\fP.ps or stdout when no file name was
 
71
given) and quit.
 
72
.TP
 
73
.B \-version                
 
74
Write the TCM version to standard output and quit.
 
75
 
 
76
.SH ENVIRONMENT
 
77
The \fBTCM_HOME\fP environment variable should be the directory
 
78
where the TCM files are installed.
 
79
.TP
 
80
.B PATH   
 
81
Should include $TCM_HOME/bin
 
82
.TP
 
83
.B MANPATH
 
84
Should include $TCM_HOME/man
 
85
.TP
 
86
.B PRINTER
 
87
Name of the default printer that is used by \fItfet\fP.
 
88
.TP
 
89
.B LD_LIBRARY_PATH 
 
90
Should include $TCM_HOME/lib
 
91
when the distribution contains shared
 
92
object libraries in $TCM_HOME/lib.
 
93
 
 
94
.SH FILES
 
95
The following relative files are relative to $TCM_HOME.
 
96
.TP
 
97
\fIbin/tfet\fP 
 
98
the function entity-type table editor.
 
99
.TP
 
100
\fIbin/psf\fP
 
101
a program to filter PostScript output.
 
102
.TP
 
103
\fIlib/banner.ps\fP
 
104
PostScript banner page that can be used when the printer
 
105
does not print a banner page.
 
106
.TP
 
107
\fIlib/help/*\fP
 
108
The help directory contains a collection of text files for
 
109
the on-line help.
 
110
.TP
 
111
\fIlib/TCM\fP
 
112
X Resources (the same as the ones that are built-in).
 
113
You can customize the fonts and colors by setting resources
 
114
in your X defaults database.  Each string of the form
 
115
``TCM.resource:definition'' sets a resource.
 
116
.TP
 
117
.I /tmp/tcmXXXXXX                       
 
118
Pseudo random temporary file, for PostScript output.
 
119
.TP 
 
120
\fIlib/tcm.conf\fP
 
121
TCM editor configuration file. This file contains values
 
122
for some of the editor defaults like the page size, the default 
 
123
fonts etc. This file is read by each editor upon startup.
 
124
.TP
 
125
\fI$HOME/.tcmrc\fP
 
126
Each user of TCM can override some of the options of tcm.conf
 
127
by its own configuration file, installed in $HOME/.tcmrc.
 
128
 
 
129
.SH SEE ALSO
 
130
Frank Dehne, Roel Wieringa and Henk van de Zandschulp -- 
 
131
TCM (Toolkit for Conceptual Modeling),
 
132
User's Guide and Reference.
 
133
This document is available as PostScript and HTML
 
134
in $TCM_HOME/doc or as HTML via the URL
 
135
http://www.cs.utwente.nl/~tcm/tcm-usersguide.html.
 
136
 
 
137
tcm(1), X11(7), xfig(1), fig2dev(1)
 
138
 
 
139
.SH AUTHOR
 
140
Frank Dehne (frank@cs.vu.nl).
 
141
 
 
142
.SH BUGS
 
143
Please send bug reports to tcm@cs.utwente.nl.
 
144