feat: enable <make latexpdf> generation instruction

This commit is contained in:
dancingCycle 2022-11-14 15:34:37 +01:00
parent 743f7ccfe8
commit c2d280c145
2 changed files with 9 additions and 2 deletions

View File

@ -42,12 +42,19 @@ pip install -r requirements.txt
## Running Generator via Make
The top level directory contains a Makefile, for generation with all output formats use
The top level directory contains a Makefile.
Generate HTML output like this.
`````
make html
`````
Generate PDF output like this.
`````
make latexpdf
`````
The output files of the final handbook can be found in the subfolder `./build`.
All generated intermediate artifacts and the final output files can be found in the `./build` subfolder.

View File

@ -17,7 +17,7 @@
# -- Project information -----------------------------------------------------
project = 'Handbuch'
project = 'RTFM - Das Handbuch der Free Fleet Management Initiative'
copyright = '2022, <tdb>'
author = 'Software Ingenieur Begerad (SIB)'