talks/README.rst

23 lines
677 B
ReStructuredText
Raw Normal View History

2021-01-02 04:02:22 +00:00
Talks and Presentations by Oliver Davies
########################################
2021-01-05 20:57:48 +00:00
For talk abstracts, event information, and links to video recordings and the generated slides, see my `talks page`_.
.. _talks page: https://www.oliverdavies.uk/talks
2021-01-02 04:02:22 +00:00
Watching for changes and automatically regenerating
===================================================
The easiest way to do this is using nodemon_::
nodemon \
2021-01-07 02:26:48 +00:00
--ext rst,style,txt \
--exec "rst2pdf slides.rst \
--output slides.pdf \
--stylesheets main \
--break-level 1 \
--fit-background-mode scale \
--extension-module preprocess"
2021-01-02 04:02:22 +00:00
.. _nodemon: https://nodemon.io