You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously there was a complicated logic in multiple methods
for either longtable or regular table.
This commit implements
- ``LatexTableFormatter``,
- ``LatexTabularFormatter``,
- ``LatexLongTableFormatter``,
derived from ``LatexFormatter``, based on ``LatexFormatterAbstract``.
Each of the derived classes implements its own methods for writing
- beginning of the table;
- caption and labels;
- separators;
- end of the table.
LatexFormatter changes
----------------------
- Make the process of creating tables more readable.
- Drop escape and bold_rows attr
0 commit comments