[NTG-context] Inserting apropriate blank - indenting by \writetolist

2010-05-18 Thread Jaroslav Hajtmar

Hello all,
When I do:

\writetolist[chapter]{}{Appendicess}

then content is

1.  Section one
2.  Section two
  .  Appendices

stopper is visible - unacceptable for me


when I do:
\writebetweenlist[chapter]{Appendicess}

then content is

1.  Section one
2.  Section two
Appendices

without indentation - - unacceptable for me

Is there way to insert apropriate blank before word Appendicess to 
receive result:

1.  Section one
2.  Section two
 Appendices

My justification:
I am trying bypass this way  section numbering of miscellaneous parts of 
document, because I dont discover way to setting numbering of sections
in appendix part. When I turn on section numbering 
(\setupsectionblock[appendix][number=yes, ...) then result is:

1.  Section one
2.  Section two
...
A. Appendices

When I turn off section numbering 
(\setupsectionblock[appendix][number=no, ...) then result is:


1.  Section one
2.  Section two
  .  Appendices

it is unacceptable for me.

Last acceptable form is:
1.  Section one
2.  Section two
 Appendices

TIA Jaroslav







___
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] Inserting apropriate blank - indenting by \writetolist

2010-05-18 Thread Hans Hagen

On 18-5-2010 8:02, Jaroslav Hajtmar wrote:

Hello all,
When I do:

\writetolist[chapter]{}{Appendicess}

then content is

1. Section one
2. Section two
. Appendices

stopper is visible - unacceptable for me


when I do:
\writebetweenlist[chapter]{Appendicess}

then content is

1. Section one
2. Section two
Appendices

without indentation - - unacceptable for me


well, writebetween is just that, you can try

\writebetweenlist[chapter]{\hskip3em Appendicess}

(a more comples solution involves cloning chapter but i have no time for 
explaining that now)


Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | 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] Inserting apropriate blank - indenting by \writetolist

2010-05-18 Thread Jaroslav Hajtmar

Thanx Hans,
is there possibility insert by this way still pagenumber?
for example:
\writebetweenlist[Ikap]{\hskip2em {\bf Přílohy} \hfill\the\pagenumber } 
% get error



Thanx Jaroslav


Dne 18.5.2010 9:49, Hans Hagen napsal(a):

On 18-5-2010 8:02, Jaroslav Hajtmar wrote:

Hello all,
When I do:

\writetolist[chapter]{}{Appendicess}

then content is

1. Section one
2. Section two
. Appendices

stopper is visible - unacceptable for me


when I do:
\writebetweenlist[chapter]{Appendicess}

then content is

1. Section one
2. Section two
Appendices

without indentation - - unacceptable for me


well, writebetween is just that, you can try

\writebetweenlist[chapter]{\hskip3em Appendicess}

(a more comples solution involves cloning chapter but i have no time 
for explaining that now)


Hans

-
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | 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
___