emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: Example for beamer export with blocks and twocolumn


From: suvayu ali
Subject: Re: [Orgmode] Re: Example for beamer export with blocks and twocolumn
Date: Fri, 10 Dec 2010 09:13:03 +0100

On Fri, Dec 10, 2010 at 8:42 AM, Loris Bennett
<address@hidden> wrote:
> What I would really like to see is
>
> 1. the preamble to the presentation where the MACROs LaTeX_CLASS options
> etc. are given
>

I gave that, only one line for me. (there are other lines but they are
not related to columns) Here it is again,


#+COLUMNS: %40ITEM %10BEAMER_env(Env) %9BEAMER_envargs(Env Args)
%4BEAMER_col(Col) %10BEAMER_extra(Extra)


> 2. The value org-export-latex-classes
>

I didn't customise anything, this is the default.

(("article" "\\documentclass[11pt]{article}"
  ("\\section{%s}" . "\\section*{%s}")
  ("\\subsection{%s}" . "\\subsection*{%s}")
  ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
  ("\\paragraph{%s}" . "\\paragraph*{%s}")
  ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
 ("report" "\\documentclass[11pt]{report}"
  ("\\part{%s}" . "\\part*{%s}")
  ("\\chapter{%s}" . "\\chapter*{%s}")
  ("\\section{%s}" . "\\section*{%s}")
  ("\\subsection{%s}" . "\\subsection*{%s}")
  ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
 ("book" "\\documentclass[11pt]{book}"
  ("\\part{%s}" . "\\part*{%s}")
  ("\\chapter{%s}" . "\\chapter*{%s}")
  ("\\section{%s}" . "\\section*{%s}")
  ("\\subsection{%s}" . "\\subsection*{%s}")
  ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
 ("beamer" "\\documentclass{beamer}" org-beamer-sectioning))


> I have found various examples, but when I put it together, structures
> such as blocks and two-column just are not exported to the LaTeX file.

Hope this helps.

-- 
Suvayu

Open source is the future. It sets us free.



reply via email to

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