ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* custom colors for verbatim in mkiv
@ 2010-12-02 10:43 Thomas A. Schmitz
  2010-12-02 11:11 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas A. Schmitz @ 2010-12-02 10:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi all, 

pardon my ignorance, but how can I define custom colors for pretty printing xml in current mkiv? I tried defining a palet, I tried defining the usual colors prettyone etc., but to no avail. And, on a related note: are the files 

pret-lua.lua
pret-mp.lua
pret-tex.lua
pret-xml.lua

no longer part of mkiv? What has replaced them? 

I attach an example which works with mkii and with my older installation of mkiv (2010.10.22 16:46) but not with the current beta (2010.12.02 08:51).

Thomas

\setupcolors[state=start]
\definecolor[paleblue][r=0.5,g=0.5,b=0.9]
\definecolor[palered] [r=0.9,g=0.5,b=0.5]
\definecolor[palecyan][r=0.41,g=0.84,b=0.84]

\setuptyping[option=color,
%             palet=colorpretty,
             bodyfont=10pt,
             before={\startframedtext[width=\makeupwidth,
                             background=screen,
                             frame=off,
                             backgroundscreen=.9]},
             after={\stopframedtext}]

\definepalet[MYcolors]
  [prettyone=paleblue,
   prettytwo=palecyan,
   prettythree=palered,
   prettyfour=darkgreen]

\definepalet[XMLcolorpretty][MYcolors]

\starttext

  \startXML
    <main type="important">hello world</main>
  \stopXML

\stoptext
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: custom colors for verbatim in mkiv
  2010-12-02 10:43 custom colors for verbatim in mkiv Thomas A. Schmitz
@ 2010-12-02 11:11 ` Hans Hagen
  2010-12-02 11:20   ` Thomas A. Schmitz
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2010-12-02 11:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 2-12-2010 11:43, Thomas A. Schmitz wrote:
> Hi all,
>
> pardon my ignorance, but how can I define custom colors for pretty printing xml in current mkiv? I tried defining a palet, I tried defining the usual colors prettyone etc., but to no avail. And, on a related note: are the files
>
> pret-lua.lua
> pret-mp.lua
> pret-tex.lua
> pret-xml.lua
>
> no longer part of mkiv? What has replaced them?
>
> I attach an example which works with mkii and with my older installation of mkiv (2010.10.22 16:46) but not with the current beta (2010.12.02 08:51).

there is more granularity now: see v-xml.mkiv

\setupstartstop[XmlSnippetName][color=magenta,style=\bfa]

\starttext

   \startXML
     <main type="important">hello world</main>
   \stopXML

\stoptext

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: custom colors for verbatim in mkiv
  2010-12-02 11:11 ` Hans Hagen
@ 2010-12-02 11:20   ` Thomas A. Schmitz
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas A. Schmitz @ 2010-12-02 11:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On Dec 2, 2010, at 12:11 PM, Hans Hagen wrote:

> there is more granularity now: see v-xml.mkiv

Ahh, I see! Yes, that's indeed a very nice way to define colors!

Thanks a lot!

Thomas
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2010-12-02 11:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-02 10:43 custom colors for verbatim in mkiv Thomas A. Schmitz
2010-12-02 11:11 ` Hans Hagen
2010-12-02 11:20   ` Thomas A. Schmitz

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 NNTP newsgroup(s).