[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Unable to Style RESULTS Blocks
From: |
Jeff Rush |
Subject: |
[O] Unable to Style RESULTS Blocks |
Date: |
Mon, 21 May 2012 12:36:56 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:10.0.3) Gecko/20120306 Thunderbird/10.0.3 |
Using org-babel, I cannot figure out how to make the export of the
results of execution appear in LaTeX as a shaded box, like I see on so
many of the org-mode websites.
#+name: example
#+BEGIN_SRC python -n :results output :exports both
print "Hello World"
#+END_SRC
#+results: example
: Hello World
The results are exported as:
\begin{verbatim}
Hello World
\end{verbatim}
which lacks any shading/borders. The org-mode documentation at:
http://orgmode.org/worg/org-tutorials/org-latex-export.html
shows this example but the example expects the results to be wrapped in
a 'results' environment instead of the 'verbatim' environment I'm seeing.
#+LaTeX_HEADER: \usepackage{framed}
#+LaTeX_HEADER: \usepackage{xcolor}
#+LaTeX_HEADER: \definecolor{shadecolor}{gray}{.95}
#+LaTeX_HEADER: \newenvironment{results}{\begin{shaded}}{\end{shaded}}
I'm running org-mode 7.8.03 under Linux, and I've defined my own LaTeX
document class to format the other parts of my document. I am new to
LaTeX though. I just expected the formatting of source and results to
be a well-solved problem w/good looking defaults in org-mode.
-Jeff
- [O] Unable to Style RESULTS Blocks,
Jeff Rush <=