.. _sphx_glr_auto_examples_plot_title.py: maketitle ========= Create a title slide for the presentation. :py:mod:`maketitle` could be overwritten by the theme used for the prensentation .. code-block:: python from beampy import * # Remove quiet=True to get Beampy render outputs doc = document(quiet=True) with slide(): maketitle('Beampy a tool to make simple presentation', author='H. Chauvet', subtitle='Written in Python', date='now') display_matplotlib(gcs()) .. image:: /auto_examples/images/sphx_glr_plot_title_001.png :align: center Module arguments ================ .. autofunction:: beampy.maketitle :noindex: .. only :: html .. container:: sphx-glr-footer .. container:: sphx-glr-download :download:`Download Python source code: plot_title.py ` .. container:: sphx-glr-download :download:`Download Jupyter notebook: plot_title.ipynb ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_