-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathlgt2svg.1
60 lines (50 loc) · 1.45 KB
/
lgt2svg.1
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
.TH lgt2svg 1 "November 19, 2024" "Logtalk 3.86.0" "Logtalk Documentation"
.SH NAME
lgt2svg \- Logtalk script for converting .d2 and .dot diagram files into SVG files
.SH SYNOPSIS
.B lgt2svg
[\fB-c \fIcommand\fR]
[\fB-- \fIarguments\fR]
.br
.B lgt2svg
[\fB-l \fIlayout\fR]
[\fB-- \fIarguments\fR]
.br
.B lgt2svg
.B \-v
.br
.B lgt2svg
.B \-h
.SH DESCRIPTION
\fBlgt2svg\fR is a Logtalk script for converting .d2 and .dot diagram files generated by the \fBdiagrams\fR tool in the current directory into SVG files.
.SH OPTIONS
.TP
.B \-c
Graphviz command (valid values are \fIdot\fR, \fIcirco\fR, \fIfdp\fR and \fIneato\fR; default is \fIdot\fR).
.TP
.B \-l
d2 layout (valid values are \fIdagre\fR, \fIelk\fR and \fItala\fR; default is \fIelk\fR).
.TP
.BI \--
Arguments to be passed to the converter command (no default).
.SH REQUIREMENTS
Requires recent versions of Graphviz and d2 installed with the command-line executables available from the system \fBPATH\fR.
.SH ENVIRONMENT
.TP
.B LOGTALKHOME
Specifies the location of the Logtalk installation.
.TP
.B LOGTALKUSER
Specifies the location of the Logtalk user directory.
.SH FILES
.TP
.BI $LOGTALKUSER/tools/diagrams/diagrams.css
CSS file styling the SVG diagram files.
.SH "SEE ALSO"
The Logtalk website at https://logtalk.org/
.PP
The Logtalk diagrams tool documentation at https://logtalk.org/manuals/devtools/diagrams.html
.SH AUTHOR
Paulo Moura <[email protected]>
.SH COPYRIGHT
Copyright (c) 1998-2024 Paulo Moura.