Define background mode in generate command
This commit is contained in:
parent
b84764c013
commit
cc6f7a3557
|
@ -9,6 +9,6 @@ The easiest way to do this is using nodemon_::
|
|||
nodemon \
|
||||
--watch slides.rst \
|
||||
--watch *.style \
|
||||
--exec 'rst2pdf slides.rst --stylesheets main --break-level 1'
|
||||
--exec 'rst2pdf slides.rst --stylesheets main --break-level 1 --fit-background-mode scale'
|
||||
|
||||
.. _nodemon: https://nodemon.io
|
||||
|
|
Loading…
Reference in a new issue