2021-01-02 04:02:22 +00:00
|
|
|
Talks and Presentations by Oliver Davies
|
|
|
|
########################################
|
|
|
|
|
|
|
|
Watching for changes and automatically regenerating
|
|
|
|
===================================================
|
|
|
|
|
|
|
|
The easiest way to do this is using nodemon_::
|
|
|
|
|
|
|
|
nodemon \
|
|
|
|
--watch slides.rst \
|
|
|
|
--watch *.style \
|
2021-01-05 08:42:54 +00:00
|
|
|
--exec 'rst2pdf slides.rst --stylesheets main --break-level 1 --fit-background-mode scale'
|
2021-01-02 04:02:22 +00:00
|
|
|
|
|
|
|
.. _nodemon: https://nodemon.io
|