From ba26262342d6cf04a2229ac0d0ee355a6b46b4ac 2014-04-09 04:41:00 From: MinRK Date: 2014-04-09 04:41:00 Subject: [PATCH] Backport PR #5488: Added missing require and jquery from cdn. For some reason (I suppose some changes at the css level) the font size inside the input cells was fixed at 14 px... making the fonts really small in the reveal slideshows. This is really annoying... As a plus, I have also added the missing calls for require and jquery (as the full html template does). I think these fixes belong to 2.0, but I also know we are on the edge... so I hope to get it inside :wink: Cheers. --- diff --git a/IPython/nbconvert/templates/html/slides_reveal.tpl b/IPython/nbconvert/templates/html/slides_reveal.tpl index 8aa2989..0fb4b1e 100644 --- a/IPython/nbconvert/templates/html/slides_reveal.tpl +++ b/IPython/nbconvert/templates/html/slides_reveal.tpl @@ -45,6 +45,9 @@ {{resources['metadata']['name']}} slides + + +