emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Chris Malone <chris.m.malone@gmail.com>
To: Derek Thomas <derekcthomas@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Beamer export questions/suggestions
Date: Fri, 18 Feb 2011 15:54:32 -0500	[thread overview]
Message-ID: <AANLkTikAmbmue_8FTCnD63ua7v9EAq3iDX5b0ABFU_ra@mail.gmail.com> (raw)
In-Reply-To: <AANLkTimi40mKX60YTFREfqtGMqD974BNmiVooPOKt67F@mail.gmail.com>


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

Hi Derek,

Re your first question:

One simple, albeit somewhat hackish way of achieving this would be to
utilize =org-mode='s #+begin_beamer ... #+end_beamer syntax with =beamer='s
frame option =plain=   For example:

======================================================================
# setup the themes I want to use for the overall look of the beamer talk
#+BEAMER_HEADER_EXTRA:
\usetheme{Madrid}\usecolortheme{default}


* Testing default
style
  test this is in madrid
format


#+begin_beamer


\end{frame}


\begin{frame}[plain]

  this uses beamer syntax and should be
plain
\end{frame}


#+end_beamer

======================================================================

The =\end{frame}= line is important because =org-mode= doesn't know how/when
to end the previous frame - it either looks for another heading (i.e. a "*")
or it simply adds an =\end{frame}= before the =\end{document}= upon export.

Ideally, it would be nice to be able to add an =ATTR_LATEX: plain= sort of
tag right before a heading to indicate that this particular frame should
have the =plain= beamer style.  I don't think this is currently done, but it
should be fairly straight forward to implement.  If I have time this weekend
to actually learn more than my rudimentary amount of elisp, then I might try
to make a patch for this feature.  Maybe it should be an =ATTR_BEAMER:= line
instead...

HTH,
Chris
On Fri, Feb 18, 2011 at 3:20 PM, Derek Thomas <derekcthomas@gmail.com>wrote:

> Before I get to my questions, I would like to commend all those
> involved in the development of org-mode.  I'm a new user and I've been
> amazed by the features, utility, and the support/documentation
> provided.
>
> My first question relates to frames in beamer export.  Is it possible
> to set a tag or otherwise indicate that a frame should appear without
> a title, or as an empty frame (no header or footer)?  My second
> question may be more of a suggestion if the feature is not available.
> I currently use the testpos package in latex to position my figures in
> beamer.  Is there a native org method to specify figure location in
> org-beamer?  If not, it could be a nice feature for those preparing
> presentations in org especially if it had the option to specify
> quadrant location and relative size in a simple manner.  Thanks again,
>
> Derek
>
> _______________________________________________
> 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
>

[-- Attachment #1.2: Type: text/html, Size: 3691 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:[~2011-02-18 20:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-18 20:20 Beamer export questions/suggestions Derek Thomas
2011-02-18 20:54 ` Chris Malone [this message]
2011-02-23 16:47   ` Eric S Fraga
2011-02-23 18:24     ` chris.m.malone
2011-02-23 18:51       ` Derek Thomas
2011-02-23 19:56         ` Eric S Fraga
2011-02-23 21:49           ` Chris Malone
2011-02-23 16:48 ` Eric S Fraga

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=AANLkTikAmbmue_8FTCnD63ua7v9EAq3iDX5b0ABFU_ra@mail.gmail.com \
    --to=chris.m.malone@gmail.com \
    --cc=derekcthomas@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).