ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Mathieu DUPONT <mathieudupont@hotmail.com>
To: ConTeXt <ntg-context@ntg.nl>
Subject: Re: TOC : Chapter title under its number (separate lines)
Date: Fri, 27 May 2011 09:33:53 -0400	[thread overview]
Message-ID: <COL107-W10204924E181D01CD9B4CFB2760@phx.gbl> (raw)
In-Reply-To: <20110527091426.GB17312@iram-ha-003840.extra.cea.fr>


[-- Attachment #1.1: Type: text/plain, Size: 3590 bytes --]



As for the interaction patching, in the following example I can't figure out how to have, for the chapter lines, only "CHAPTER 1" being the interaction and not "the title" + "the dots line" + "the page number", as it is the case with this code.The example is minimal, but I left everything I am afraid could be dropped by a solution.
Thanks for help !

\setupinteraction[state=start]
\setuplabeltext[chapter=CHAPITRE~]
\setupcombinedlist[content][	level=3,	alternative=c,	]	\unprotect\define[3]\ChapterList{\vbox{	\setuplocalinterlinespace[line=2.8ex]	\listparameter\c!before	\leftskip\listparameter\c!margin	\noindent\currentlistsymbol\crlf#2\enspace\listdots\enspace#3	\par	\listparameter\c!after	\setuplocalinterlinespace[line=4.2ex]	}}\protect
\setuplist[chapter][	label=yes,	alternative=vertical,	command=\ChapterList,	interaction=all,	]	\starttext
\startfrontmatter\placecontent\stopfrontmatter
\startbodymatter\chapter{CHAPTER}\section{SECTION}\subsection{SUBSECTION}\stopbodymatter
\stoptext 



Mathieu



> Date: Fri, 27 May 2011 11:14:26 +0200
> From: alan.braslau@cea.fr
> To: schuster.wolfgang@googlemail.com
> CC: ntg-context@ntg.nl
> Subject: Re: [NTG-context] TOC : Chapter title under its number (separate lines)
> 
> On Thu, May 26, 2011 at 08:16:21PM +0200, Wolfgang Schuster wrote:
> > 
> > Am 26.05.2011 um 18:48 schrieb Alan Braslau:
> > 
> > > \setuplist[chapter][label=yes,alternative=vertical,command=\ChapterList,interaction=all]
> > > 
> > > Almost works. Almost in that all lines get indented by one level,
> > > and then the page number (and the title if it is long and multi-line)
> > > stick(s) out by this much on the right.
> > > 
> > > The manual is a bit cryptic concerning horizontal and vertical:
> > > 	"As an alternative for none, we can use horizontal and vertical.
> > > 	Both commands have their spacing tuned for typesetting lists in
> > > 	for instance menus."
> > 
> > I don’t read the manual very often, so i missed this.
> 
> Before asking for help, I always
> 1) experiment
> 2) look in the manual(s)
> 3) search the mailing list
> 4) consult the wiki
> 5) try to understand the sources
> I'm sure that you start with the last step.
> 
> > 
> > There are two ways to have a interactive list:
> > 
> > 1. Patch the command alternative
> > 
> > 2. Introduce a new alternative which has interactive support
> >    plus a few more missing features (e.g. label support)
> > 
> > Wolfgang
> 
> In fact,
> \setuplist [chapter] [label=yes]
> should work "out of the box".
> 
> Currently, one must set:
> \setuplabeltext [chapter=Chapter ] % with trailing space; blank by default
> \setuplabeltext [appendix=Appendix ]  % with trailing space; blank by default
> (This *should* be included in the language files, not redefined by the user. Indeed, "\setuphead [chapter] [label=no]" could be the default, not blanking out the labeltext.)
> Secondly, the spacing of the TOC is all wrong. This should not need patching to yield an acceptable result.
> 
> Alan
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
 		 	   		  

[-- Attachment #1.2: Type: text/html, Size: 6031 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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:[~2011-05-27 13:33 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-23 22:59 Mathieu DUPONT
2011-05-24 11:42 ` Wolfgang Schuster
2011-05-24 13:09   ` Mathieu DUPONT
2011-05-24 13:33     ` Mathieu DUPONT
2011-05-24 14:04       ` Wolfgang Schuster
2011-05-24 14:13         ` Mathieu DUPONT
2011-05-24 14:20           ` Wolfgang Schuster
2011-05-24 14:34             ` Mathieu DUPONT
2011-05-26 15:13   ` Alan Braslau
2011-05-26 15:30     ` Wolfgang Schuster
2011-05-26 16:48       ` Alan Braslau
2011-05-26 18:16         ` Wolfgang Schuster
2011-05-27  9:14           ` Alan Braslau
2011-05-27 13:33             ` Mathieu DUPONT [this message]
2011-05-27 14:00               ` Alan Braslau
2011-05-27 14:04                 ` Mathieu DUPONT

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=COL107-W10204924E181D01CD9B4CFB2760@phx.gbl \
    --to=mathieudupont@hotmail.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).