emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: John Hendy <jw.hendy@gmail.com>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Giving latex attributes to sections in export
Date: Sat, 22 May 2010 16:50:45 -0500	[thread overview]
Message-ID: <AANLkTilInob6xp0SMnX8f3ymYs8S29VhXnhrJTtWdZAU@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1360 bytes --]

Hi,


I just emailed a similar question about tables... but how can one pass latex
options inside of sections/subsections? I'd like something like this in my
report:

* History of experiments
introduction text goes here... blah blah blah. A history of experiments and
corresponding data tables will follow.

\begin{landscape}

** Date of experiment 1
*** Conditions
*** Data
|table|of|data

** Date of experiment 1
*** Conditions
*** Data
|table|of|data

\end{landscape}

* Conclusion

So... I'd like the report in portrait mode, but my tables are long enough
that it makes sense to switch entirely to landscape for that portion of the
report and then switch back for portrait for discussion. At present if I do
either:

\begin{landscape}

#+BEGIN_LaTeX
\begin{landscape}
#+END_LaTeX

then org-mode ignores the following section. It DOES actually rotate the
orientation, but the tables are all in ASCII format and in the matching .tex
file, instead of \subsection{name}, I just get a literal export of the
subsection asterisks ("*** subsection name') exactly how it looks in
org-mode. Something triggers org-mode to stop translating from org-mode
structure into LaTeX. I've checked possible uses for property drawers and
#+ATTR_LATEX seems only to apply to images... just not sure how to slip in
various latex commands as they are needed.


Best regards,
John

[-- Attachment #1.2: Type: text/html, Size: 1508 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

             reply	other threads:[~2010-05-22 21:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-22 21:50 John Hendy [this message]
2010-05-28 15:13 ` Giving latex attributes to sections in export Carsten Dominik

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=AANLkTilInob6xp0SMnX8f3ymYs8S29VhXnhrJTtWdZAU@mail.gmail.com \
    --to=jw.hendy@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).