emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: suvayu ali <fatkasuvayu+linux@gmail.com>
To: Loris Bennett <loris.bennett@fu-berlin.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: Example for beamer export with blocks and twocolumn
Date: Fri, 10 Dec 2010 09:13:03 +0100	[thread overview]
Message-ID: <AANLkTin21ZB4KKdsBO1YpS5pzwgZ4RoXFm5LTrJZ9svo@mail.gmail.com> (raw)
In-Reply-To: <878vzyhy4c.fsf@slate.zedat.fu-berlin.de>

On Fri, Dec 10, 2010 at 8:42 AM, Loris Bennett
<loris.bennett@fu-berlin.de> 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	other threads:[~2010-12-10  8:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-09 14:55 Example for beamer export with blocks and twocolumn Loris Bennett
2010-12-10  3:30 ` suvayu ali
2010-12-10  3:33   ` suvayu ali
2010-12-10  7:42   ` Loris Bennett
2010-12-10  8:13     ` suvayu ali [this message]
2010-12-10  8:43     ` Loris Bennett
2010-12-10 21:04     ` Eric S Fraga
2010-12-13  7:59       ` Loris Bennett
2010-12-15  9:46         ` Eric S Fraga

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=AANLkTin21ZB4KKdsBO1YpS5pzwgZ4RoXFm5LTrJZ9svo@mail.gmail.com \
    --to=fatkasuvayu+linux@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=loris.bennett@fu-berlin.de \
    /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).