emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Chris Malone <chris.m.malone@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Beamer export questions/suggestions
Date: Wed, 23 Feb 2011 16:49:48 -0500	[thread overview]
Message-ID: <AANLkTi=CJ2FDvjb7poKY=ras1r2sn2sZZ64XRSC3twTq@mail.gmail.com> (raw)
In-Reply-To: <87wrkq34pb.fsf@ucl.ac.uk>


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

Hi Derek,

In addition to Eric's response, if you wanted to have, say, text on the left
side of the beamer frame and an image on the right, you can use beamer
columns:

#+begin_src org
** Why do we
care?
*** block
:B_ignoreheading:BMCOL:

:PROPERTIES:
    :BEAMER_env:
ignoreheading
    :BEAMER_col:
0.35

:END:
+ \textcolor{green}{They are
explosions!}
+ Unique location for rp-process
burning
+ Flame propagation under extreme
conditions
+ \alert{Constrain EOS for dense
matter}
*** jim_figure
:B_ignoreheading:BMCOL:

:PROPERTIES:
    :BEAMER_env:
ignoreheading
    :BEAMER_col:
0.8

:END:
#+ATTR_LaTeX:
width=\textwidth
./images/jim_diagram2.png

\\ \tiny \flushright Lattimer, J.M., \textit{ApSS}, \textbf{308}, 371 (2007)
#+end_src

You can enter in the =:PROPERTIES: yourself, or you can hit =C-c C-b= on the
line containing the particular block and select it as a column.  You can
find more information here:
http://orgmode.org/manual/Beamer-class-export.html

HTH,

Chris

On Wed, Feb 23, 2011 at 2:56 PM, Eric S Fraga <e.fraga@ucl.ac.uk> wrote:

> Derek Thomas <derekcthomas@gmail.com> writes:
>
> > Eric and Chris,
> >
> > Thanks for your responses.
> >
> > Eric,
> >
> > I'm currently using latex directly in org, but this method doesn't
> > play nicely with export to a regular tex file.
>
> Why not?  It would be helpful if you could post a minimal example of
> what does not work.
>
> >  Would it be possible
> > to use something similar to this?
> >
> > #+begin_src org
> > ** A plain slide
> > *** [path/to/fig]
> >   :PROPERTIES:
> >   :FIGURE_envargs:
> >   Figure placement options
> >   :END:
> > #+end_src
>
> not as such but you can do the following:
>
> #+begin_src org
> ** a plain slide
> #+attr_latex: width=[0.8\textwidth]
> [[file:figure.png]]
> #+end_src
>
> and the figure should be included just fine.
>
> --
> Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D)
>

[-- Attachment #1.2: Type: text/html, Size: 3550 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-23 21:50 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
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 [this message]
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='AANLkTi=CJ2FDvjb7poKY=ras1r2sn2sZZ64XRSC3twTq@mail.gmail.com' \
    --to=chris.m.malone@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).