ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Chapter number in list colored (setuplist)
Date: Tue, 9 Jul 2013 18:23:17 +0200	[thread overview]
Message-ID: <5B2445A4-2B12-4C89-B637-384334207C64@gmail.com> (raw)
In-Reply-To: <20130709180838.0c7c330b@zenlima.eu>


Am 09.07.2013 um 18:08 schrieb Zenlima <post@zenlima.eu>:

> Hi,
> 
> I want to color the chapter number in the table of content. The
> attribute "numbercolor" does not exist in setuplist. So I tried to
> color the chapter number via "numberstlye" ("numbercommand" is also not
> working):
> 
> ---8<----------------------------
> 
> \define[1]\listChapterColor{\color[bordeaux]{X #1}}
> 
> \setuplist[chapter][color=black,numberstyle=\listChapterColor]
> 
> ----8<------------------------------
> 
> The X appears in the new color (bordeaux), but the chapter number is
> still uncolored - same color like rest of that line (black).
> 
> What am I doing wrong here?


1. You forgot a minimal example which demonstrates the problem.

2. You didn’t test numbercolor.

\setuplist
  [chapter]
  [color=green,
   numbercolor=red,
  %pagecolor=orange,
   textcolor=blue]

\starttext
\completecontent
\chapter{Test}
\stoptext

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


  parent reply	other threads:[~2013-07-09 16:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-09 16:08 Zenlima
2013-07-09 16:20 ` Aditya Mahajan
2013-07-09 16:23   ` Zenlima
2013-07-09 16:23 ` Wolfgang Schuster [this message]
2013-07-09 19:15   ` Zenlima

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5B2445A4-2B12-4C89-B637-384334207C64@gmail.com \
    --to=schuster.wolfgang@gmail.com \
    --cc=ntg-context@ntg.nl \
    /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.
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).