emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <ndokos@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: R src block not highlighted in pdf
Date: Fri, 27 Jun 2014 18:37:41 -0400	[thread overview]
Message-ID: <87vbrmou6i.fsf@alphaville.bos.redhat.com> (raw)
In-Reply-To: CAOm4EMtZTykqE=RdG08v9qT4qawt11VJ5TOnYFPcORz=RHZhjg@mail.gmail.com

Shiyuan <gshy2014@gmail.com> writes:

> I use the following setting. The keywords are correctly recognized and are in bold face, but not in color. Are there any other
> steps for colors. 
>
> (require 'ox-latex)
>   (add-to-list 'org-latex-packages-alist '("" "listings"))
>   (add-to-list 'org-latex-packages-alist '("" "color"))
>

Not sure what version of listings I have, but I get the same behaviour:
bold face but no color. You have to modify the settings. For example:

\lstset{ %
  ...
  commentstyle=\color{green},      % comment style
  ...}

will colour comments green. See the listings manual for more details:

   http://mirror.hmc.edu/ctan/macros/latex/contrib/listings/listings.pdf

You might want to try pygments and minted instead. It's a bit fiddly
to set up but does give you colour out of the  box.

Nick

  reply	other threads:[~2014-06-27 22:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-27 17:23 R src block not highlighted in pdf Shiyuan
2014-06-27 18:38 ` Grant Rettke
2014-06-27 21:46   ` Shiyuan
2014-06-27 22:37     ` Nick Dokos [this message]
2014-06-29  5:57       ` Shiyuan
2014-06-27 18:39 ` Thomas S. Dye

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=87vbrmou6i.fsf@alphaville.bos.redhat.com \
    --to=ndokos@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).