emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BABEL] syntax highlighting in LaTeX output?
@ 2010-07-09 11:00 Rainer M Krug
  2010-07-09 15:32 ` Eric Schulte
  0 siblings, 1 reply; 2+ messages in thread
From: Rainer M Krug @ 2010-07-09 11:00 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1146 bytes --]

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:          Rainer@krugs.de

Skype:          RMkrug
Google:         R.M.Krug@gmail.com

[-- Attachment #1.2: Type: text/html, Size: 2806 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [BABEL] syntax highlighting in LaTeX output?
  2010-07-09 11:00 [BABEL] syntax highlighting in LaTeX output? Rainer M Krug
@ 2010-07-09 15:32 ` Eric Schulte
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Schulte @ 2010-07-09 15:32 UTC (permalink / raw)
  To: Rainer M Krug; +Cc: emacs-orgmode

Yes, set org-export-latex-listings to true.  Cheers -- Eric

,----[org-export-latex-listings]
| org-export-latex-listings is a variable defined in `org-latex.el'.
| Its value is nil
| 
| Documentation:
| Non-nil means export source code using the listings package.
| This package will fontify source code, possibly even with color.
| If you want to use this, you also need to make LaTeX use the
| listings package, and if you want to have color, the color
| package.  Just add these to `org-export-latex-packages-alist',
| for example using customize, or with something like
| 
|   (require 'org-latex)
|   (add-to-list 'org-export-latex-packages-alist '("" "listings"))
|   (add-to-list 'org-export-latex-packages-alist '("" "color"))
| 
| You can customize this variable.
`----

Rainer M Krug <r.m.krug@gmail.com> writes:

> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-07-09 15:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-09 11:00 [BABEL] syntax highlighting in LaTeX output? Rainer M Krug
2010-07-09 15:32 ` Eric Schulte

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).