feat: enable <make latexpdf> generation instruction
This commit is contained in:
parent
743f7ccfe8
commit
c2d280c145
@ -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.
|
||||
|
@ -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)'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user