emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rasmus <rasmus@gmx.us>
To: emacs-orgmode@gnu.org
Subject: Re: Beamer latex export of included partial files
Date: Sun, 07 Aug 2011 18:38:14 +0200	[thread overview]
Message-ID: <87ty9tjhxl.fsf@gmail.com> (raw)
In-Reply-To: CAGzSEhfB_ot-h=vFnBy_B5xr2hpuC2Rbh01MyF=7qg2BtyKizA@mail.gmail.com

LanX <lanx.perl@googlemail.com> writes:

> Is there a recommended way to do this?

From the beamer manual: 

┏━━━┫ 4.3.3 Ways of Improving Compilation Speed ┃
┃ While working on your presentation, it may sometimes be useful to TeX
┃ your .tex file quickly and have the presentation contain only the most
┃ important information. This is especially true if you have a slow
┃ machine.  In this case, you can do several things to speed up the
┃ compilation. First, you can use the draft class option.
┃ 
┃ #+begin_src latex
┃ \documentclass[draft]{beamer}
┃ #+end_src
┃ 
┃ Causes the headlines, footlines, and sidebars to be replaced by gray
┃ rectangles (their sizes are still computed, though). Many other
┃ packages, including pgf and hyperref, also “speed up” when this option
┃ is given.  
┃
┃ Second, you can use the following command:
┃ #+begin_src latex
┃ \includeonlyframes{⟨frame label list⟩}
┃ #+end_src
┃ 
┃ This command behaves a little bit like the \includeonly command: Only
┃ the frames mentioned in the list are included. All other frames are
┃ suppressed. Nevertheless, the section and subsection commands are still
┃ executed, so that you still have the correct navigation bars. By
┃ labeling the current frame as, say, current and then saying
┃ \includeonlyframes{current}, you can work on a single frame quickly.
┃ 
┃ The ⟨frame label list⟩ is a comma-separated list (without spaces) of the
┃ names of frames that have been labeled. To label a frame, you must pass
┃ the option label=⟨name⟩ to the \frame command or frame environment.
┃ 
┃ Example:
┃ #+begin_src latex
┃ \includeonlyframes{example1,example3}
┃ \frame[label=example1]
┃ {This frame will be included. }
┃ \frame[label=example2]
┃ {This frame will not be included. }
┃ \frame{This frame will not be included.}
┃ \againframe{example1} % Will be included
┃ #+end_latex
┗━━━

-- 
Sent from my Emacs

  reply	other threads:[~2011-08-07 16:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-07 14:33 Beamer latex export of included partial files LanX
2011-08-07 16:38 ` Rasmus [this message]
2011-08-07 23:45   ` LanX

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=87ty9tjhxl.fsf@gmail.com \
    --to=rasmus@gmx.us \
    --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).