-
Notifications
You must be signed in to change notification settings - Fork 0
/
strid.1
42 lines (42 loc) · 867 Bytes
/
strid.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
.\" Hey, EMACS: -*- nroff -*-
.TH STRID 1 "November 11, 2006"
.SH NAME
strid \- a string diagrams generator
.SH SYNOPSIS
.B strid
.RI [ options ] " file"\ ...
.SH DESCRIPTION
.B strid
is a string diagrams generator for inclusion into LaTeX documents.
.SH OPTIONS
.TP
.B \-\-help
Show summary of options.
.TP
.B \-\-dump\-conf
Dump configuration file in
.IR strid.conf .
.TP
.B \-\-full\-tex
Generate a full LaTeX file (with headers, etc.) instead of a file meant to be included.
.TP
.BI \-o\ file
Specfiy output file.
.TP
.BI \-\-scale\ factor
Scale the output figure.
.TP
.BI \-t\ type
Specify output type. For now the supported types are
.BR tikz \ and
.BR pstricks .
The default one is
.BR tikz .
.TP
.B \-v, \-\-version
Show version of program.
.SH SEE ALSO
.BR latex (1).
.SH AUTHOR
.B strid
was written by Samuel Mimram.