From: Julien Cubizolles <j.cubizolles@free.fr>
To: emacs-orgmode@gnu.org
Subject: Export to LaTeX and Beamer
Date: Thu, 11 Jul 2013 23:41:45 +0200 [thread overview]
Message-ID: <87ppuowz8m.fsf@free.fr> (raw)
I need to export different parts of an org file with different LaTeX
classes, one of which is a beamer style.
I've come up with the following solution: manually switching the
LATEX_CLASS for each export, and using SELECT_TAGS to choose which
headings to export. For the following file
* First section
** First subsection
*** This is for beamer :beamer:
Some text
*** This is for plain LaTeX :latex:
Some other text
*** This is for both :beamer:latex:
Changing the preamble from:
#+LATEX_CLASS: beamer
#+SELECT_TAGS: beamer
to:
#+LATEX_CLASS: latex
#+SELECT_TAGS: latex
does the trick but what if I don't want to export the title of the
heading but just the text ? I can use the noheading BEAMER_ENV for
beamer export but I couldn't find a corresponding option for plain
LaTeX.
How would you go about doing it ?
Julien.
next reply other threads:[~2013-07-11 22:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-11 21:41 Julien Cubizolles [this message]
2013-07-13 20:25 ` Export to LaTeX and Beamer Suvayu Ali
2013-07-15 8:21 ` Julien Cubizolles
2013-07-15 8:55 ` Suvayu Ali
2013-07-15 9:15 ` Julien Cubizolles
2013-07-15 9:40 ` Suvayu Ali
2013-07-15 9:49 ` Suvayu Ali
[not found] ` <87k3koc3sf.fsf@free.fr>
2013-07-17 21:00 ` Suvayu Ali
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=87ppuowz8m.fsf@free.fr \
--to=j.cubizolles@free.fr \
--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).