General Example
===============

This is a generic example demonstrating basic usage patterns of the
``latex_parser`` library. It serves as a minimal end-to-end demo.

Source
------

.. literalinclude:: ../../examples/example.py
   :language: python
   :linenos:

Run
---

.. code-block:: bash

    python examples/example.py

Notes
-----

- This example is a good starting point for understanding the overall workflow.
