\starttext \setuplistalternative [c] [filler=symbol, symbol=\hbox to .25em{\periodcentered}, symcolor=darkred, symstyle=\bf] \startsubject[title=Contents] \placelist[section][criterium=all,alternative=c] \stopsubject \startsection[title=D. Ward] \input ward \stopsection \startsection[title=E.R. Tufte] \input tufte \stopsection \stoptext -- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hans Hagen mailto:pragma@wxs.nl 4. März 2016 um 12:01 \starttext
\setuplistalternative [c] [filler=symbol, symbol=\hbox to .25em{\periodcentered}, symcolor=darkred, symstyle=\bf]
\startsubject[title=Contents] \placelist[section][criterium=all,alternative=c] \stopsubject
\startsection[title=D. Ward] \input ward \stopsection \startsection[title=E.R. Tufte] \input tufte \stopsection
\stoptext Is there a reason why you haven’t used the filler command from spac-flr.mkiv?
Wolfgang
On 3/7/2016 9:59 PM, Wolfgang Schuster wrote:
Hans Hagen mailto:pragma@wxs.nl 4. März 2016 um 12:01 \starttext
\setuplistalternative [c] [filler=symbol, symbol=\hbox to .25em{\periodcentered}, symcolor=darkred, symstyle=\bf]
\startsubject[title=Contents] \placelist[section][criterium=all,alternative=c] \stopsubject
\startsection[title=D. Ward] \input ward \stopsection \startsection[title=E.R. Tufte] \input tufte \stopsection
\stoptext Is there a reason why you haven’t used the filler command from spac-flr.mkiv?
well, i then need to extend that mechanism a bit with spread, color, style and so .. you can check it in the next beta \starttext \setuplistalternative[c][filler=sym] \placelist[chapter][alternative=c] \setuplistalternative[c][filler=symbol] \placelist[chapter][alternative=c] \setuplistalternative[c][filler=width] \placelist[chapter][alternative=c] \setuplistalternative[c][filler=space] \placelist[chapter][alternative=c] \setuplistalternative[c][filler=rule] \placelist[chapter][alternative=c] \definefiller [whatever] [symbol] [filler=symbol, symbol=\hbox to .25em{\periodcentered}, color=darkred, style=\bf] \setuplistalternative[c][filler=whatever] \placelist[chapter][alternative=c] \chapter{test a} \chapter{test b} \chapter{test c} \stoptext Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hello,
I'm probably not getting what supposed;
my sample files are attached;
both were compiled with today's beta.
Could the intended product be placed somewhere to download?
Best regards,
Lukas
On Tue, 08 Mar 2016 11:22:50 +0100, Hans Hagen
On 3/7/2016 9:59 PM, Wolfgang Schuster wrote:
Hans Hagen mailto:pragma@wxs.nl 4. März 2016 um 12:01 \starttext
\setuplistalternative [c] [filler=symbol, symbol=\hbox to .25em{\periodcentered}, symcolor=darkred, symstyle=\bf]
\startsubject[title=Contents] \placelist[section][criterium=all,alternative=c] \stopsubject
\startsection[title=D. Ward] \input ward \stopsection \startsection[title=E.R. Tufte] \input tufte \stopsection
\stoptext Is there a reason why you haven’t used the filler command from spac-flr.mkiv?
well, i then need to extend that mechanism a bit with spread, color, style and so .. you can check it in the next beta
\starttext
\setuplistalternative[c][filler=sym] \placelist[chapter][alternative=c] \setuplistalternative[c][filler=symbol] \placelist[chapter][alternative=c] \setuplistalternative[c][filler=width] \placelist[chapter][alternative=c] \setuplistalternative[c][filler=space] \placelist[chapter][alternative=c] \setuplistalternative[c][filler=rule] \placelist[chapter][alternative=c]
\definefiller [whatever] [symbol] [filler=symbol, symbol=\hbox to .25em{\periodcentered}, color=darkred, style=\bf]
\setuplistalternative[c][filler=whatever] \placelist[chapter][alternative=c]
\chapter{test a} \chapter{test b} \chapter{test c}
\stoptext
Hans
-- Ing. Lukáš Procházka | mailto:LPr@pontex.cz Pontex s. r. o. | mailto:pontex@pontex.cz | http://www.pontex.cz Bezová 1658 147 14 Praha 4 Tel: +420 241 096 751 Fax: +420 244 461 038
Procházka Lukáš Ing. mailto:LPr@pontex.cz 10. März 2016 um 09:52 Hello,
I'm probably not getting what supposed; my sample files are attached; both were compiled with today's beta.
Could the intended product be placed somewhere to download? I attached the result of the example and the defintion for the filler command (a interface for the leaders mechanism in TeX).
Wolfgang
participants (3)
-
Hans Hagen
-
Procházka Lukáš Ing.
-
Wolfgang Schuster