emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Nice python listings colors, or solution to beamer + minte


From: Christopher Allan Webber
Subject: Re: [Orgmode] Nice python listings colors, or solution to beamer + minted brokenness?
Date: Sun, 13 Feb 2011 23:24:43 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Chris,

That'll work well enough for now I think.  Thanks much for the response!

Chris Malone <address@hidden> writes:

> Also, it's not an elegant or automated solution, but check out Section
> 2.8: Emphasize Identifiers in the listings manual.? You could
> basically add something like
>
> emph={ReferenceDeskPanel}, emphstyle=\color{blue}
>
> to your =lstset= to get that particular class to have a blue font.?
> You could add such a line for /every/ class you have by putting in the
> optional <class number> argument as described in the manual.? I don't
> know how one could do this for every word that follows the Python
> =class= directive, as the =lstset= /key-value/ setup doesn't allow for
> such things...
>
> HTH,
>
> Chris
>
> On Sun, Feb 13, 2011 at 8:46 PM, Chris Malone <address@hidden> wrote:
>
>     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 
> <address@hidden> wrote:
>    
>         Hello all,
>        
>         I currently am trying to export something vaguely like this for a
>         presentation in beamer:
>
> #+BEGIN_SRC python :exports code<br>
> class ReferenceDeskPanel(bpy.types.Panel):<br>
>  . .bl_label = &#39;Reference Desk&#39;<br>
>  . .bl_space_type = &#39;VIEW_3D&#39;<br>
>  . .bl_region_type = &#39;TOOLS&#39;<br>
> <br>
>  . .def draw(self, context):<br>
>  . . . .layout = self.layout<br>
> <br>
>  . . . .row = layout.row()<br>
>  . . . .row.prop(<br>
>  . . . . . .context.scene, &#39;refdesk_search&#39;,<br>
>  . . . . . .text=&quot;&quot;, icon=&#39;VIEWZOOM&#39;)<br>
> <br>
>  . . . .search_string = context.scene.get(&#39;refdesk_search&#39;)<br>
> #+END_SRC<br>
> I've tried using listings with:
>
> #+begin_LaTeX<br>
>  .\definecolor{keywords}{RGB}{255,0,90}<br>
>  .\definecolor{comments}{RGB}{60,179,113}<br>
> <br>
>  .\lstset{<br>
>  . .language=\Python,<br>
>  . .keywordstyle=\color{keywords},<br>
>  . .commentstyle=\color{comments}emph,<br>
>  . .procnamestyle=\color{blue}\textbf,<br>
>  . .emphstyle=\color{black}\bfseries,<br>
>  . .}<br>
> #+end_LaTeX<br>
> 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.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>

-- 
𝓒𝓱𝓻𝓲𝓼𝓽𝓸𝓹𝓱𝓮𝓻 𝓐𝓵𝓵𝓪𝓷 𝓦𝓮𝓫𝓫𝓮𝓻



reply via email to

[Prev in Thread] Current Thread [Next in Thread]