ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* in next beta
@ 2016-03-04 11:01 Hans Hagen
  2016-03-07 20:59 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2016-03-04 11:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

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

* Re: in next beta
  2016-03-04 11:01 in next beta Hans Hagen
@ 2016-03-07 20:59 ` Wolfgang Schuster
  2016-03-08 10:22   ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2016-03-07 20:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

> 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

[-- Attachment #1.2: Type: text/html, Size: 1729 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
___________________________________________________________________________________

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

* Re: in next beta
  2016-03-07 20:59 ` Wolfgang Schuster
@ 2016-03-08 10:22   ` Hans Hagen
  2016-03-10  8:52     ` Procházka Lukáš Ing.
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2016-03-08 10:22 UTC (permalink / raw)
  To: ntg-context

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
-----------------------------------------------------------------
___________________________________________________________________________________
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] 5+ messages in thread

* Re: in next beta
  2016-03-08 10:22   ` Hans Hagen
@ 2016-03-10  8:52     ` Procházka Lukáš Ing.
  2016-03-10 13:45       ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Procházka Lukáš Ing. @ 2016-03-10  8:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 2188 bytes --]

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 <pragma@wxs.nl> wrote:

> 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

[-- Attachment #2: ListSym.log --]
[-- Type: application/octet-stream, Size: 6724 bytes --]

system          > synctex functionality is enabled (1), expect runtime overhead!

system          > callbacks > not registering frozen 'find_format_file'

open source     > 1 > 1 > d:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/cont-yes.mkiv

ConTeXt  ver: 2016.03.04 10:39 MKIV beta  fmt: 2016.3.10  int: english/english

system          > 'cont-new.mkiv' loaded
open source     > 2 > 2 > d:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv
close source    > 2 > 2 > d:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv

system          > files > jobname 'ListSym', input 'X:\\Users\\LPr\\~\\ListSym.mkiv', result 'ListSym'
fonts           > latin modern fonts are not preloaded
languages       > language 'en' is active
open source     > 2 > 3 > X://Users/LPr/~/ListSym.mkiv
fonts           > preloading latin modern fonts (second stage)
fonts           > 'fallback modern-designsize rm 12pt' is loaded
structure       > sectioning > subject @ level 3 : 0.0.0 -> Contents
structure       > sectioning > section @ level 3 : 0.0.1 -> D. Ward
open source     > 3 > 4 > d:/Ctx-Beta/tex/texmf-context/tex/context/sample/common/ward.tex
close source    > 3 > 4 > d:/Ctx-Beta/tex/texmf-context/tex/context/sample/common/ward.tex
structure       > sectioning > section @ level 3 : 0.0.2 -> E.R. Tufte
open source     > 3 > 5 > d:/Ctx-Beta/tex/texmf-context/tex/context/sample/common/tufte.tex
close source    > 3 > 5 > d:/Ctx-Beta/tex/texmf-context/tex/context/sample/common/tufte.tex
backend         > xmp > using file 'd:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/lpdf-pdx.xml'
pages           > flushing realpage 1, userpage 1
close source    > 2 > 5 > X://Users/LPr/~/ListSym.mkiv
close source    > 1 > 5 > d:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/cont-yes.mkiv

system          > structure > start used structure

used structure  > text: ListSym

system          > structure > stop used structure


system          > files > start used files

used file       >    1: filename=cont-yes.mkiv filetype=tex foundname=d:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/cont-yes.mkiv usedmethod=database
used file       >    2: filename=publ-imp-default.lua filetype=scripts foundname=d:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/publ-imp-default.lua usedmethod=database
used file       >    3: filename=cont-new.mkiv filetype=tex foundname=d:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv usedmethod=database
used file       >    4: filename=lang-us.lua filetype=scripts foundname=d:/Ctx-Beta/tex/texmf-context/tex/context/patterns/mkiv/lang-us.lua usedmethod=database
used file       >    5: filename=X://Users/LPr/~/ListSym.mkiv foundname=X://Users/LPr/~/ListSym.mkiv usedmethod=direct
used file       >    6: filename=lm.lfg filetype=tex foundname=d:/Ctx-Beta/tex/texmf-context/tex/context/fonts/mkiv/lm.lfg usedmethod=database
used file       >    7: filename=lmroman12-regular filetype=otf format=otf foundname=d:/Ctx-Beta/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf usedmethod=database
used file       >    8: filename=latinmodern-math.otf filetype=opentypefonts foundname=d:/Ctx-Beta/tex/texmf/fonts/opentype/public/lm-math/latinmodern-math.otf usedmethod=database
used file       >    9: filename=lmroman10-regular filetype=otf format=otf foundname=d:/Ctx-Beta/tex/texmf/fonts/opentype/public/lm/lmroman10-regular.otf usedmethod=database
used file       >   10: filename=ward filetype=tex foundname=d:/Ctx-Beta/tex/texmf-context/tex/context/sample/common/ward.tex usedmethod=database
used file       >   11: filename=tufte filetype=tex foundname=d:/Ctx-Beta/tex/texmf-context/tex/context/sample/common/tufte.tex usedmethod=database
used file       >   12: filename=lpdf-pdx.xml filetype=tex foundname=d:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/lpdf-pdx.xml usedmethod=database

system          > files > stop used files


system          > options > start commandline options

used option     > currentrun="3"
used option     > directives="system.synctex=1"
used option     > fulljobname="X:\\Users\\LPr\\~\\ListSym.mkiv"
used option     > halt-on-error="true"
used option     > input="X:\\Users\\LPr\\~\\ListSym.mkiv"
used option     > kindofrun="2"
used option     > maxnofruns="9"
used option     > no-parse-first-line="true"
used option     > nonstopmode="true"
used option     > synctex="true"

system          > options > stop commandline options

system          > options > start commandline files

used file       >    1: X:\\Users\\LPr\\~\\ListSym.mkiv

system          > options > stop commandline files


mkiv lua stats  > used config file: selfautoparent:/texmf/web2c/texmfcnf.lua
mkiv lua stats  > used cache path: d:/Ctx-Beta/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e
mkiv lua stats  > synctex tracing: synctex has been enabled (extra log file generated)
mkiv lua stats  > resource resolver: loadtime 0.016 seconds, 0 scans with scantime 0.000 seconds, 0 shared scans, 12 found files, scanned paths: <none>
mkiv lua stats  > stored bytecode data: 384 modules (0.187 sec), 81 tables (0.016 sec), 465 chunks (0.203 sec)
mkiv lua stats  > traced context: maxstack: 1161, freed: 0, unreachable: 1161
mkiv lua stats  > cleaned up reserved nodes: 45 nodes, 9 lists of 441
mkiv lua stats  > node memory usage: 2 glue, 2 penalty, 12 attribute, 27 glue_spec, 3 attribute_list, 2 temp
mkiv lua stats  > node list callback tasks: 6 unique task lists, 5 instances (re)created, 125 calls
mkiv lua stats  > attribute processing time: 0.016 seconds front- and backend
mkiv lua stats  > used backend: pdf (backend for directly generating pdf output)
mkiv lua stats  > jobdata time: 0.000 seconds saving, 0.016 seconds loading
mkiv lua stats  > callbacks: 307 direct, 284 indirect, 591 total
mkiv lua stats  > randomizer: resumed with value 0.24445326090274
mkiv lua stats  > loaded patterns: en::2, load time: 0.000
mkiv lua stats  > result saved in file: ListSym.pdf, compresslevel 3, objectcompresslevel 3
mkiv lua stats  > loaded fonts: 3 files: latinmodern-math.otf, lmroman10-regular.otf, lmroman12-regular.otf
mkiv lua stats  > font engine: otf 3.013, afm 1.500, tfm 1.000, 5 instances, load time 0.234 seconds 
mkiv lua stats  > used platform: mswin, type: windows, binary subtree: texmf-mswin
mkiv lua stats  > luatex banner: this is luatex, version beta-0.89.2 (tex live 2016/w32tex)
mkiv lua stats  > control sequences: 43633 of 65536 + 100000
mkiv lua stats  > lua properties: engine: lua, used memory: 46 MB (ctx: 46 MB), hash type: lua, hash chars: min(32,40), symbol mask: utf (τεχ)
mkiv lua stats  > runtime: 0.967 seconds, 1 processed pages, 1 shipped pages, 1.034 pages/second


[-- Attachment #3: ListSym.mkiv --]
[-- Type: application/octet-stream, Size: 441 bytes --]

\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

[-- Attachment #4: ListSym.pdf --]
[-- Type: application/pdf, Size: 13708 bytes --]

[-- Attachment #5: ListSym2.log --]
[-- Type: application/octet-stream, Size: 6226 bytes --]

system          > synctex functionality is enabled (1), expect runtime overhead!

system          > callbacks > not registering frozen 'find_format_file'

open source     > 1 > 1 > d:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/cont-yes.mkiv

ConTeXt  ver: 2016.03.04 10:39 MKIV beta  fmt: 2016.3.10  int: english/english

system          > 'cont-new.mkiv' loaded
open source     > 2 > 2 > d:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv
close source    > 2 > 2 > d:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv

system          > files > jobname 'ListSym2', input 'X:\\Users\\LPr\\~\\ListSym2.mkiv', result 'ListSym2'
fonts           > latin modern fonts are not preloaded
languages       > language 'en' is active
open source     > 2 > 3 > X://Users/LPr/~/ListSym2.mkiv
fonts           > preloading latin modern fonts (second stage)
fonts           > 'fallback modern-designsize rm 12pt' is loaded
system          > error: invalid parent symbol for whatever, symbol defined too (best check it)
backend         > xmp > using file 'd:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/lpdf-pdx.xml'
pages           > flushing realpage 1, userpage 1
structure       > sectioning > chapter @ level 2 : 0.1 -> test a
pages           > flushing realpage 2, userpage 2
structure       > sectioning > chapter @ level 2 : 0.2 -> test b
pages           > flushing realpage 3, userpage 3
structure       > sectioning > chapter @ level 2 : 0.3 -> test c
pages           > flushing realpage 4, userpage 4
close source    > 2 > 3 > X://Users/LPr/~/ListSym2.mkiv
close source    > 1 > 3 > d:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/cont-yes.mkiv

system          > structure > start used structure

used structure  > text: ListSym2

system          > structure > stop used structure


system          > files > start used files

used file       >    1: filename=cont-yes.mkiv filetype=tex foundname=d:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/cont-yes.mkiv usedmethod=database
used file       >    2: filename=publ-imp-default.lua filetype=lua foundname=d:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/publ-imp-default.lua usedmethod=otherwise
used file       >    3: filename=cont-new.mkiv filetype=tex foundname=d:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv usedmethod=database
used file       >    4: filename=lang-us.lua filetype=lua foundname=d:/Ctx-Beta/tex/texmf-context/tex/context/patterns/mkiv/lang-us.lua usedmethod=otherwise
used file       >    5: filename=X://Users/LPr/~/ListSym2.mkiv foundname=X://Users/LPr/~/ListSym2.mkiv usedmethod=direct
used file       >    6: filename=lm.lfg filetype=tex foundname=d:/Ctx-Beta/tex/texmf-context/tex/context/fonts/mkiv/lm.lfg usedmethod=database
used file       >    7: filename=lmroman12-regular filetype=otf format=otf foundname=d:/Ctx-Beta/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf usedmethod=database
used file       >    8: filename=latinmodern-math.otf filetype=opentypefonts foundname=d:/Ctx-Beta/tex/texmf/fonts/opentype/public/lm-math/latinmodern-math.otf usedmethod=database
used file       >    9: filename=lpdf-pdx.xml filetype=tex foundname=d:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/lpdf-pdx.xml usedmethod=database
used file       >   10: filename=lmroman10-regular filetype=otf format=otf foundname=d:/Ctx-Beta/tex/texmf/fonts/opentype/public/lm/lmroman10-regular.otf usedmethod=database

system          > files > stop used files


system          > options > start commandline options

used option     > currentrun="3"
used option     > directives="system.synctex=1"
used option     > fulljobname="X:\\Users\\LPr\\~\\ListSym2.mkiv"
used option     > halt-on-error="true"
used option     > input="X:\\Users\\LPr\\~\\ListSym2.mkiv"
used option     > kindofrun="2"
used option     > maxnofruns="9"
used option     > no-parse-first-line="true"
used option     > nonstopmode="true"
used option     > synctex="true"

system          > options > stop commandline options

system          > options > start commandline files

used file       >    1: X:\\Users\\LPr\\~\\ListSym2.mkiv

system          > options > stop commandline files


mkiv lua stats  > used config file: selfautoparent:/texmf/web2c/texmfcnf.lua
mkiv lua stats  > used cache path: d:/Ctx-Beta/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e
mkiv lua stats  > synctex tracing: synctex has been enabled (extra log file generated)
mkiv lua stats  > resource resolver: loadtime 0.016 seconds, 0 scans with scantime 0.000 seconds, 0 shared scans, 10 found files, scanned paths: <none>
mkiv lua stats  > stored bytecode data: 384 modules (0.187 sec), 81 tables (0.016 sec), 465 chunks (0.203 sec)
mkiv lua stats  > traced context: maxstack: 1161, freed: 0, unreachable: 1161
mkiv lua stats  > cleaned up reserved nodes: 45 nodes, 9 lists of 441
mkiv lua stats  > node memory usage: 2 glue, 3 penalty, 12 attribute, 27 glue_spec, 3 attribute_list, 2 temp
mkiv lua stats  > node list callback tasks: 6 unique task lists, 5 instances (re)created, 358 calls
mkiv lua stats  > used backend: pdf (backend for directly generating pdf output)
mkiv lua stats  > jobdata time: 0.016 seconds saving, 0.016 seconds loading
mkiv lua stats  > callbacks: 875 direct, 265 indirect, 1140 total
mkiv lua stats  > randomizer: resumed with value 0.97500534073916
mkiv lua stats  > loaded patterns: en::2, load time: 0.000
mkiv lua stats  > result saved in file: ListSym2.pdf, compresslevel 3, objectcompresslevel 3
mkiv lua stats  > loaded fonts: 3 files: latinmodern-math.otf, lmroman10-regular.otf, lmroman12-regular.otf
mkiv lua stats  > font engine: otf 3.013, afm 1.500, tfm 1.000, 5 instances, load time 0.250 seconds 
mkiv lua stats  > used platform: mswin, type: windows, binary subtree: texmf-mswin
mkiv lua stats  > luatex banner: this is luatex, version beta-0.89.2 (tex live 2016/w32tex)
mkiv lua stats  > control sequences: 43634 of 65536 + 100000
mkiv lua stats  > lua properties: engine: lua, used memory: 47 MB (ctx: 46 MB), hash type: lua, hash chars: min(32,40), symbol mask: utf (τεχ)
mkiv lua stats  > runtime: 0.936 seconds, 4 processed pages, 4 shipped pages, 4.274 pages/second


[-- Attachment #6: ListSym2.mkiv --]
[-- Type: application/octet-stream, Size: 745 bytes --]

\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

[-- Attachment #7: ListSym2.pdf --]
[-- Type: application/pdf, Size: 10152 bytes --]

[-- Attachment #8: 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
___________________________________________________________________________________

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

* Re: in next beta
  2016-03-10  8:52     ` Procházka Lukáš Ing.
@ 2016-03-10 13:45       ` Wolfgang Schuster
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Schuster @ 2016-03-10 13:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

> 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

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

[-- Attachment #2: listfiller.pdf --]
[-- Type: application/pdf, Size: 10406 bytes --]

[-- Attachment #3: filler.pdf --]
[-- Type: application/pdf, Size: 13850 bytes --]

[-- Attachment #4: 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
___________________________________________________________________________________

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

end of thread, other threads:[~2016-03-10 13:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-04 11:01 in next beta Hans Hagen
2016-03-07 20:59 ` Wolfgang Schuster
2016-03-08 10:22   ` Hans Hagen
2016-03-10  8:52     ` Procházka Lukáš Ing.
2016-03-10 13:45       ` Wolfgang Schuster

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