Files
INTUIA/Programa final/_internal/pandas/io/formats/templates/latex.tpl
T

6 lines
127 B
Smarty
Raw Normal View History

2026-03-15 13:27:50 +00:00
{% if environment == "longtable" %}
{% include "latex_longtable.tpl" %}
{% else %}
{% include "latex_table.tpl" %}
{% endif %}