logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

jigsaw-generator - program to generate jigsaws and card sort activities

Configuration Files

       The program reads configuration files and template files when processing the  template  file.   For  full
       information, see the complete documention.

Description

       This manual page briefly documents the jigsaw-generator command.

       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.

Name

       jigsaw-generator - program to generate jigsaws and card sort activities

Options

       These  programs  follow  the  usual  GNU  command line syntax, with long options starting with two dashes
       (`-').

       A summary of options is included below.

       -h,--help
              Show summary of options.

       -v,--version
              Show version information.

       -oOUTPUT,--outputOUTPUT
              Use OUTPUT as the basename of the output files, rather than puzzlefile.

       --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).

       --clean
              Do clean the auxiliary files; this is the default behaviour.

       --latexLATEX
              The  LaTeX  variant  to  run.   The default is pdflatex, but this default can be overridden by the
              template file used.

       --nomakepdf,--no-makepdf
              Do not make PDF output files.

       --makepdf
              Make PDF output files; this is the default behaviour.

       --nomakemd,--no-makemd
              Do not make Markdown output files.

       --makemd
              Make Markdown output files; this is the default behaviour.

       --texfilterTEXFILTER
              Run the LaTeX file through 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.

       --mdfilterMDFILTER
              Run the Markdown file through 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.

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.

                                                December 18, 2015                            JIGSAW-GENERATOR(1)

Synopsis

jigsaw-generator [options] puzzlefile[.yaml]

See Also