.. _sphx_glr_auto_themes_theme_ComplicatedBlue.py: ComplicatedBlue =============== Redefine title page with new arguments and a page layout with add a progress bar and slide numbers. .. raw:: html .. image:: /auto_themes/images/sphx_glr_theme_ComplicatedBlue_001.png :align: center .. code-block:: python from beampy import * doc = document(theme="ComplicatedBlue", quiet=True) with slide(): maketitle('Beampy theme ``ComplicatedBlue"', author=['Author 1', 'Author 2'], lead_author=1, meeting='Beampy Users Meeting (BUM 2018)', affiliation='From Univ. of Python', date='now') with slide('Slide title are in blue'): pass with slide('Last slide'): text('This them includes a progress-bar !') save('./theme_html_outputs/complicatedblue.html') display_matplotlib('slide_0') .. only :: html .. container:: sphx-glr-footer .. container:: sphx-glr-download :download:`Download Python source code: theme_ComplicatedBlue.py ` .. container:: sphx-glr-download :download:`Download Jupyter notebook: theme_ComplicatedBlue.ipynb ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_