emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Chris Malone <chris.m.malone@gmail.com>
To: Christopher Allan Webber <cwebber@dustycloud.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: Nice python listings colors, or solution to beamer + minted brokenness?
Date: Sun, 13 Feb 2011 20:46:00 -0500	[thread overview]
Message-ID: <AANLkTinBgNCUbKFtq1W_ZvwHdcs17hVxqhiKohJV-xm7@mail.gmail.com> (raw)
In-Reply-To: <87aahz8nd6.fsf@dustycloud.org>


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

Hi Chris,

I doubt this will fix the problem (it is more of a curiosity), but why in
your =lstset= do you have the language as "\Python" instead of "Python"?

Chris


On Sun, Feb 13, 2011 at 7:35 PM, Christopher Allan Webber <
cwebber@dustycloud.org> wrote:

> Hello all,
>
> I currently am trying to export something vaguely like this for a
> presentation in beamer:
>
> #+BEGIN_SRC python :exports code
> class ReferenceDeskPanel(bpy.types.Panel):
>    bl_label = 'Reference Desk'
>    bl_space_type = 'VIEW_3D'
>    bl_region_type = 'TOOLS'
>
>    def draw(self, context):
>        layout = self.layout
>
>        row = layout.row()
>        row.prop(
>            context.scene, 'refdesk_search',
>            text="", icon='VIEWZOOM')
>
>        search_string = context.scene.get('refdesk_search')
> #+END_SRC
>
> I've tried using listings with:
>
> #+begin_LaTeX
>  \definecolor{keywords}{RGB}{255,0,90}
>  \definecolor{comments}{RGB}{60,179,113}
>
>  \lstset{
>    language=\Python,
>    keywordstyle=\color{keywords},
>    commentstyle=\color{comments}emph,
>    procnamestyle=\color{blue}\textbf,
>    emphstyle=\color{black}\bfseries,
>    }
> #+end_LaTeX
>
> in my document but I can't figure out how to get the class name
> (ReferenceDeskPanel) to be highlighted in any form.  I've read through
> the listings manual but I can't find any reference on how to do this.
>
> I also tried using minted, but I'm running into the problem discussed in
> this thread:
>
> http://article.gmane.org/gmane.emacs.orgmode/32147/match=minted
>
> I'm at wit's end... I just want to figure out how to syntax highlight my
> whole python snippet!  Any examples of good color sets in listings to
> use would be *greatly* appreciated!  Or a solution to that minted +
> beamer problem!  Either one!
>
> Super, ultra thanks in advance,
>  - cwebb
>
> --
> 𝓒𝓱𝓻𝓲𝓼𝓽𝓸𝓹𝓱𝓮𝓻 𝓐𝓵𝓵𝓪𝓷 𝓦𝓮𝓫𝓫𝓮𝓻
>
> _______________________________________________
> 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
>

[-- Attachment #1.2: Type: text/html, Size: 3065 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

  reply	other threads:[~2011-02-14  1:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-14  0:35 Nice python listings colors, or solution to beamer + minted brokenness? Christopher Allan Webber
2011-02-14  1:46 ` Chris Malone [this message]
2011-02-14  2:11   ` Chris Malone
2011-02-14  5:24     ` Christopher Allan Webber
2011-02-14 11:07 ` Dan Davison
2011-02-14 14:50   ` Christopher Allan Webber
2011-02-14 15:22     ` Dan Davison
2011-02-14 16:12       ` Christopher Allan Webber
2011-02-23  3:21         ` Chris Malone

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=AANLkTinBgNCUbKFtq1W_ZvwHdcs17hVxqhiKohJV-xm7@mail.gmail.com \
    --to=chris.m.malone@gmail.com \
    --cc=cwebber@dustycloud.org \
    --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).