Skip to content

Latex like print#18

Open
Tias-dev wants to merge 2 commits into
friedmud:masterfrom
Tias-dev:master
Open

Latex like print#18
Tias-dev wants to merge 2 commits into
friedmud:masterfrom
Tias-dev:master

Conversation

@Tias-dev
Copy link
Copy Markdown

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