ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* listalternative “d” and \[start|stop]narrower
@ 2010-12-16 12:17 Philipp Gesang
  2010-12-16 12:24 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Philipp Gesang @ 2010-12-16 12:17 UTC (permalink / raw)
  To: ntg-context


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

Hi all,

is it possible somehow (in mkiv) to setup the list alternative
“d” to resemble this example from the source (works in mkii,
slightly shortened) with narrower to the left and the right?

···8<····························································

%\setupinteraction[state=start] \setupcolors[state=start]

\setuphead [part]    [page=right,placehead=yes]
\setuplist [chapter] [alternative=d,before=\blank,after=\blank]
\setuplist [part]    [before=\blank,after=\blank]

\starttext
  \startsetups chapter
    \blank \startnarrower[3*middle] \placecontent[criterium=local] \stopnarrower
  \stopsetups
  \placelist[part][criterium=text,after=\setups{chapter}]

  \part{First part}       \chapter{Chapter one}  \chapter{Chapter two}
  \chapter{Chapter three} \chapter{Chapter four} \chapter{Chapter five}
  \part{Second part}      \chapter{Chapter one}  \chapter{Chapter two}
  \chapter{Chapter three} \chapter{Chapter four} \chapter{Chapter five}
  \part{Third part}       \chapter{Chapter one}  \chapter{Chapter two}
  \chapter{Chapter three} \chapter{Chapter four} \chapter{Chapter five}
\stoptext \endinput
···8<····························································

(Hanging text is possible via the “margin” key of “\setuplist”
but only on the left side. Alternatively, could there be
interaction support for custom list commands?)

Thanks for any suggestions, Philipp



-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

[-- Attachment #1.2: Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re:  listalternative “d” and \[start|stop]narrower
  2010-12-16 12:17 listalternative “d” and \[start|stop]narrower Philipp Gesang
@ 2010-12-16 12:24 ` Wolfgang Schuster
  2010-12-16 12:29   ` Philipp Gesang
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2010-12-16 12:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 16.12.2010 um 13:17 schrieb Philipp Gesang:

> Hi all,
> 
> is it possible somehow (in mkiv) to setup the list alternative
> “d” to resemble this example from the source (works in mkii,
> slightly shortened) with narrower to the left and the right?
> 
> ···8<····························································
> 
> %\setupinteraction[state=start] \setupcolors[state=start]
> 
> \setuphead [part]    [page=right,placehead=yes]
> \setuplist [chapter] [alternative=d,before=\blank,after=\blank]
> \setuplist [part]    [before=\blank,after=\blank]
> 
> \starttext
>  \startsetups chapter
>    \blank \startnarrower[3*middle] \placecontent[criterium=local] \stopnarrower

   \blank \startnarrower[3*middle] \placelist[chapter] \stopnarrower

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re:  listalternative “d” and \[start|stop]narrower
  2010-12-16 12:24 ` Wolfgang Schuster
@ 2010-12-16 12:29   ` Philipp Gesang
  0 siblings, 0 replies; 3+ messages in thread
From: Philipp Gesang @ 2010-12-16 12:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On 2010-12-16 <13:24:27>, Wolfgang Schuster wrote:
> 
> Am 16.12.2010 um 13:17 schrieb Philipp Gesang:
> 
> > Hi all,
> > 
> > is it possible somehow (in mkiv) to setup the list alternative
> > “d” to resemble this example from the source (works in mkii,
> > slightly shortened) with narrower to the left and the right?
> > 
> > ···8<····························································
> > 
> > %\setupinteraction[state=start] \setupcolors[state=start]
> > 
> > \setuphead [part]    [page=right,placehead=yes]
> > \setuplist [chapter] [alternative=d,before=\blank,after=\blank]
> > \setuplist [part]    [before=\blank,after=\blank]
> > 
> > \starttext
> >  \startsetups chapter
> >    \blank \startnarrower[3*middle] \placecontent[criterium=local] \stopnarrower
> 
>    \blank \startnarrower[3*middle] \placelist[chapter] \stopnarrower
> 
> Wolfgang

Oha, that was fast! Many thanks, this arguably looks better than
my hacking a “\rightskip” into “\dodofixdlistelementD” …

Philipp

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

-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

[-- Attachment #1.2: Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-12-16 12:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-16 12:17 listalternative “d” and \[start|stop]narrower Philipp Gesang
2010-12-16 12:24 ` Wolfgang Schuster
2010-12-16 12:29   ` Philipp Gesang

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).