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

« back to all changes in this revision

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