[Orgmode] Columns with LaTeX beamer export

2010-07-06 Thread Tassilo Horn
Hi all,

I cannot understand how to create a beamer frame with columns.  Neither
the info docs nor Worg make me grasp it.

It somehow works if I add some additional outline structure like that:

--8---cut here---start-8---
** Situation  :B_columns:
   :PROPERTIES:
   :BEAMER_env: columns
   :END:
*** Zu erstellendes System ist nach /Analyse/ und /Entwurf/ hinreichend 
spezifiziert  :BMCOL:
:PROPERTIES:
:BEAMER_col: 0.7
:END:
*** Aufgabe der *Implementationsphase*: Programmierung des spezifizierten 
Entwurfs in der festgelegten Zielsprache
  - *Programmieren im Kleinen*
  - Heute immer öfter: Einsatz von *Generierungstechniken*

*** Der Lebenslauf:BMCOL:
:PROPERTIES:
:BEAMER_col: 0.3
:END:

   #+ATTR_LaTeX: width=0.45\textwidth
   [[./cycle.pdf]]
--8---cut here---end---8---

But I don't want to do that.  The problem with that approach is that
Der Lebenslauf is now an item, but I just want to put the pdf image on
the right column.  And that the top-level entries are on one line looks
also bad.

From the docs, I can grasp that a new column starts at an entry with
:BEAMER_col: property.  But since I cannot put a property on something
else than a headline, I don't understand how Worg mentions Columns
without additional outline structure.

Can anyone enlighten me with an example with some columns and no
additional outline structure?

Thanks a lot,
Tassilo


___
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


Re: [Orgmode] Columns with LaTeX beamer export

2010-07-06 Thread Eric S Fraga
On Tue, 06 Jul 2010 09:46:49 +0200, Tassilo Horn tass...@member.fsf.org wrote:
 
 Hi all,
 
 I cannot understand how to create a beamer frame with columns.  Neither
 the info docs nor Worg make me grasp it.
 
 It somehow works if I add some additional outline structure like that:
 
 --8---cut here---start-8---
 ** Situation  :B_columns:
:PROPERTIES:
:BEAMER_env: columns
:END:
 *** Zu erstellendes System ist nach /Analyse/ und /Entwurf/ hinreichend 
 spezifiziert  :BMCOL:
 :PROPERTIES:
 :BEAMER_col: 0.7
 :END:
 *** Aufgabe der *Implementationsphase*: Programmierung des spezifizierten 
 Entwurfs in der festgelegten Zielsprache
   - *Programmieren im Kleinen*
   - Heute immer öfter: Einsatz von *Generierungstechniken*
 
 *** Der Lebenslauf:BMCOL:
 :PROPERTIES:
 :BEAMER_col: 0.3
 :END:
 
#+ATTR_LaTeX: width=0.45\textwidth
[[./cycle.pdf]]
 --8---cut here---end---8---
 
 But I don't want to do that.  The problem with that approach is that
 Der Lebenslauf is now an item, but I just want to put the pdf image on
 the right column.  And that the top-level entries are on one line looks
 also bad.
 
 From the docs, I can grasp that a new column starts at an entry with
 :BEAMER_col: property.  But since I cannot put a property on something
 else than a headline, I don't understand how Worg mentions Columns
 without additional outline structure.
 
 Can anyone enlighten me with an example with some columns and no
 additional outline structure?
 
 Thanks a lot,
 Tassilo

Tassilo, I wrote a simple tutorial for beamer in org which you can
find on Worg (sorry: I'm offline so don't have the link at hand).

If I understood your message correctly, the solution may be to specify
the type of column environment to use (and what to do with the heading
of the column).  Type C-c C-b and select one of the environments
suggested.  I typically choose one of b (block), e (example) or
i (ignore heading).

HTH,
eric
-- 
Eric S Fraga
GnuPG: 8F5C 279D 3907 E14A 5C29  570D C891 93D8 FFFC F67D
___
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


Re: [Orgmode] Columns with LaTeX beamer export

2010-07-06 Thread Tassilo Horn
On Tuesday 06 July 2010 17:08:48 Eric S Fraga wrote:

Hi Eric,

 Tassilo, I wrote a simple tutorial for beamer in org which you can
 find on Worg (sorry: I'm offline so don't have the link at hand).

I think, I have read that and didn't understand it completely.

Oh, wait, you mean that

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

right.  Oh, yeah, there's an example which does the trick. ;-)

 If I understood your message correctly, the solution may be to specify
 the type of column environment to use (and what to do with the heading
 of the column).  Type C-c C-b and select one of the environments
 suggested.  I typically choose one of b (block), e (example) or
 i (ignore heading).

Yeah, the :BEAMER_env: ignoreheading property does what I want.
Thanks a lot for the pointer to your nice tutorial.

But my real question was concerning the point

  Columns without additional outline structure

in http://orgmode.org/worg/org-tutorials/org-beamer.php.  Especially the
sentence The column ends at the next entry with such a property. makes
me head-shaking.  How can there be a next entry in that frame, if I
don't add an additional outline structure?

Bye,
Tassilo

___
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


Re: [Orgmode] Columns with LaTeX beamer export

2010-07-06 Thread Eric S Fraga
On Tue, 6 Jul 2010 21:04:03 +0200, Tassilo Horn tass...@member.fsf.org wrote:
 
 On Tuesday 06 July 2010 17:08:48 Eric S Fraga wrote:
 
 Hi Eric,
 
  Tassilo, I wrote a simple tutorial for beamer in org which you can
  find on Worg (sorry: I'm offline so don't have the link at hand).
 
 I think, I have read that and didn't understand it completely.
 
 Oh, wait, you mean that
 
   http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.php
 
 right.  Oh, yeah, there's an example which does the trick. ;-)
 
  If I understood your message correctly, the solution may be to specify
  the type of column environment to use (and what to do with the heading
  of the column).  Type C-c C-b and select one of the environments
  suggested.  I typically choose one of b (block), e (example) or
  i (ignore heading).
 
 Yeah, the :BEAMER_env: ignoreheading property does what I want.
 Thanks a lot for the pointer to your nice tutorial.

You're welcome and I'm glad you found what you needed.

 But my real question was concerning the point
 
   Columns without additional outline structure
 
 in http://orgmode.org/worg/org-tutorials/org-beamer.php.  Especially the
 sentence The column ends at the next entry with such a property. makes
 me head-shaking.  How can there be a next entry in that frame, if I
 don't add an additional outline structure?

I didn't write this but I think this means that if one column starts
at, say, a 2nd level heading (**), the end of content for that column
is the next heading at the same level, or the end of the frame (i.e. a
heading at a higher level (*)).
-- 
Eric S Fraga
GnuPG: 8F5C 279D 3907 E14A 5C29  570D C891 93D8 FFFC F67D
___
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