gogui-convert — Convert SGF and Jago XML Go game files to other formats.
gogui-convert [-config file] [
-format
sgf | tex | xml
] [-werror] [-force] [-title s] infile outfile
gogui-convert -check [-werror] [-config file] infile
gogui-convert -help
gogui-convert -version
-check
Do not convert but only check if reading and parsing the input file succeeds.
-config file
Read command line options and arguments from the given file.
-forceOverwrite existing files.
-formatSpecify the output format. If this option is not used, the output format will be derived from the file extension of the output file name. Supported formats are sgf, xml, tex (LaTeX files using PSGO style).
-helpDisplay help and exit.
-title s
Specify section title to be used in the LaTeX document before the Go diagram.
-versionPrint version and exit.
-werrorHandle warnings when reading the input files as an error.