Eric S Fraga <ucec...@ucl.ac.uk> 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 _______________________________________________ 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