How to customize the style of tables in PDF #14349
Answered
by
OasisPioneer
OasisPioneer
asked this question in
Q&A
-
|
Beta Was this translation helpful? Give feedback.
Answered by
OasisPioneer
Apr 19, 2026
Replies: 2 comments 1 reply
-
|
you mean using the latex bulder? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
latex_elements = { |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
OasisPioneer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

latex_elements = {
"preamble": r"""
\usepackage{array}
\newcolumntype{T}{C}
"""
}