-
Notifications
You must be signed in to change notification settings - Fork 12
GeneratingLaTeXDocs
Dibyendu Majumdar edited this page Jul 18, 2015
·
1 revision
SimpleDBM documents are created in reStructuredText. This is useful as it is low maintenance - most documentation is just plain text. But at the same time, it is possible to generate LaTeX PDF output, and/or HTML output.
The pre-requisites are:
Use following commands to generate the SimpleDBM LaTeX outputs
sh genlatex.sh
The genlatex.sh script is in the docs directory. The generated files (.tex extension) will be saved in the docs directory.
Some of the diagrams referenced in SimpleDBM documents are created using the dot language. These diagrams are saved as files with .dot extension in the docs directory. To create the required image files, use following command:
sh genimages.sh
The diagrams will be generated and saved in the docs/images directory.