team-10/env/Lib/site-packages/pandas/io/formats/templates/latex.tpl
2025-08-02 07:34:44 +02:00

5 lines
127 B
Smarty

{% if environment == "longtable" %}
{% include "latex_longtable.tpl" %}
{% else %}
{% include "latex_table.tpl" %}
{% endif %}