[NTG-context] About Chapter head definition and FunnyFrame

2012-09-02 Thread Jeong Dalyoung
제 #1 장} \blank[big] {\sans #2} }} \startsectionblockenvironment[bodypart] \setupheadertexts[][{\tfx COUNTING}] \setuppagenumber[number=1] \setuppagenumbering[alternative={singlesided,doublesided},location={footer,right}] \setuphead[chapter][command=\Myheader,before={\dontleavehmode\blank[2*big

Re: [NTG-context] Italic page number.

2012-08-07 Thread Wolfgang Schuster
ment, >> % the first argument takes the name of the conversion which is >> applied to the % userpage counter with >> \setupcounter[userpage][numberconversionset=pagenumber]. % % You can >> set a conversion for a certain sectionblock when you write the name % >> of the bloc

Re: [NTG-context] Italic page number.

2012-08-07 Thread john Culleton
ge][numberconversionset=pagenumber]. % % You can > set a conversion for a certain sectionblock when you write the name % > of the block before the name of the conversion set separated by a > ___:___. % > %\defineconversionset[frontpart:pagenumber][][romannume

Re: [NTG-context] Italic page number.

2012-08-05 Thread Wolfgang Schuster
of the conversion set separated by a “:”. > % > %\defineconversionset[frontpart:pagenumber][][romannumerals] > > \startsectionblockenvironment[frontpart] > > \setuppagenumbering[numberconversion=romannumerals] This has to be (wrong command for the conversion and missing style

Re: [NTG-context] Italic page number.

2012-08-05 Thread Wolfgang Schuster
”. % %\defineconversionset[frontpart:pagenumber][][romannumerals] \startsectionblockenvironment[frontpart] \setuppagenumbering[numberconversion=romannumerals] \setcounter[userpage][3] \stopsectionblockenvironment \startsectionblockenvironment[bodypart] \setcounter[userpage][1] \stopsection

Re: [NTG-context] Page numbering in latest beta

2012-04-02 Thread Steffen Fritzsche
] \startsectionblockenvironment[frontpart] \setupuserpagenumber[numberconversion=romannumerals, way=byblock] \stopsectionblockenvironment \startsectionblockenvironment[bodypart] \setupuserpagenumber[numberconversion=numbers] \setuppagenumber[number=1] \stopsectionblockenvironment \startsectionblockenvironment[backpart

Re: [NTG-context] Page numbering in latest beta

2012-03-30 Thread Hans Hagen
{\ss\bold}] \setupheadertexts [section][pagenumber][pagenumber][chapter] \setupheader [before={\ss\switchtobodyfont[10pt]}] \startsectionblockenvironment[frontpart] \setupuserpagenumber[numberconversion=romannumerals] \stopsectionblockenvironment \startsectionblockenvironment[bodypart]

Re: [NTG-context] Page numbering in latest beta

2012-03-30 Thread Wolfgang Schuster
frontpart. > Here is how I did set this up long time ago: > > \startsectionblockenvironment[frontpart] > \setupheader [before={\ss\switchtobodyfont[10pt]}] \setupheader[style={\switchtobodyfont[ss,10pt]}] or use \definefont[HeaderFont][Sans at 10pt] in combination with

Re: [NTG-context] Page numbering in latest beta

2012-03-30 Thread Hans Hagen
this up long time ago: What time did you update? I fixed a side effect of some counter code renaming efforts. Hans \startsectionblockenvironment[frontpart] \setupheader [before={\ss\switchtobodyfont[10pt]}] \setupheadertexts [section][pagenumber][pagenumber][chapter] \setuppagenumbering

[NTG-context] Page numbering in latest beta

2012-03-30 Thread Steffen Fritzsche
: \startsectionblockenvironment[frontpart] \setupheader [before={\ss\switchtobodyfont[10pt]}] \setupheadertexts [section][pagenumber][pagenumber][chapter] \setuppagenumbering [alternative=doublesided, partnumber=no, location=, style={\ss\bold}] \setupuserpagenumber[numberconversion=romannumerals

Re: [NTG-context] Reset counters by sectionblock

2012-03-13 Thread Hans Hagen
[appendix:pagenumber][][Characters] \setuppagenumber[numberconverionset=pagenumber,way=block] \startsectionblockenvironment[bodypart] %\resetpagenumber \stopsectionblockenvironment \startsectionblockenvironment[appendix] %\resetpagenumber \stopsectionblockenvironment \setupheadertexts[Page

[NTG-context] Reset counters by sectionblock

2012-03-12 Thread Wolfgang Schuster
] \definestructureconversionset [appendix:pagenumber][][Characters] \setuppagenumber[numberconverionset=pagenumber,way=block] \startsectionblockenvironment[bodypart] %\resetpagenumber \stopsectionblockenvironment \startsectionblockenvironment[appendix] %\resetpagenumber \stopsectionblockenvironment

Re: [NTG-context] about \startstructureblockenvironment

2011-10-13 Thread Jeong Dalyoung
Dear Wolfgang, >> >> There is an error message, "undefined control sequence as below when I use >> "\startstructureblockenvironment": > > Use \startsectionblockenvironment. > After changing "structureblock" to "sectionblock&quo

Re: [NTG-context] about \startstructureblockenvironment

2011-10-12 Thread Wolfgang Schuster
Am 12.10.2011 um 09:11 schrieb Jeong Dalyoung: > Dear all, > > There is an error message, "undefined control sequence as below when I use > "\startstructureblockenvironment": Use \startsection

Re: [NTG-context] math signs in itemize

2011-09-25 Thread R. Ermers
. Regards, Robert +++ \enableregime[utf] \setuppapersize[A4][A4] \startsectionblockenvironment[bodypart] \setupheader[text][location=text,state=high,strut=yes,after=\vskip-0.8em\thinrule] \setupfootertexts[{\tfx \copyright R. Ermers}][][][{\tfx \copyright R. Ermers}] \setuppagenumber[number=1

Re: [NTG-context] Error with \{start, stop}structureblockenvironment

2011-06-12 Thread Wolfgang Schuster
Am 12.06.2011 um 15:07 schrieb Martin 'golodhrim' Scholz: > In article <20110611230653.40c09d5a@glyph>, Marco wrote: >> Try to replace >> >> \startstructureblockenvironment with >> \startsectionblockenvironment >> >> Marco > Hi Marco, &

Re: [NTG-context] Error with \{start, stop}structureblockenvironment

2011-06-12 Thread Martin 'golodhrim' Scholz
In article <20110611230653.40c09d5a@glyph>, Marco wrote: > Try to replace > > \startstructureblockenvironment with > \startsectionblockenvironment > > Marco Hi Marco, thanks that seemed to work, but now I run again in the error with \startstandardmakeup \stopstan

Re: [NTG-context] Error with \{start, stop}structureblockenvironment

2011-06-11 Thread Marco
Hi Martin, Try to replace \startstructureblockenvironment with \startsectionblockenvironment Marco ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context

Re: [NTG-context] Am not getting Roman numeral page numbers in MKIV

2011-03-11 Thread Tom
art] instead of \startsectionblockenvironment[backmatter]. You can use both but we should mention in manuals, the wiki etc. only the second. Wolfgang ___ If your question is of interest to others as well, please add an en

Re: [NTG-context] Am not getting Roman numeral page numbers in MKIV

2011-03-11 Thread Wolfgang Schuster
Am 11.03.2011 um 06:00 schrieb Jeong Dalyoung: > Also I use \startstructureblockenvironment[backpart] instead of > \startsectionblockenvironment[backmatter]. You can use both but we should mention in manuals, the wiki etc. only the second. Wo

Re: [NTG-context] Am not getting Roman numeral page numbers in MKIV

2011-03-10 Thread Jeong Dalyoung
\startsectionblockenvironment[backmatter]. cheers, and enjoy ConTeXt! Dalyoung ___ 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

[NTG-context] Roman numeral page numbers produced in MKII

2011-03-10 Thread Tom
=no] \setuppagenumbering [state=start, conversion=romannumerals, location=bottom] \startsectionblockenvironment[frontpart] \definecombinedlist [content][intro,chapter,section] \stopsectionblockenvironment \startsectionblockenvironment[bodypart] \stopsectionblockenvironment

[NTG-context] Am not getting Roman numeral page numbers in MKIV

2011-03-10 Thread Tom
] \setuphead [intro][number=no] \setuppagenumbering [state=start, conversion=romannumerals, location=bottom] \startsectionblockenvironment[frontpart] \definecombinedlist [content][intro,chapter,section] \stopsectionblockenvironment \startsectionblockenvironment[bodypart

Re: [NTG-context] Suppress header and footer inside frontmatter

2010-12-02 Thread Khaled Hosny
erably by using some \setup command that I'd use in my environment > > file). > > \startsectionblockenvironment[frontpart] > >\setupheader[state=stop] >\setupfooter[state=stop] > > \stopsectionblockenvironment Thanks Wolfgang! Regards, Khaled -- Kha

Re: [NTG-context] Suppress header and footer inside frontmatter

2010-12-02 Thread Wolfgang Schuster
Am 02.12.2010 um 20:40 schrieb Khaled Hosny: > How can I suppress header and footer between \{start,stop}frontmatter? > alternatively, how can I use alphabetic page numbering there? > (preferably by using some \setup command that I'd use in my environment > file). \startsectio

Re: [NTG-context] part problems

2010-08-01 Thread Hans Hagen
plabeltext [chapter=Chapter ] % with trailing space; blank by default \startsectionblockenvironment[bodypart] \setuplist [chapter] [label=yes] \stopsectionblockenvironment The problem is always that easier setups also lead to more options (undocumented) that when explained lead to the p

Re: [NTG-context] part problems

2010-08-01 Thread Alan BRASLAU
] \setuplabeltext [chapter=Chapter ] % with trailing space; blank by default \startsectionblockenvironment[bodypart] \setuplist [chapter] [label=yes] \stopsectionblockenvironment You see, what should be natural (and probably the default) quickly gets to be a bit complicated. Furthermore, I

Re: [NTG-context] Page numbering in Adobe Reader

2010-06-27 Thread Steffen Wolfrum
t; click=no, > title=TEST, > author=Neals, > subtitle=Test, > keyword={test}] > > \setupcolors > [state=start] > > \newcount\FrontPageNumbers > > \setupsubpagenumber[way=bytext,state=start] > \setuppagenumbering[location=] > > \startsecti

Re: [NTG-context] Removing Introduction section number

2010-06-14 Thread Alan BRASLAU
{Whatever} to be used notably within \startbodypart...\stopbodypart Note that an unnumbered \section vs. \subject do not fill exactly the same need. Also, while on the subject of sectionblocks, there should be some way of defining \startsectionblockenvironment[bodypart] \setuplist[c

Re: [NTG-context] Register interaction (page references) [mkIV]

2010-05-20 Thread Hans Hagen
On 18-5-2010 4:13, Thomas Floeren wrote: \setupinteraction[state=start] \startsectionblockenvironment[bodypart] \setupuserpagenumber[number=1] \stopsectionblockenvironment \starttext \startfrontmatter \page[dummy] \page[dummy] \stopfrontmatter \startbodymatter \page[dummy] bla\index

[NTG-context] Register interaction (page references) [mkIV]

2010-05-18 Thread Thomas Floeren
Hi, when I place an interactive register in mkIV, and then in the PDF click the pagenumber (in the index), it takes me to the wrong page; it seems to go to the absolute pdf page number(?). Example: \setupinteraction[state=start] \startsectionblockenvironment[bodypart

Re: [NTG-context] Sections numbering in miscellaneous parts of documents (MKIV)

2010-05-18 Thread Jaroslav Hajtmar
[][] \setupfootertexts[][] }] I suggest to use sectionblockenvironment for these settings, e.g. \startsectionblockenvironment[backpart] \setupusepagenumber[numberconversion=Romannumerals] \stopsectionblockenvironment possibility change of section numbering to (for. example) only numbers

Re: [NTG-context] Sections numbering in miscellaneous parts of documents (MKIV)

2010-05-18 Thread Wolfgang Schuster
\setupheadertexts[][] \setupfootertexts[][] }] I suggest to use sectionblockenvironment for these settings, e.g. \startsectionblockenvironment[backpart] \setupusepagenumber[numberconversion=Romannumerals] \stopsectionblockenvironment possibility change of section

Re: [NTG-context] table of contents

2010-04-30 Thread Wolfgang Schuster
, subsubsection, subsubsubsection, subsubsubsubsection, title, subject, subsubject, subsubsubject, subsubsubsubject, subsubsubsubsubject] [criterium=all] \startsectionblockenvironment[frontpart] \setuphead[title,subject,subsubject][incrementnumber=no] \stopsectionblockenvironment

[NTG-context] Page headers & drop capitals not working but pagenumbering is

2010-04-20 Thread Tom
[location=] \setupsectionblock[bodypart][page=chapter] \setupsectionblock[frontpart][page=chapter] \startsectionblockenvironment[frontpart] \setuphead[title] [command=\MyFrontMatterCommand,textstyle=\ss\bf,number=no, header=empty,footer=chapter,page=mychapterpagebreak, after=\vskip 0.5in

[NTG-context] (no subject)

2010-04-18 Thread Tom
er][header=high,footer=chapter,page=right] \setuppagenumbering[location=] \startsectionblockenvironment[frontpart] \definehead[mycontenttitle][chapter] \setuphead[mycontenttitle] [command=\MyFrontMatterCommandM, number=no,textstyle=\ss\bf, header=empty,footer=empty,page=mychapterpagebreak, num

Re: [NTG-context] chapter headers

2010-02-11 Thread Tom
ection for the body of the text something like this? > > \startsectionblockenvironment[bodypart] > > \setuphead[chapter][...] > > \stopsectionblockenvironment > You can do this but you don't have to, general settings for the headers in all blocks can be done outside of t

Re: [NTG-context] chapter headers

2010-02-11 Thread Wolfgang Schuster
Am 11.02.10 22:41, schrieb Tom: Thanks, this is very helpful. I do have a couple of questions, though. Should I insert a section for the body of the text something like this? \startsectionblockenvironment[bodypart] \setuphead[chapter][...] \stopsectionblockenvironment You can do this but

Re: [NTG-context] chapter headers (was: indent lost after \placefigure)

2010-02-11 Thread Tom
Thanks, this is very helpful. I do have a couple of questions, though. Should I insert a section for the body of the text something like this? \startsectionblockenvironment[bodypart] \setuphead[chapter][...] \stopsectionblockenvironment \completecontent causes two blank (except for header

[NTG-context] chapter headers (was: indent lost after \placefigure)

2010-02-11 Thread Wolfgang Schuster
ront- and backmatter \startsectionblockenvironment[frontpart] \setuphead[chapter][...] \stopsectionblockenvironment \startsectionblockenvironment[appendix] \setuphead[chapter][...] \stopsectionblockenvironment \starttext \startfrontmatter \chapterIntroduction} \complecontent \stopfrontmatter \startbodym

Re: [NTG-context] Page Numbering Hell

2009-10-25 Thread Aditya Mahajan
his case. % 1. frontmatter pagenumbering conversion=romannumerals \startsectionblockenvironment[frontpart] \setuppagenumbering[conversion=romannumerals] \stopsectionblockenvironment % 2. bodymatter pagenumbering "chapter-page" % 3. reset pagenumber for each chapter \startsection

Re: [NTG-context] Page Numbering Hell (SOLVED)

2009-10-25 Thread Bryant Eastham
net/Titles#Truly_empty_pagebreak_before_chapte rs I'm fine with that. For those (most, I imagine) who don't want to wade through the notes, here is a summary of the most (again, IMHO) issues: * startsectionblockenvironment does not appear documented, and appears to be cri

[NTG-context] Strange Behaviour for toc

2009-10-12 Thread Martin Scholz
[Oddity][width=0.75 \textwidth,background=color,backgroundcolor=lightred,frame=off,framecorner=round,frameradius=0.5cm,backgroundcorner=round,style= \tfx] \setupinmargin[align=right,style=\ss\tfx\setupinterlinespace] \setupitemize[align=right] \startsectionblockenvironment[appendix

Re: [NTG-context] Pagenumbering of appendices

2009-09-11 Thread Derek CORDEIRO
an > > > numerals in my appendix without any luck. Here is a minimal example: > > > > > > \setuppagenumbering[way=bytext,location={bottom, right}] > > > \startsectionblockenvironment[bodypart] > > >\setuppagenumber[number=1, state

Re: [NTG-context] Pagenumbering of appendices

2009-09-11 Thread Olaf Mersmann
[way=bytext,location={bottom, right}] > > \startsectionblockenvironment[bodypart] > >\setuppagenumber[number=1, state=start] > > \stopsectionblockenvironment > > \startsectionblockenvironment[appendix] > > > > \setupuserpagenumber[numberconversion=numbers] > &

Re: [NTG-context] Pagenumbering of appendices

2009-09-10 Thread Derek CORDEIRO
On Thu, Sep 10, 2009 at 9:10 PM, > wrote: > Hello, > > I've been trying to turn off the conversion of page numbers to roman > numerals in my appendix without any luck. Here is a minimal example: > > \setuppagenumbering[way=bytext,location={bottom, right}] >

[NTG-context] Pagenumbering of appendices

2009-09-10 Thread olafm+context
Hello, I've been trying to turn off the conversion of page numbers to roman numerals in my appendix without any luck. Here is a minimal example: \setuppagenumbering[way=bytext,location={bottom, right}] \startsectionblockenvironment[bodypart] \setuppagenumber[number=1, state=

[NTG-context] sectionblockenvironment not working?

2009-08-08 Thread B. Vogel
Hi all, I can't get the example below working. Is there a problem with the sectionblockenvironment? Regards, Bernard % MTXrun | current version: 2009.08.07 11:22 % linux-32 \startsectionblockenvironment[frontpart] \setuppagenumbering [location=footer] \setupuserpagen

Re: [NTG-context] What happened with sectionworld?

2009-04-28 Thread Henning Hraban Ramm
the garden, and \startsection leads to \startsectionblockenvironment (strc-sbe.tex, core-sec.tex) \startsectionworld (core-swd.tex, doesn't mention it's not for MkIV) \startsection (m-cweb.tex) Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.n

Re: [NTG-context] PDF page numbers

2008-12-16 Thread Derek CORDEIRO
owing code work for you? > == > \pdfcompresslevel 0 > > \setupinteraction > [state=start, > focus=width, > page=yes, > openaction=firstpage, > click=no, > title=TEST, > author=Neals, > subtitle=Test, > ke

Re: [NTG-context] PDF page numbers

2008-12-16 Thread Zhichu Chen
tle=TEST, author=Neals, subtitle=Test, keyword={test}] \setupcolors [state=start] \newcount\FrontPageNumbers \setupsubpagenumber[way=bytext,state=start] \setuppagenumbering[location=] \startsectionblockenvironment[frontpart] \setupfootertexts[pagenumber] \setuppagenumbering[conversi

[NTG-context] Page numbering in Adobe Reader

2008-10-16 Thread Zhichu Chen
mbers \setupsubpagenumber[way=bytext,state=start] \setuppagenumbering[location=] \startsectionblockenvironment[frontpart] \setupfootertexts[pagenumber] \setuppagenumbering[conversion=romannumerals] \stopsectionblockenvironment \startsectionblockenvironment[bodypart] \global\FrontPageNumbers=\pagen

Re: [NTG-context] A strange error I haven't been able to create a minimal for...

2008-10-15 Thread .
t success. > > > > Nevertheless, I may be lucky someone has encountered a similar one. So > > I'll ask anyway... > > > > - project containing environments, product and components > > > > - product with standardmakeup, frontmatter, bodymatter, backmatter

Re: [NTG-context] A strange error I haven't been able to create a minimal for...

2008-10-14 Thread Hans Hagen
environments, product and components > > - product with standardmakeup, frontmatter, bodymatter, backmatter > > - \startsectionblockenvironment[frontpart]% contains > ToC > \setupheader[state=start] >\stopsectionblockenvironment >

[NTG-context] A strange error I haven't been able to create a minimal for...

2008-10-14 Thread .
dardmakeup, frontmatter, bodymatter, backmatter - \startsectionblockenvironment[frontpart]% contains ToC \setupheader[state=start] \stopsectionblockenvironment - \setuphead[chapter][header=empty] (1) - for some bodyfonts (arial, verdana) and with line (1) in the code, /pl

Re: [NTG-context] Page numbering and first page

2008-08-05 Thread Wolfgang Schuster
e\numpage-- > \else \rm --page \the\numpage--\hfill\the > \nom > \fi >\fi} > * > (names are french) > but maybe there is a simpler way in Context. Adap

Re: [NTG-context] startbodymatter question

2008-07-23 Thread Wolfgang Schuster
myChapterPageBreak][yes,header,footer,right] > \setuphead[chapter][page=myChapterPageBreak] > > \startsectionblockenvironment[frontpart] > \setupheader[state=stop] > \setupfooter[state=stop] > \stopsectionblockenvironment > > \startsectionblockenvironment[bodypart] &g

Re: [NTG-context] startbodymatter question

2008-07-23 Thread Alan Stone
] \startsectionblockenvironment[frontpart] \setupheader[state=stop] \setupfooter[state=stop] \stopsectionblockenvironment \startsectionblockenvironment[bodypart] \setupheader[state=start] \setupfooter[state=start] \stopsectionblockenvironment \startsectionblockenvironment[backpart] \setupheader[state

Re: [NTG-context] startbodymatter question

2008-07-23 Thread Alan Stone
][page=myChapterPageBreak] \startsectionblockenvironment[frontpart] \setupheader[state=stop] \setupfooter[state=stop] \stopsectionblockenvironment \startsectionblockenvironment[bodypart] \setupheader[state=start] \setupfooter[state=start] \stopsectionblockenvironment \startsectionblockenvir

Re: [NTG-context] startbodymatter question

2008-07-22 Thread Wolfgang Schuster
s,header,footer,right] > \setuphead[chapter][page=myChapterPageBreak] > > \startsectionblockenvironment[frontpart] > \setupheader[state=stop] > \setupfooter[state=stop] > \stopsectionblockenvironment > > \startsectionblockenvironment[bodypart] > \setupheader[state=star

[NTG-context] startbodymatter question

2008-07-22 Thread Alan Stone
4][A4] %\setuppagenumbering[alternative=singlesided] \setuppagenumbering[alternative=doublesided] \definepagebreak[myChapterPageBreak][yes,header,footer,right] \setuphead[chapter][page=myChapterPageBreak] \startsectionblockenvironment[frontpart] \setupheader[state=stop] \setupfooter[state

Re: [NTG-context] \startfrontmatter & Co.

2008-07-20 Thread Wolfgang Schuster
setupsectionblock and \startsectionblockenvironment. Regards, 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

Re: [NTG-context] page numbers in Table of Contents, mismatch

2007-12-24 Thread Saji Hameed
number{A}{#3}-#5}} \def\MyCommand#1{\expandafter\doMyCommand#1\relax} \startsectionblockenvironment[appendix] \setuppagenumbering [way=bychapter, chapternumber=yes, numberseparator=-] %\setuplist[section][state=stop] \writebetweenlist[chapter]{\setuplist[chapter] [chapternumb

Re: [NTG-context] page numbers in Table of Contents, mismatch

2007-12-23 Thread Wolfgang Schuster
ndix2 > \stopappendices > > \stoptext > > Thanks as always, > > saji Please send next time a working example. \usemodule[visual] \def\doMyCommand#1--#2-#3-#4--#5]\relax{{\convertnumber{A}{#3}-#5}} \def\MyCommand#1{\expandafter\doMyCommand#1\relax} \startsectionblockenviro

Re: [NTG-context] Customising Table of Contents

2007-12-17 Thread Wolfgang Schuster
1 > B. Appendix 2 > C. Appendix 3 > > > Thanks in advance, > saji > > -- > Saji N. Hameed \startsectionblockenvironment[appendix] \setuplist[section][state=stop] \stopsectionblockenvironment \starttext \startfrontmatter \completecontent \stopfrontmatter \startbodymatter

Re: [NTG-context] standardmakeup, frontmatter, bodymatter & page numbering

2007-12-08 Thread Wolfgang Schuster
ut where to store it on the wiki/texshow, so that it will be > possible to find it agin. (This still cannot handle the problem if I > wanted to number "last page of frontmatter", but I don't need it at > the moment.) I run into similiar problems for my letter modul

[NTG-context] Global and per product TOC

2006-05-09 Thread nico
in an environment file... \startsectionblockenvironment[frontpart] \setuppagenumber[number=1] \setuppagenumbering[conversion=romannumerals] \stopsectionblockenvironment \startsectionblockenvironment[bodypart] \setuppagenumber[number=1] \stopsectionblockenvironment \starttext \startfrontmatter %

Re: [NTG-context] separating layout from content: section blocks?

2006-05-03 Thread Willi Egger
do this? > >I have tried defining section blocks and then specifying the layout >for the section blocks between \startsectionblockenvironment >[mySectionBlock] and \stopsectionblockenvironment commands. I have >also tried the project, product, component, environment structure

[NTG-context] separating layout from content: section blocks?

2006-05-02 Thread Andrew D. Crouse
section blocks and then specifying the layout for the section blocks between \startsectionblockenvironment [mySectionBlock] and \stopsectionblockenvironment commands. I have also tried the project, product, component, environment structure from the manuals. I have not had success with

[NTG-context] startsectionblockenvironment bug?

2005-05-02 Thread Stuart Jansen
? \startsectionblockenvironment[backpart] \setuppagenumbering[state=stop] \stopsectionblockenvironment \setupsectionblock[bodypart][page=no] % avoid generation of an extra \setupsectionblock[backpart][page=no] % page at the end of the doc \startbodymatter \chapter{foo} \section{bar} \index{bar

[NTG-context] Problems with pagenumbering using frontpart/bodyart/...

2004-01-08 Thread Holger Schöner
Hi, I think that I either found a bug, or am using some commands in an invalid way. What do you think about the following code: \setuplayout[location=duplex] \setuppagenumbering[alternative=doublesided] \setuppagenumbering[way=bytext,partnumber=no] \startsectionblockenvironment[frontpart

<    1   2