emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Shiyuan <gshy2014@gmail.com>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: R src block not highlighted in pdf
Date: Sat, 28 Jun 2014 22:57:31 -0700	[thread overview]
Message-ID: <CAOm4EMvsmRcO+5R=wATh03MX7vzb-Xgcr_=+3z7u--6djEKsSA@mail.gmail.com> (raw)
In-Reply-To: <87vbrmou6i.fsf@alphaville.bos.redhat.com>

[-- Attachment #1: Type: text/plain, Size: 1382 bytes --]

Thank you for the pointers. I got minted-pygments working using the
following setup:
(setq org-latex-listings 'minted)
(add-to-list 'org-latex-packages-alist '("" "minted"))
(setq org-latex-pdf-process
  '("pdflatex -shell-escape -interaction nonstopmode -output-directory %o
%f" "pdflatex -shell-escape -interaction nonstopmode -output-directory %o
%f"  "pdflatex -shell-escape -interaction nonstopmode -output-directory %o
%f"))



On Fri, Jun 27, 2014 at 3:37 PM, Nick Dokos <ndokos@gmail.com> wrote:

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

[-- Attachment #2: Type: text/html, Size: 2274 bytes --]

  reply	other threads:[~2014-06-29  5:57 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
2014-06-29  5:57       ` Shiyuan [this message]
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='CAOm4EMvsmRcO+5R=wATh03MX7vzb-Xgcr_=+3z7u--6djEKsSA@mail.gmail.com' \
    --to=gshy2014@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).