emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: latex export and beamer columns


From: Łukasz Stelmach
Subject: [Orgmode] Re: latex export and beamer columns
Date: Thu, 26 Nov 2009 02:52:04 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Eric S Fraga <address@hidden> writes:

> Recently, in September, there was a discussion about exporting org
> files to latex using the beamer class and generating slides with
> multiple columns:
>
> http://article.gmane.org/gmane.emacs.orgmode/17546
(...)
> So, for instance, this will generate a slide with two columns of text
> (noting that I use odd levels only for my headings):
>
>
>
> --8<---------------cut here---------------start------------->8---
> # -*- coding: utf-8; -*-
> #+TITLE:     Beamer column test
> #+AUTHOR:    Eric
> #+OPTIONS:   H:4 num:t toc:nil \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
> #+LaTeX_CLASS: beamer
>
> * Main heading
> *** An interesting slide
> ***** columns (this text is ignored)
> ******* 0.3
>               - Some text on the left of the slide
>               - make sure we have at least two bullet points
>               - this is a narrow column
> ******* 0.7
>               - text on the right side of the slide
>               - and more
>               - and even more
>               - and this is a much wider column
> --8<---------------cut here---------------end--------------->8---

I've just tried something simplier and IMHO more flexible (widths).

--8<---------------cut here---------------start------------->8---
* The Title
** The Section
*** The Frame
#+latex: \begin{columns}[t]
#+latex: \column{.5\textwidth}
   - My point
   - Your point
#+latex: \column{.5\textwidth}
Conclusion
#+latex: \end{columns}
--8<---------------cut here---------------end--------------->8---

Unfortunately the the plain list is not recognized and converted to
itemize. When I remove the "#+latex: \begin|end" stuff then the list
looks as it should.


-- 
Miłego dnia,
Łukasz Stelmach





reply via email to

[Prev in Thread] Current Thread [Next in Thread]