variadic_table icon indicating copy to clipboard operation
variadic_table copied to clipboard

Latex like print

Open Timur-ux opened this issue 8 months ago • 0 comments

This change add new method print_latex which print table in latex code style a.k.a

\begin{tabular}{|c|c|}
\hline
header1 & header2 \\
\hline
some 1 & some 2 \\
\hline
\end{tabular}

column types, centering, using horizontal of vertical separators can be configuring by passing corresponding parameters

It's usefull when inserting calculated data to latex reports

Timur-ux avatar May 29 '25 10:05 Timur-ux