Hi Frantisek, May be that the example on page 81 of the main manual is an idea. If you want to control the placing of the pagenumbers you can switch placing the number off by \setuppagenumering[location=] Herafter you can setup header and or footer to place the pagenumber at the place you want it. Willi frantisek holop wrote:
hmm, on Tue, Mar 28, 2006 at 02:19:54AM +0200, frantisek holop said that
hmm, on Mon, Mar 27, 2006 at 11:25:42AM +0200, Taco Hoekwater said that
\setupsectionblock [name] [number=yes|no, page=yes|right, before=\command, after=\command]
this doesn't seem to work with ver: 2006.02.15
\setupsectionblock [frontmatter][number=no]
\setuppagenumbering [location=footer, alternative=doublesided, left=$\diamond$\ , right=\ $\diamond$]
i am sorry, i am an idiot. number is for something else, right? i don't what, but i just assumed it is for page numbers.
so i am trying now:
\setupsectionblock [frontmatter] [before={\setuppagenumbering[state=none]}]
but i still get pagenumbers. what is the correct \setuppagenumbering parameter to turn off page numbers? \setuppagenumbering's state lists only "start" and "stop", but \setupsubpagenumber's state also lists "none".
the only way i don't get page numbers in the content is when i turn off pagenumbers for all the document:
\setuppagenumbering [location=footer, alternative=doublesided, state=none]
does \setuppagenumbering override \setupsectionblock ?
-f