Re: [NTG-context] in next beta

2016-03-10 Thread Wolfgang Schuster

Procházka Lukáš Ing. 
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


listfiller.pdf
Description: Adobe PDF document


filler.pdf
Description: Adobe PDF document
___
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
___

Re: [NTG-context] in next beta

2016-03-10 Thread Procházka Lukáš Ing .

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  wrote:


On 3/7/2016 9:59 PM, Wolfgang Schuster wrote:

Hans Hagen 
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:l...@pontex.cz
Pontex s. r. o.  | mailto:pon...@pontex.cz | http://www.pontex.cz
Bezová 1658
147 14 Praha 4

Tel: +420 241 096 751
Fax: +420 244 461 038

ListSym.log
Description: Binary data


ListSym.mkiv
Description: Binary data


ListSym.pdf
Description: Adobe PDF document


ListSym2.log
Description: Binary data


ListSym2.mkiv
Description: Binary data


ListSym2.pdf
Description: Adobe PDF document
___
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
___

Re: [NTG-context] in next beta

2016-03-08 Thread Hans Hagen

On 3/7/2016 9:59 PM, Wolfgang Schuster wrote:

Hans Hagen 
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
-
___
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
___

Re: [NTG-context] in next beta

2016-03-07 Thread Wolfgang Schuster

Hans Hagen 
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
___
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
___

[NTG-context] in next beta

2016-03-04 Thread Hans Hagen

\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
-
___
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
___