diff --git a/profile/reveal.nbcv b/profile/reveal.nbcv index 87fb0a9..02dbdf9 100644 --- a/profile/reveal.nbcv +++ b/profile/reveal.nbcv @@ -1,10 +1,7 @@ c = get_config() +load_subconfig('base_html.nbcv') -c.ConverterTemplate.extract_figures=False c.ConverterTemplate.template_file='reveal' -c.ConverterTemplate.tex_environement=False +c.NbconvertApp.fileext='reveal.html' -c.NbconvertApp.fileext='html' - -c.ExtractFigureTransformer.enabled = False diff --git a/templates/fullhtml.tpl b/templates/fullhtml.tpl index 7ac7a04..e884b0e 100644 --- a/templates/fullhtml.tpl +++ b/templates/fullhtml.tpl @@ -1,6 +1,6 @@ {%- extends 'basichtml.tpl' -%} -{%- block header -%} +{%- block header -%} diff --git a/templates/reveal.tpl b/templates/reveal.tpl index 5b964a6..71bf297 100644 --- a/templates/reveal.tpl +++ b/templates/reveal.tpl @@ -104,773 +104,47 @@ document.write( ' +{% for css in inlining.css -%} - - - - - {% endblock %}