emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric S Fraga <ucecesf@ucl.ac.uk>
To: "Philip J. Hollenback" <philiph@pobox.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Baffled by beamer blocks
Date: Tue, 17 Aug 2010 23:37:38 +0100	[thread overview]
Message-ID: <87mxsk50i5.wl%ucecesf@ucl.ac.uk> (raw)
In-Reply-To: <1282083070.4606.1390417653@webmail.messagingengine.com>

[-- Attachment #1: Type: text/plain, Size: 1233 bytes --]

On Tue, 17 Aug 2010 15:11:10 -0700, "Philip J. Hollenback" <philiph@pobox.com> wrote:
> 
> On Tue, 17 Aug 2010 21:29 +0100, "Eric S Fraga" <ucecesf@ucl.ac.uk>
> wrote:
> > What have you defined in your org setup at the start of the tile.  In
> > particular, this line in the example presentation on Worg is crucial:
> > 
> > #+OPTIONS:   H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
> > 
> > specifically the H:3 bit that tells org to use up to 3 levels of
> > headings or else level headlines get treated like lists, as far as I
> > remember.
> > 
> > In any case, can you send me an example that doesn't work that I can
> > try?
> 
> Sure, here's the presentation.org from the website, which does have that
> OPTIONS line.  It produces no blocks for me:
> 
> #+LaTeX_CLASS: beamer
> #+TITLE: Example Presentation
> #+AUTHOR: Carsten Dominik

[...]

That is the old tutorial.  Check out this one:

http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.php

with associated presentation file which seems to have been munged
somehow on Worg (well, on the web site; the git repository has the
right version) so here it is attached.

I hope this helps.  I think the key is that you are missing the
startup beamer option?


[-- Attachment #2: Type: text/plain, Size: 2530 bytes --]

#+TITLE:     Writing Beamer presentations in org-mode
#+AUTHOR:    Eric S Fraga
#+EMAIL:     e.fraga@ucl.ac.uk
#+DATE:      2010-03-30 Tue
#+DESCRIPTION: 
#+KEYWORDS: 
#+LANGUAGE:  en
#+OPTIONS:   H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
#+OPTIONS:   TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc
#+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
#+LINK_UP:   
#+LINK_HOME: 

#+startup: oddeven

#+startup: beamer
#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [bigger]
#+latex_header: \mode<beamer>{\usetheme{Madrid}}
#+BEAMER_FRAME_LEVEL: 2

#+COLUMNS: %20ITEM %13BEAMER_env(Env) %6BEAMER_envargs(Args) %4BEAMER_col(Col) %7BEAMER_extra(Extra)

* Introduction
** Overview
- org-mode template
- beamer structure
- beamer settings


* Methodology

** A simple slide
This slide consists of some text with a number of bullet points:
- the first, very @important@, point!
- the previous point shows the use of the special markup which
  translates to the Beamer specific /alert/ command for highlighting
  text.
The above list could be numbered or any other type of list and may
include sub-lists.

** A more complex slide
This slide illustrates the use of Beamer blocks.  The following text,
with its own headline, is displayed in a block:
*** Org mode increases productivity				  :B_theorem:
    :PROPERTIES:
    :BEAMER_env: theorem
    :END:
    - org mode means not having to remember \LaTeX commands.
    - it is based on ascii text which is inherently portable.
    - Emacs!

    \hfill \(\qed\)

** Two columns

*** A block					      :B_ignoreheading:BMCOL:
    :PROPERTIES:
    :BEAMER_env: ignoreheading
    :BEAMER_col: 0.4
    :END:
    - this slide consists of two columns
    - the first (left) column has no heading and consists of text
    - the second (right) column has an image and is enclosed in an
      @example@ block

*** A screenshot 					    :BMCOL:B_example:
    :PROPERTIES:
    :BEAMER_col: 0.6
    :BEAMER_env: example
    :END:
    #+ATTR_LATEX: width=\textwidth
    [[file:../../images/org-beamer/a-simple-slide.png]]


* Conclusions

** Summary
   - org is an incredible tool for time management
   - @but@ it is also excellent for writing and for preparing presentations
   - Beamer is a very powerful \LaTeX{} package for presentations
   - the combination is unbeatable!

* Problems

** Some problems
   - the =verbatim= markup doesn't seem to export properly.

[-- Attachment #3: Type: text/plain, Size: 2 bytes --]




[-- Attachment #4: Type: text/plain, Size: 75 bytes --]

-- 
Eric S Fraga
GnuPG: 8F5C 279D 3907 E14A 5C29  570D C891 93D8 FFFC F67D

[-- Attachment #5: 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

  parent reply	other threads:[~2010-08-17 22:37 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-17  6:26 Baffled by beamer blocks Philip J. Hollenback
2010-08-17 20:29 ` Eric S Fraga
2010-08-17 22:11   ` Philip J. Hollenback
2010-08-17 22:24     ` John Hendy
2010-08-17 22:37     ` Eric S Fraga [this message]
2010-08-17 23:11       ` John Hendy
2010-08-18 10:08         ` [beamer] Worg tutorial link broken (was Re: Baffled by beamer blocks) Eric S Fraga
2010-08-17 23:29       ` Baffled by beamer blocks Philip J. Hollenback
2010-08-18 10:09         ` Eric S Fraga
     [not found]           ` <AANLkTikXaTqYPfegtBrZnTRoFrRnwVQxHR=3+5pzBNuO@mail.gmail.com>
2010-08-18 14:32             ` John Hendy
2010-08-18 14:40             ` Eric S Fraga
2010-08-18 15:04               ` Eric S Fraga
2010-08-18 10:36       ` [BUG] " Bastien
2010-08-18 10:46         ` Eric S Fraga
  -- strict thread matches above, loose matches on Subject: below --
2010-08-17 15:31 Philip J. Hollenback

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=87mxsk50i5.wl%ucecesf@ucl.ac.uk \
    --to=ucecesf@ucl.ac.uk \
    --cc=e.fraga@ucl.ac.uk \
    --cc=emacs-orgmode@gnu.org \
    --cc=philiph@pobox.com \
    /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).