Skip to content

Latex like print#18

Open
Timur-ux wants to merge 2 commits intofriedmud:masterfrom
Timur-ux:master
Open

Latex like print#18
Timur-ux wants to merge 2 commits intofriedmud:masterfrom
Timur-ux:master

Conversation

@Timur-ux
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant