From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: :placement documentation imprecise Date: Sat, 27 May 2017 01:52:30 +0200 Message-ID: <87a85z89c1.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dEP23-00064q-9n for emacs-orgmode@gnu.org; Fri, 26 May 2017 19:52:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dEP22-0005LB-IG for emacs-orgmode@gnu.org; Fri, 26 May 2017 19:52:35 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:37304) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dEP22-0005L0-C2 for emacs-orgmode@gnu.org; Fri, 26 May 2017 19:52:34 -0400 In-Reply-To: (edgar@openmail.cc's message of "Fri, 26 May 2017 06:25:49 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: edgar@openmail.cc Cc: emacs-orgmode@gnu.org 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