jman writes:
> Note: I think it also works without setting `:environment tabular`, why?
The `:environment` attribute sets the LaTeX table environment, in this case
tabular. If
you omit it, it uses `org-latex-default-table-enviroment', which defaults to
"tabular", so
that wouldn't make a differ
Mark Barton writes:
Here is an example of using the #+ATTR_LaTeX: line to pass parameters to the LaTeX process that
creates the pdf.
#+ATTR_LaTeX: :environment tabular :align |l|l|l|
|-+-+---|
| one | two | three |
|-+-+---|
| 1 | 2 | 3 |
|-+-+---|
> On Oct 18, 2024, at 2:31 PM, jman wrote:
>
>
> Hello,
>
> When export to Latex/PDF I'd like /all/ table cells to have borders, so also
> vertical column
> separators.
> After looking around a bit, I learned about column groups:
> https://orgmode.org/manual/Column-Groups.html
>
> I think t
Hello,
When export to Latex/PDF I'd like /all/ table cells to have borders, so also
vertical column
separators.
After looking around a bit, I learned about column groups:
https://orgmode.org/manual/Column-Groups.html
I think the only way to accomplish what I want is the following trick, addin