After installing Consodoc, enter the folder examples/guide. In contains the following files:
in/guide.xml: this User's Guide in XML format
in/guide.patch: patch for the LaTeX file
in/guide.pdf: expected PDF result
support/guide.xsl: XSLT script to convert XML to TeXML
support/guide.cls: LaTeX class file
To build PDF, say
$ cdoc pdf
or just
$ cdoc
If the build is finished successfully, the folder out contains the file guide.pdf. The folder tmp contains temporary files.
View the PDF file out/guide.pdf.
To delete the folders tmp and out, say
$ cdoc -c pdf
or just
$ cdoc -c
It's possible to build only an intermediate file, without going further. Use the short name of a corresponding step. For example, to only preprocess XML, say:
$ cdoc pp