emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Sharon Kimble <boudiccas@skimble.plus.com>
To: John Hendy <jw.hendy@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: sideways table
Date: Sat, 08 Jul 2017 00:37:38 +0100	[thread overview]
Message-ID: <87eftrhl8d.fsf@skimble.plus.com> (raw)
In-Reply-To: <CA+M2ft-w4MDaRDv6YRhzJyXocE4_Zxsp-iwk6pAQPZ+=GD3oiQ@mail.gmail.com> (John Hendy's message of "Fri, 7 Jul 2017 14:04:35 -0500")

[-- Attachment #1: Type: text/plain, Size: 2338 bytes --]

John Hendy <jw.hendy@gmail.com> writes:

> On Fri, Jul 7, 2017 at 12:20 PM, Sharon Kimble
> <boudiccas@skimble.plus.com> wrote:
>>
>> I'm trying to use 'sideways' with an org-mode table being exported to
>> latex. But its not working. This is my table header -
>>
>> --8<---------------cut here---------------start------------->8---
>> #+CAPTION: Table of Parochial Fees from 1 January 2017 - Funerals, Burials and Monuments (cite:0204).
>> #+ATTR_LATEX: :booktabs t :environment longtable :float sideways
>> --8<---------------cut here---------------end--------------->8---
>>
>> If I don't have ':environment longtable' then the pdf compiling fails saying that -
>>
>> --8<---------------cut here---------------start------------->8---
>> ! LaTeX Error: Environment sidewaystable undefined.
>>
>> See the LaTeX manual or LaTeX Companion for explanation.
>> Type  H <return>  for immediate help.
>>  ...
>>
>> l.12122 \begin{sidewaystable}
>>                              [htbp]
>>
>> --8<---------------cut here---------------end--------------->8---
>>
>> So how can I use 'sideways' with a table please? Its not clear exactly
>> what to do from the org-mode manual, and google doesn't provide any
>> solutions either.
>>
>
> I've run into this question before, but am not sure this is the same
> thread I resolved it:
> - https://lists.gnu.org/archive/html/emacs-orgmode/2014-03/msg00373.html
>
> Namely: #+attr_latex: :float sidewaystable
>
> Another option I use regularly:
> - https://www.mail-archive.com/emacs-orgmode@gnu.org/msg110703.html
>
> Namely: lscape pacakge longtable
>
>
Thanks for this John.

I've finally got it to work by using this -

--8<---------------cut here---------------start------------->8---
#+latex_header: \usepackage{lscape}


#+latex: \begin{landscape}
#+CAPTION: Table of Parochial Fees from 1 January 2017 - Funerals, Burials and Monuments (cite:0204).
#+ATTR_LATEX: :booktabs t
blah
#+latex: \end{landscape}
--8<---------------cut here---------------end--------------->8---

Not quite an org-mode success, but at least its working.

Thanks
Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
TGmeds = http://www.tgmeds.org.uk
DrugFacts = https://www.drugfacts.org.uk  
Debian 9.0, fluxbox 1.3.5-2, emacs 25.1.1, org-mode 9.0.7

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2017-07-07 23:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-07 17:20 sideways table Sharon Kimble
2017-07-07 19:04 ` John Hendy
2017-07-07 23:37   ` Sharon Kimble [this message]
     [not found] <mailman.77.1499529617.15722.emacs-orgmode@gnu.org>
2017-07-08 21:17 ` edgar

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=87eftrhl8d.fsf@skimble.plus.com \
    --to=boudiccas@skimble.plus.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=jw.hendy@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).