-
Notifications
You must be signed in to change notification settings - Fork 3
/
jigsaw-generate.1
79 lines (79 loc) · 2.51 KB
/
jigsaw-generate.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.\" Hey, EMACS: -*- nroff -*-
.\" (C) Copyright 2015 Julian Gilbey <[email protected]>
.\" For licence conditions, see COPYING
.TH JIGSAW-GENERATOR 1 "December 18, 2015"
.SH NAME
jigsaw-generator \- program to generate jigsaws and card sort activities
.SH SYNOPSIS
.B jigsaw-generator
.RI [ options ] " puzzlefile[.yaml]"
.SH DESCRIPTION
This manual page briefly documents the
.B jigsaw-generator
command.
.PP
.B jigsaw-generator
is a program that reads a YAML data file and from it creates a
"jigsaw" puzzle or card sorting activity, generally intended for
classroom use. For more information, see the documentation in
/usr/share/doc/jigsaw.
.SH OPTIONS
These programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-').
.PP
A summary of options is included below.
.TP
.B \-h, \-\-help
Show summary of options.
.TP
.B \-v, \-\-version
Show version information.
.TP
.BI "\-o " OUTPUT ", \-\-output " OUTPUT
Use
.I OUTPUT
as the basename of the output files, rather than puzzlefile.
.TP
.B \-\-noclean, \-\-no-clean
Do not clean the auxiliary files which are created (such as the LaTeX
file used to generate the PDF versions of the puzzle).
.TP
.B \-\-clean
Do clean the auxiliary files; this is the default behaviour.
.TP
.BI "\-\-latex " LATEX
The LaTeX variant to run. The default is pdflatex, but this default
can be overridden by the template file used.
.TP
.B \-\-nomakepdf, \-\-no-makepdf
Do not make PDF output files.
.TP
.B \-\-makepdf
Make PDF output files; this is the default behaviour.
.TP
.B \-\-nomakemd, \-\-no-makemd
Do not make Markdown output files.
.TP
.B \-\-makemd
Make Markdown output files; this is the default behaviour.
.TP
.BI "\-\-texfilter " TEXFILTER
Run the LaTeX file through
.I TEXFILTER
before running pdflatex (or whichever LaTeX variant is being used).
This filter should accept the original LaTeX file on its standard input
and output the filtered file on its standard output.
.TP
.BI "\-\-mdfilter " MDFILTER
Run the Markdown file through
.I MDFILTER
after producing it.
This filter should accept the original Markdown file on its standard input
and output the filtered file on its standard output.
.SH CONFIGURATION FILES
The program reads configuration files and template files when processing
the template file. For full information, see the complete documention.
.SH SEE ALSO
The program is documented fully by the documentation included with the
package, typically installed in /usr/share/doc/jigsaw-generator or
/usr/local/share/doc/jigsaw-generator.