* :placement documentation imprecise
@ 2017-05-26 6:25 edgar
2017-05-26 23:52 ` Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: edgar @ 2017-05-26 6:25 UTC (permalink / raw)
To: emacs-orgmode
Hello,
I have this in the documentation (M-x org-info)
#+BEGIN_QUOTE
`:float'
`:placement'
The table environments by default are not floats in LaTeX. To
make them floating objects use `:float' with one of the following
options: `sideways', `multicolumn', `t', and `nil'. Note that
`sidewaystable' has been deprecated since Org 8.3. LaTeX floats
can also have additional layout `:placement' attributes. These
are the usual `[h t b p ! H]' permissions specified in square
brackets. Note that for `:float sideways' tables, the LaTeX
export back-end ignores `:placement' attributes.
#+END_QUOTE
But, if I use sideways alone (not sidewaystable), the table is not
rotated.
I don't think that this is very important, but I wanted to let you know
in case that there is some intention to fix it :) .
Thanks for Org-mode!
-------------------------------------------------
ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands!
$24.95 ONETIME Lifetime accounts with Privacy Features!
15GB disk! No bandwidth quotas!
Commercial and Bulk Mail Options!
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: :placement documentation imprecise
2017-05-26 6:25 :placement documentation imprecise edgar
@ 2017-05-26 23:52 ` Nicolas Goaziou
2017-05-27 18:18 ` edgar
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2017-05-26 23:52 UTC (permalink / raw)
To: edgar; +Cc: emacs-orgmode
Hello,
edgar@openmail.cc writes:
> But, if I use sideways alone (not sidewaystable), the table is not
> rotated.
I cannot reproduce it. With the following document
#+attr_latex: :float sideways
| a | b |
the table is rotated, according to the following code:
\begin{sidewaystable}[htbp]
\centering
\begin{tabular}{ll}
\toprule
a & b\\
\bottomrule
\end{tabular}
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: :placement documentation imprecise
2017-05-26 23:52 ` Nicolas Goaziou
@ 2017-05-27 18:18 ` edgar
0 siblings, 0 replies; 3+ messages in thread
From: edgar @ 2017-05-27 18:18 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: emacs-orgmode
You are right. I'm sorry. It works with :float, but not with :placement.
I misread the documentation. Thanks for the answer!
On 2017-05-26 23:52, Nicolas Goaziou wrote:
> Hello,
>
> edgar@openmail.cc writes:
>
>> But, if I use sideways alone (not sidewaystable), the table is not
>> rotated.
>
> I cannot reproduce it. With the following document
>
> #+attr_latex: :float sideways
> | a | b |
>
> the table is rotated, according to the following code:
>
> \begin{sidewaystable}[htbp]
> \centering
> \begin{tabular}{ll}
> \toprule
> a & b\\
> \bottomrule
> \end{tabular}
>
>
> Regards,
-------------------------------------------------
ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands!
$24.95 ONETIME Lifetime accounts with Privacy Features!
15GB disk! No bandwidth quotas!
Commercial and Bulk Mail Options!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-05-27 18:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-26 6:25 :placement documentation imprecise edgar
2017-05-26 23:52 ` Nicolas Goaziou
2017-05-27 18:18 ` edgar
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).