ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Steffen Wolfrum <context@st.estfiles.de>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: "Michał Goliński" <golinski@amu.edu.pl>
Subject: Re: Custom TOC problem
Date: Tue, 3 Apr 2012 10:35:17 +0200	[thread overview]
Message-ID: <58036A94-6D28-4247-A2ED-8882410C4832@st.estfiles.de> (raw)
In-Reply-To: <081a49f3175809905d1784dd2e734b6f@imap3.amu.edu.pl>

Hi Michał,

Am 02.04.2012 um 11:57 schrieb Michał Goliński:

> Hi,
> 
> this is the first time I am writing here so let me just say a big THANK YOU for all the awesome work everyone is doing.
> 
> Now, to the point. I have been trying to customize table of contents with my own commands, yet I get an error that might be from within ConTeXt. The cutomary minimal example follows:
> 
> 
> \define[3]\M{#3 some  #2 magic #1}
> \setuplist[section][alternative=command,command=\M]
> 
> \starttext
> \section{A}
> \completecontent
> \stoptext
> 
> 
> and the error from the log:
> 
> ConTeXt  ver: 2012.03.30 16:16 MKIV  fmt: 2012.4.2  int: english/english
> 
> ............
> 
> ! Argument of \M has an extra }.
> 
> Best regards
> Michał Goliński



I use this:

\unexpanded\def\M#1#2#3{#3 some  #2 magic #1}
\setuplist[section][alternative=command,command=\M]

\starttext
\section{A}
\completecontent
\stoptext


Steffen

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

      reply	other threads:[~2012-04-03  8:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-02  9:57 [***SPAM***] " Michał Goliński
2012-04-03  8:35 ` Steffen Wolfrum [this message]

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=58036A94-6D28-4247-A2ED-8882410C4832@st.estfiles.de \
    --to=context@st.estfiles.de \
    --cc=golinski@amu.edu.pl \
    --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).