From efe73dcfea1a55923cc56f10367b9f6b5bfe304f Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@dtu.dk> Date: Tue, 20 Sep 2022 16:32:24 +0200 Subject: [PATCH] Video guide+readme.md small updates --- README.md | 6 ++++-- src/slider/version.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0ca678..a30dff7 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 bbae2cd..4866ae7 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 -- GitLab