emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Export to LaTeX and Beamer
@ 2013-07-11 21:41 Julien Cubizolles
  2013-07-13 20:25 ` Suvayu Ali
  0 siblings, 1 reply; 8+ messages in thread
From: Julien Cubizolles @ 2013-07-11 21:41 UTC (permalink / raw)
  To: emacs-orgmode

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.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-07-17 21:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-11 21:41 Export to LaTeX and Beamer Julien Cubizolles
2013-07-13 20:25 ` 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

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).