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 \
|
nodemon \
|
||||||
--watch slides.rst \
|
--watch slides.rst \
|
||||||
--watch *.style \
|
--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
|
.. _nodemon: https://nodemon.io
|
||||||
|
|
Loading…
Reference in a new issue