.. _sphx_glr_auto_examples_plot_itemize.py: itemize ======= Create a list or an enumeration of items from an input python list of strings. .. code-block:: python from beampy import * # Remove quiet=True to get Beampy render outputs doc = document(quiet=True) with slide('Itemize'): itemize(['''This is a long text inside an item. It will crop at the given itemize width''', r'$\sqrt{1+10} \times \frac{x}{y}$', 'tata'], width=400 ) display_matplotlib(gcs()) .. image:: /auto_examples/images/sphx_glr_plot_itemize_001.png :align: center Module arguments ================ .. autofunction:: beampy.itemize :noindex: .. only :: html .. container:: sphx-glr-footer .. container:: sphx-glr-download :download:`Download Python source code: plot_itemize.py ` .. container:: sphx-glr-download :download:`Download Jupyter notebook: plot_itemize.ipynb ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_