diff --git a/README.md b/README.md index b0ca6789dde66fe1030b9f2a78a9072ddc18405c..a30dff70c3466bf2b64315a0acc8deb8626be717 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # Slider -Slide overlay software based on beamer and inkscape. This project is currently used in DTU coursebox. +Slide overlay software based on beamer and inkscape. This project is currently used in DTU coursebox. -- **Check out the video in the `examples` directory on gitlab for a demonstration.** +You can find a self-contained video guide here: + - Youtube link: https://youtu.be/EoNZMX3QOnU + - Gitlab link to example: https://gitlab.compute.dtu.dk/tuhe/slider/-/blob/main/examples/video/index.pdf ## What it does Slider allows you to combine free-hand drawing with a standard LaTeX beamer slideshow. It allows you to insert a special `\osvg{label}` tag in your beamer slides: diff --git a/src/slider/version.py b/src/slider/version.py index bbae2cd8c221a536daebb2408f2cf787941815a4..4866ae795e981b626a86c074a4eff74d7208fb09 100644 --- a/src/slider/version.py +++ b/src/slider/version.py @@ -1 +1 @@ -__version__ = "0.1.25.4" \ No newline at end of file +__version__ = "0.1.25.5" \ No newline at end of file