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

« back to all changes in this revision

Viewing changes to man/man1/ttdt.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 TTDT 1 "9 January 2000"
 
2
.SH NAME
 
3
ttdt \- Tool for Transaction Decomposition Tables 
 
4
.SH SYNOPSIS
 
5
.B ttdt
 
6
.RI [ options ]
 
7
.RI [ document ]
 
8
.SH DESCRIPTION
 
9
\fIttdt\fP
 
10
is an X11/Motif based graphical editor for drawing transaction
 
11
decomposition tables.
 
12
Documents can be loaded from and stored to a file. It can print
 
13
documents to a PostScript printer or save as PostScript to a file.
 
14
 
 
15
\fIttdt\fP is part of \fIThe Toolkit for Conceptual Modeling (TCM)\fP.
 
16
 
 
17
.SH ARGUMENTS
 
18
You can call \fIttdt\fP with a single document name as argument. 
 
19
If this argument is an existing file then \fIttdt\fP
 
20
tries to load a document from it. If it does not exist, a new document
 
21
is created with the argument as document name. \fIttdt\fP files should
 
22
have suffix '*.tdt'.
 
23
 
 
24
Without a document name as argument, \fIttdt\fP creates a new 
 
25
transaction decomposition table with the name 'untitled.tdt'.
 
26
 
 
27
In addition to the standard X11 toolkit options (see X11(7)) \fIttdt\fP accepts
 
28
the options listed below:
 
29
.TP
 
30
.B \-cell \fIwidth\fPx\fIheight\fP
 
31
Sets the minimal cell size of the editor to \fIwidth\fP pixels
 
32
wide and \fIheight\fP pixels high. The cells in the initial table
 
33
have the minimal size.
 
34
.TP
 
35
.B \-drawing \fIwidth\fPx\fIheight\fP
 
36
Create a drawing area of \fIwidth\fP pixels wide and
 
37
\fIheight\fP pixels high.
 
38
.TP
 
39
.B \-help
 
40
Write all available options to standard output and quit.
 
41
.TP
 
42
.B \-maxdrawing \fIwidth\fPx\fIheight\fP
 
43
The drawing area can not be larger than \fIwidth\fP pixels wide and
 
44
\fIheight\fP pixels high.
 
45
.TP
 
46
.B \-priv_cmap
 
47
Start the editor with a private colormap.
 
48
.TP
 
49
.B \-projdir \fIdirectory\fP
 
50
Set the project directory (current working directory) to \fIdirectory\fP.
 
51
.TP
 
52
.B \-table \fIrows\fPx\fIcolumns\fP
 
53
The table editor will be initialized with a table having \fIrows\fP
 
54
rows and \fIcolumns\fP columns. By default the initial table has
 
55
7 rows and 7 columns.
 
56
.TP
 
57
.B \-toEPS [\fIfile\fP.eps]
 
58
Generate EPS (to \fIfile\fP.eps or stdout when no file name was 
 
59
given) and quit.
 
60
.TP
 
61
.B \-toFig [\fIfile\fP.fig] [-latex]
 
62
Generate Fig format (to \fIfile\fP.fig or stdout when no file name was
 
63
given and quit. When the -latex option is given, LaTeX fonts are
 
64
generated, otherwise normal PostScript fonts are generated.
 
65
The Fig format can be read by xfig(1) and fig2dev(1).
 
66
.TP
 
67
.B \-toPNG \fIfile\fP.png
 
68
Generate PNG format to \fIfile\fP.png and quit.
 
69
.TP
 
70
.B \-toPS [\fIfile\fP.ps]
 
71
Generate PostScript (to \fIfile\fP.ps or stdout when no file name was
 
72
given) and quit.
 
73
.TP
 
74
.B \-version                
 
75
Write the TCM version to standard output and quit.
 
76
 
 
77
.SH ENVIRONMENT
 
78
The \fBTCM_HOME\fP environment variable should be the directory
 
79
where the TCM files are installed.
 
80
.TP
 
81
.B PATH   
 
82
Should include $TCM_HOME/bin
 
83
.TP
 
84
.B MANPATH
 
85
Should include $TCM_HOME/man
 
86
.TP
 
87
.B PRINTER
 
88
Name of the default printer that is used by \fIttdt\fP.
 
89
.TP
 
90
.B LD_LIBRARY_PATH
 
91
Should include $TCM_HOME/lib 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/ttdt\fP 
 
98
the transaction decomposition 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