We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While there is a BeautifulTable.STYLE_MARKDOWN, why not offer a BeautifulTable.STYLE_LATEX as well?
BeautifulTable.STYLE_MARKDOWN
BeautifulTable.STYLE_LATEX
Example from here:
\begin{center} \begin{tabular}{ c c c } cell1 & cell2 & cell3 \\ cell4 & cell5 & cell6 \\ cell7 & cell8 & cell9 \end{tabular} \end{center}
While not really needed on console, could be a nice option to convert sample data sets to LaTeX code in a convenient way saving a lot of typing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While there is a
BeautifulTable.STYLE_MARKDOWN
, why not offer aBeautifulTable.STYLE_LATEX
as well?Example from here:
While not really needed on console, could be a nice option to convert sample data sets to LaTeX code in a convenient way saving a lot of typing.
The text was updated successfully, but these errors were encountered: