~ubuntu-branches/ubuntu/utopic/tcm/utopic

« back to all changes in this revision

Viewing changes to man/man1/ttut.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 TTUT 1 "9 January 2000"
 
2
.SH NAME
 
3
ttut \- Tool for Transaction-Use Tables 
 
4
.SH SYNOPSIS
 
5
.B ttut
 
6
.RI [ options ]
 
7
.RI [ document ]
 
8
.SH DESCRIPTION
 
9
\fIttut\fP
 
10
is an X11/Motif based graphical editor for drawing transaction-use tables.
 
11
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
\fIttut\fP is part of \fIThe Toolkit for Conceptual Modeling (TCM)\fP.
 
15
 
 
16
.SH ARGUMENTS
 
17
You can call \fIttut\fP with a single document name as argument. 
 
18
If this argument is an existing file then \fIttut\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. \fIttut\fP files should
 
21
have suffix '*.tut'.
 
22
 
 
23
Without a document name as argument, \fIttut\fP creates a new 
 
24
transaction-use table with the name 'untitled.tut'.
 
25
 
 
26
In addition to the standard X11 toolkit options (see X11(7)) \fIttut\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 \fIttut\fP.
 
88
.TP
 
89
.B LD_LIBRARY_PATH 
 
90
Should include $TCM_HOME/lib when the
 
91
distribution contains shared object libraries in $TCM_HOME/lib.
 
92
 
 
93
.SH FILES
 
94
The following relative files are relative to $TCM_HOME.
 
95
.TP
 
96
\fIbin/ttut\fP 
 
97
the transaction-use table editor.
 
98
.TP
 
99
\fIbin/psf\fP
 
100
a program to filter PostScript output.
 
101
.TP
 
102
\fIlib/banner.ps\fP
 
103
PostScript banner page that can be used when the printer
 
104
does not print a banner page.
 
105
.TP
 
106
\fIlib/help/*\fP
 
107
The help directory contains a collection of text files for
 
108
the on-line help.
 
109
.TP
 
110
\fIlib/TCM\fP
 
111
X Resources (the same as the ones that are built-in).
 
112
You can customize the fonts and colors by setting resources
 
113
in your X defaults database.  Each string of the form
 
114
``TCM.resource:definition'' sets a resource.
 
115
.TP
 
116
.I /tmp/tcmXXXXXX                       
 
117
Pseudo random temporary file, for PostScript output.
 
118
.TP 
 
119
\fIlib/tcm.conf\fP
 
120
TCM editor configuration file. This file contains values
 
121
for some of the editor defaults like the page size, the default 
 
122
fonts etc. This file is read by each editor upon startup.
 
123
.TP
 
124
\fI$HOME/.tcmrc\fP
 
125
Each user of TCM can override some of the options of tcm.conf
 
126
by its own configuration file, installed in $HOME/.tcmrc.
 
127
 
 
128
.SH SEE ALSO
 
129
Frank Dehne, Roel Wieringa and Henk van de Zandschulp -- 
 
130
TCM (Toolkit for Conceptual Modeling),
 
131
User's Guide and Reference.
 
132
This document is available as PostScript and HTML
 
133
in $TCM_HOME/doc or as HTML via the URL
 
134
http://www.cs.utwente.nl/~tcm/tcm-usersguide.html.
 
135
 
 
136
tcm(1), X11(7), xfig(1), fig2dev(1)
 
137
 
 
138
.SH AUTHOR
 
139
Frank Dehne (frank@cs.vu.nl).
 
140
 
 
141
.SH BUGS
 
142
Please send bug reports to tcm@cs.utwente.nl.
 
143