Quick start

After installing Consodoc, enter the folder examples/guide. In contains the following files:

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