Open
Description
I can specify .. tabularcolumns:: JJ
before a two-column table to make both columns justified and autosizing, without a vertical line between the columns.
It would be nice if there was a way to do this for all tables, so that I do not need to write tabularcolumns
manually every time.
I've looked into the templates used to generate the LaTeX code for tables and I don't think I can provide my own template to do this.
The template contains \begin{tabulary}{\linewidth}[t]<%= table.get_colspec() -%>
and table.get_colspec()
already adds the pipe |
characters which define the vertical lines.