damianavila / RISE

RISE: "Live" Reveal.js Jupyter/IPython Slideshow Extension
Other
3.67k stars 416 forks source link

Slide / Subslide numbers not correctly displayed #517

Closed cmencar closed 4 years ago

cmencar commented 4 years ago

When the slide number is greater than 9 and the subslide number is greater than 9, the marker on the bottom right is not correctly displayed because the numbers overlap with the arrows. image

parmentelat commented 4 years ago

I suggest you give a try to the dev release - that is about to be published as the plain version for rise - with

pip install -U --pre rise

this version 5.6 comes with a more recent release of reveal.js and this problem is mostly solved with this release; here's what it looks like with one of my presentations

EDIT 2019/11: release 5.6 is now officially published, the --pre option is no longer required

image

damianavila commented 4 years ago

@cmencar

this problem is mostly solved with this release

Releasing this weekend, so you should have a solution by the next week if you catch the new version.