ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "luigi scarso" <luigi.scarso@gmail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: chapter setup / table of contents
Date: Mon, 14 Apr 2008 23:11:19 +0200	[thread overview]
Message-ID: <fe8d59da0804141411r7c89e754h5be630d055d4faef@mail.gmail.com> (raw)
In-Reply-To: <E3BD88E5-786F-4544-8EF7-B281E1FE9999@fiee.net>

a bit of lua code ?

\startluacode
     MyStuff = {}
     SecCount = 0
     SecIndexCount = 0
\stopluacode

\definelistplacement[MyListItem][none]#1#2#3{%
\ctxlua{SecIndexCount = SecIndexCount +1}
%% Do something with
%%\ctxlua{tex.sprint(MyStuff[SecIndexCount])}
%%
}

\setuplist[section][alternative=MyListItem,
]

\def\SectionHeadCommand#1#2{%
\ctxlua{SecCount = SecCount +1}
%% Here set MyStuff
%% \ctxlua{MyStuff[SecCount] = "...."}%
%%
}
\setuphead[section][command={\SectionHeadCommand}]


>  I guess not - these 3 parameters are AFAIK part no., title and page
>  no., and it's called "automatically" for the ToC entry, so I don't
>  know how I could replace #2 with "<author>: #2"
>
>  i.e. "alternative" in \setuplist is only for defining a different
>  format for the ToC line, not for changing the *content* of it.
>
>  Probably I must utilize that, too, but it doesn't solve my problem on
>  its own.
>
>
>
>
>  Greetlings from Lake Constance!
>  Hraban
>  ---
>  http://www.fiee.net/texnique/
>  http://wiki.contextgarden.net
>  https://www.cacert.org (I'm an assurer)
>
>  ___________________________________________________________________________________
>  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  : https://foundry.supelec.fr/projects/contextrev/
>  wiki     : http://contextgarden.net
>  ___________________________________________________________________________________
>



-- 
luigi
it's new .
it's powerful .
it's luatex .
http://www.luatex.org
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2008-04-14 21:11 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-14 20:06 Henning Hraban Ramm
2008-04-14 20:26 ` luigi scarso
2008-04-14 20:58   ` Henning Hraban Ramm
2008-04-14 21:11     ` luigi scarso [this message]
2008-04-15  8:03 ` Wolfgang Schuster
2008-04-15 22:07   ` Henning Hraban Ramm
2008-04-15 22:32     ` Henning Hraban Ramm
2008-04-16  6:31       ` Wolfgang Schuster
2008-04-16  7:19         ` Henning Hraban Ramm
     [not found]           ` <01C12D32-1DBE-4596-87DD-C59919B96FC3@fiee.net>
2008-04-27 21:45             ` who eats my spaces (was: chapter setup / table of contents) Henning Hraban Ramm
2008-04-28  8:51               ` who eats my spaces Taco Hoekwater
2008-04-28  9:45                 ` Wolfgang Schuster
2008-04-28 19:36                   ` Henning Hraban Ramm
2008-04-29  7:05                     ` Wolfgang Schuster
2008-04-30 12:12                       ` Henning Hraban Ramm
2008-04-30 12:54                         ` Wolfgang Schuster
2008-04-30 14:44                           ` Henning Hraban Ramm
2008-04-30 14:49                             ` Wolfgang Schuster
2008-09-25 11:22               ` who eats my spaces (was: chapter setup / table of contents) Wolfgang Schuster
2008-04-28 20:21           ` chapter setup / table of contents Henning Hraban Ramm
2008-04-16  6:27     ` Wolfgang Schuster

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=fe8d59da0804141411r7c89e754h5be630d055d4faef@mail.gmail.com \
    --to=luigi.scarso@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).