From: Rens Oliemans <hallo@rensoliemans.nl>
To: jman <emacs-orgmode@city17.xyz>, Mark Barton <mbarton98@gmail.com>
Cc: Org Mode List <emacs-orgmode@gnu.org>
Subject: Re: Exporting tables with cell borders to Latex/PDF
Date: Mon, 21 Oct 2024 11:13:57 +0200 [thread overview]
Message-ID: <87ldyhvmwa.fsf@rensoliemans.nl> (raw)
In-Reply-To: <875xpo2sa0.fsf@city17.xyz>
jman <emacs-orgmode@city17.xyz> 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 difference in this case.
Check out section "13.10.5 Tables in LaTeX export" of the Org manual:
(info "(org) Tables in LaTeX export")
‘:environment’
Set the default LaTeX table environment for the LaTeX export
backend to use when exporting Org tables. Common LaTeX table
environments are provided by these packages: tabularx, longtable,
array, tabu, and bmatrix. [...]
For example, try this out:
#+ATTR_LATEX: :environment longtable :align |l|l|l|
|-----+-----+-------|
| one | two | three |
|-----+-----+-------|
| 1 | 2 | 3 |
|-----+-----+-------|
prev parent reply other threads:[~2024-10-21 9:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-18 21:31 Exporting tables with cell borders to Latex/PDF jman
2024-10-18 23:37 ` Mark Barton
2024-10-19 12:25 ` jman
2024-10-21 9:13 ` Rens Oliemans [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ldyhvmwa.fsf@rensoliemans.nl \
--to=hallo@rensoliemans.nl \
--cc=emacs-orgmode@city17.xyz \
--cc=emacs-orgmode@gnu.org \
--cc=mbarton98@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).