Inserting apropriate blank - indenting by \writetolist
![](https://secure.gravatar.com/avatar/af13db75aa1c24fee635c74fecf93090.jpg?s=120&d=mm&r=g)
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
![](https://secure.gravatar.com/avatar/49e63acb01f2ca80efce7eed08310ce8.jpg?s=120&d=mm&r=g)
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 -----------------------------------------------------------------
![](https://secure.gravatar.com/avatar/af13db75aa1c24fee635c74fecf93090.jpg?s=120&d=mm&r=g)
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 -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Jaroslav Hajtmar