.. _sphx_glr_auto_themes_theme_BeamerFrankfurt.py: BeamerFrankfurt =============== Port of the Beamer frankfurt theme to Beampy (with an headerbar that display TOC). .. rst-class:: sphx-glr-horizontal * .. image:: /auto_themes/images/sphx_glr_theme_BeamerFrankfurt_001.png :scale: 47 * .. image:: /auto_themes/images/sphx_glr_theme_BeamerFrankfurt_002.png :scale: 47 * .. image:: /auto_themes/images/sphx_glr_theme_BeamerFrankfurt_003.png :scale: 47 * .. image:: /auto_themes/images/sphx_glr_theme_BeamerFrankfurt_004.png :scale: 47 .. code-block:: python from beampy import * doc = document(theme="BeamerFrankfurt", quiet=True) with slide(): maketitle('''Beampy theme ``BeamerFrankfurt" inspired by it's Beamer version''', author=['Author 1$^1$', 'Author 2$^2$'], lead_author=1, meeting='Beampy Users Meeting (BUM 2018)', affiliation=['$^1$From Univ. of Python', '$^2$From university of HTML5, Paris'], date='now') section('Introduction') with slide('Table of content'): tableofcontents() section('Main talk topic') subsection('Subtopic 1') subsection('Subtopic 2') with slide('Subtopic2: Nice box'): with box(title='Lorem Ipsum:', width='90%'): text('''Lorem ipsum sapientem ne neque dolor erat,eros solet invidunt duo Quisque aliquid leo. Pretium patrioque sociis eu nihil Cum enim ad, ipsum alii vidisse justo id. Option porttitor diam voluptua. Cu Eam augue dolor dolores quis, Nam aliquando elitr Etiam consetetur. Fringilla lucilius mel adipiscing rebum. Sit nulla Integer ad volumus, dicta scriptorem viderer lobortis est Utinam, enim commune corrumpit Aenean erat tellus. Metus sed amet dolore justo, gubergren sed. ''', width='90%') subsection('Subtopic 3') section('Conclusion') with slide('Last slide'): pass for sl in range(4): display_matplotlib('slide_%i' % sl) .. only :: html .. container:: sphx-glr-footer .. container:: sphx-glr-download :download:`Download Python source code: theme_BeamerFrankfurt.py ` .. container:: sphx-glr-download :download:`Download Jupyter notebook: theme_BeamerFrankfurt.ipynb ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_