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
|
## 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
|
make html
|
||||||
`````
|
`````
|
||||||
|
|
||||||
|
Generate PDF output like this.
|
||||||
|
|
||||||
|
`````
|
||||||
|
make latexpdf
|
||||||
|
`````
|
||||||
|
|
||||||
The output files of the final handbook can be found in the subfolder `./build`.
|
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.
|
All generated intermediate artifacts and the final output files can be found in the `./build` subfolder.
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
project = 'Handbuch'
|
project = 'RTFM - Das Handbuch der Free Fleet Management Initiative'
|
||||||
copyright = '2022, <tdb>'
|
copyright = '2022, <tdb>'
|
||||||
author = 'Software Ingenieur Begerad (SIB)'
|
author = 'Software Ingenieur Begerad (SIB)'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user