Hi

when I export to html, I get nice syntax highlighting in my source code (R),
but when I export to pdf (via LaTeX), the source code is in normal verbatim,
as it is in a verbatim environment.

Is there any way to put it into a lstlisting environment, and probably even
put the language from the source block in? In this way, one could get syntax
highlighting in the pdf?

An example:

#+begin_src R  :exports code
  x <- log(1:10)
#+end_src

is at the moment in the LaTeX output:

\begin{verbatim}
x <- log(1:10)
\end{verbatim}

Suggested output would be:\begin{lstlisting}[language=R]
x <- log(1:10)
\begin{lstlisting}

Cheers,

Rainer


-- 
NEW GERMAN FAX NUMBER!!!

Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,
UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Natural Sciences Building
Office Suite 2039
Stellenbosch University
Main Campus, Merriman Avenue
Stellenbosch
South Africa

Cell:           +27 - (0)83 9479 042
Fax:            +27 - (0)86 516 2782
Fax:            +49 - (0)321 2125 2244
email:          rai...@krugs.de

Skype:          RMkrug
Google:         r.m.k...@gmail.com
_______________________________________________
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

Reply via email to