emacs-orgmode
[Top][All Lists]
Advanced

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

[O] quote, quotation environments in org beamer export just comment text


From: Ratish Punnoose
Subject: [O] quote, quotation environments in org beamer export just comment text out.
Date: Tue, 20 Aug 2013 20:47:09 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Is there a reason that quote, quotation, verse, environments during export 
to tex just comment their contents.

As you can see, they precede the text with "%%"  which causes latex to 
ignore their contents.

This is an extract from ox-beamer.el

Thanks
Ratish

>From ox-beamer.el
--------------
(defconst org-beamer-environments-default
  '(("block"          "b" "\\begin{block}%a{%h}"          "\\end{block}")
    ("alertblock"     "a" "\\begin{alertblock}%a{%h}"     
"\\end{alertblock}")
    ("verse"          "v" "\\begin{verse}%a %% %h"        "\\end{verse}")
    ("quotation"      "q" "\\begin{quotation}%a %% %h"    
"\\end{quotation}")
    ("quote"          "Q" "\\begin{quote}%a %% %h"        "\\end{quote}")
    ("structureenv"   "s" "\\begin{structureenv}%a %% %h" 
"\\end{structureenv}")
    ("theorem"        "t" "\\begin{theorem}%a%U"          "\\end{theorem}")
    ("definition"     "d" "\\begin{definition}%a%U"       
"\\end{definition}")
    ("example"        "e" "\\begin{example}%a%U"          "\\end{example}")
    ("exampleblock"   "E" "\\begin{exampleblock}%a{%h}"   
"\\end{exampleblock}")
    ("proof"          "p" "\\begin{proof}%a%U"            "\\end{proof}")
    ("beamercolorbox" "o" "\\begin{beamercolorbox}%o{%h}" 
"\\end{beamercolorbox}"))  "Environments triggered by properties in Beamer 
export.
-----------------




reply via email to

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