Add rst2pdf slides
This commit is contained in:
parent
c78138b63d
commit
d409742cfe
15 changed files with 384 additions and 0 deletions
12
building-presenting-slide-decks-rst2pdf/code/building.txt
Normal file
12
building-presenting-slide-decks-rst2pdf/code/building.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
rst2pdf slides.rst
|
||||
|
||||
|
||||
rst2pdf slides.rst --break-level 1 --stylesheets main
|
||||
|
||||
|
||||
rst2pdf slides.rst \
|
||||
--output slides.pdf \
|
||||
--stylesheets main \
|
||||
--break-level 1 \
|
||||
--fit-background-mode scale \
|
||||
--extension-module preprocess
|
Loading…
Add table
Add a link
Reference in a new issue