ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Wolfgang Schuster" <schuster.wolfgang@googlemail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: chapter setup / table of contents
Date: Tue, 15 Apr 2008 10:03:44 +0200	[thread overview]
Message-ID: <115224fb0804150103r32eeede4r15eea7710a847535@mail.gmail.com> (raw)
In-Reply-To: <C7109D36-7ED1-48E4-9AFA-5CAE6CBD6FB9@fiee.net>

On Mon, Apr 14, 2008 at 10:06 PM, Henning Hraban Ramm <hraban@fiee.net> wrote:
> Ahoi!
>
> In a volume of proceedings, each chapter has an author and title and
> sometimes a subtitle.
> The ToC entry should look like:
>
> Author: Title \hfill Page
> (no indents!)
>
> At the moment I've this setup:
>
> ---
>
> \def\Titel#1#2#3{% author, title, subtitle
>        \page%
>        {\writebetweenlist[chapter]{\placeongrid{\noindent #1:}}
>        \switchtobodyfont[12pt]\noindent #1%
>        \chapter{\noindent #2}%
>        {\ss\bf #3}%
>        \blank[2*big]}%
> }
>
> \setuphead[chapter][page=no, number=no, align=
> {flushleft,nothyphenated,verytolerant}, style={\ss\bfa}, before={},
> after={\blank}]
>
> \definecombinedlist[toc][chapter][level=chapter, placehead=no,
> criterium=all, alternative=b, offset=none]
> \setupcombinedlist  [toc] [partnumber=no]
>
> ---
>
> Please don't cry, I know it's ugly... ;-)
>
> What it does is close, but nood good enough.
>
> - Is there a way to use the normal chapter (or any head) mechanism
> with such "feathered" titles?
> - How do I get my special ToC?

Try this.

\unprotect

\resetvalue{\??sw\v!chapter}

\startsetups chapter:list

  \doifsomething{\sectionworldparameter\c!author}
    {\expanded{\writetolist[\v!chapter]
      {\sectionworldparameter\c!author:\space
       \sectionworldparameter\c!text}{}}}

  \def\ChapterSubTitle{\sectionworldparameter\c!subtitle}

\stopsetups

\setupsectionworld
  [chapter]
  [setups={chapter:list},
   author=]

\def\ChapterCommand#1#2%
  {\vbox{#2\crlf\ChapterSubTitle}}

\let\ChapterSubTitle\relax

\protect

\setuphead
  [chapter]
  [incrementnumber=no,
   command=\ChapterCommand]

\starttext
\completecontent
\startsectionworld[chapter][author=Hans,text=Chapter One,subtitle=The Beginning]
\startsectionworld[chapter][author=Tom,text=Chapter Two,subtitle=The End]
\stopsectionworld
\stopsectionworld
\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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  parent reply	other threads:[~2008-04-15  8:03 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
2008-04-15  8:03 ` Wolfgang Schuster [this message]
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=115224fb0804150103r32eeede4r15eea7710a847535@mail.gmail.com \
    --to=schuster.wolfgang@googlemail.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).