[NTG-context] Re: Why does \setvalue not work inside \startbodymatter?

2025-05-19 Thread Wolfgang Schuster
Am 18.05.2025 um 17:57 schrieb Joel via ntg-context: I have a document setup with: \starttext \startfrontmatter (contains all front matter content) \stopfrontmatter \startbodymatter \stopbodymatter \startbackmatter \stopbackmatter \stoptext I was noticing very strange behavior where

[NTG-context] Re: Why does \setvalue not work inside \startbodymatter?

2025-05-18 Thread Hans Hagen via ntg-context
On 5/18/2025 5:57 PM, Joel via ntg-context wrote: I have a document setup with: \starttext \startfrontmatter (contains all front matter content) \stopfrontmatter \startbodymatter \stopbodymatter \startbackmatter \stopbackmatter \stoptext I was noticing very strange behavior where \setvalue

[NTG-context] Why does \setvalue not work inside \startbodymatter?

2025-05-18 Thread Joel via ntg-context
I have a document setup with: \starttext\startfrontmatter(contains all front matter content)\stopfrontmatter \startbodymatter \stopbodymatter \startbackmatter \stopbackmatter\stoptext I was noticing very strange behavior where \setvalue was not showing up as \getvalue. I put it in lots of pllaces

Re: [NTG-context] Strange behavior with \startbodymatter ... \stopbodymatter

2021-12-28 Thread Wolfgang Schuster via ntg-context
Fabrice Couvreur via ntg-context schrieb am 28.12.2021 um 15:34: Hi, In my file cours_premiere.tex if I indicate  \startbodymatter       \component[probabilites.tex]  \stopbodymatter I get the following error message tex error     > tex error on line 49 in file ./cours_premiere.

[NTG-context] Strange behavior with \startbodymatter ... \stopbodymatter

2021-12-28 Thread Fabrice Couvreur via ntg-context
Hi, In my file cours_premiere.tex if I indicate \startbodymatter \component[probabilites.tex] \stopbodymatter I get the following error message tex error > tex error on line 49 in file ./cours_premiere.tex: Undefined control sequence \pgfmath@settrigformat \pgfm

Re: [NTG-context] \startbodymatter forcing new page in document

2021-11-15 Thread Wolfgang Schuster via ntg-context
{test} \fakewords{1000}{1200} \stoptext The following code does the same, but wraps the fakewords in a bodymatter environment: \setuppagenumbering[location=right] \usemodule[visual] \usebtxdataset[bibliography.bib] \starttext \title{test} \startbodymatter \fakewords{1000}{1200} \stopbodymatter

Re: [NTG-context] \startbodymatter forcing new page in document

2021-11-15 Thread Taco Hoekwater via ntg-context
t; \title{test} > \fakewords{1000}{1200} > > \stoptext > > The following code does the same, but wraps the fakewords in a bodymatter > environment: > > \setuppagenumbering[location=right] > > \usemodule[visual] > > \usebtxdataset[bibliography.bib] > \starttex

[NTG-context] \startbodymatter forcing new page in document

2021-11-15 Thread A A via ntg-context
* environment: *\setuppagenumbering[location=right]\usemodule[visual]\usebtxdataset[bibliography.bib]\starttext\title{test}* *\startbodymatter\fakewords{1000}{1200}\stopbodymatter* *\stoptext* In the first case, the title remains on the same page as the fake text. In the second case, a new

Re: [NTG-context] Section heading colors lost with \startbodymatter

2015-07-28 Thread Hans Hagen
On 7/28/2015 5:45 AM, Rik Kabel wrote: > Actually, some color can come through, as in the following example. The \setupmarginrules color remains even in bodymatter mode (the \setupbar color does not). It was a side effect of the fix for pablos bookmarks (deep down some argument got messed up

Re: [NTG-context] Section heading colors lost with \startbodymatter

2015-07-27 Thread Rik Kabel
][sectionseparatorset=reddot,numbercolor=darkgray] \starttext % \startbodymatter % enable and lose colors \startchapter[title={Chapter}] \startsection[title={Section}] \stopsection \stopchapter % \stopbodymatter % enable and lose colors \stoptext -- Rik Duh! All

Re: [NTG-context] Section heading colors lost with \startbodymatter

2015-07-27 Thread Rik Kabel
] \starttext % \startbodymatter % enable and lose colors \startchapter[title={Chapter}] \startsection[title={Section}] \stopsection \stopchapter % \stopbodymatter % enable and lose colors \stoptext -- Rik Duh! All color is gone, not just section heads

[NTG-context] Section heading colors lost with \startbodymatter

2015-07-27 Thread Rik Kabel
they are disabled, all is % as expected % \defineseparatorset[reddot][][{\color[red]{·}}] \setuphead[chapter][sectionseparatorset=reddot,numbercolor=darkgray] \setuphead[section][sectionseparatorset=reddot,numbercolor=darkgray] \starttext % \startbodymatter % enable and lose

Re: [NTG-context] startbodymatter question

2008-07-24 Thread Alan Stone
Simple and effective. Thanks. Alan P.S. It's (again) in the manual. ___ 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/

Re: [NTG-context] startbodymatter question

2008-07-24 Thread Wolfgang Schuster
On Wed, Jul 23, 2008 at 5:37 PM, Alan Stone <[EMAIL PROTECTED]> wrote: >> You need >> >> \setupsectionblock[bodypart][page=yes] >> \setupsectionblock[backpart][page=yes,before={\page[left]}] > > I tried that Wolfgang. > > However I'd like the pages setup like in my last example with, in a double >

Re: [NTG-context] startbodymatter question

2008-07-23 Thread Wolfgang Schuster
On Wed, Jul 23, 2008 at 7:24 PM, John Devereux <[EMAIL PROTECTED]> wrote: > "Wolfgang Schuster" <[EMAIL PROTECTED]> writes: > >> On Wed, Jul 23, 2008 at 5:19 PM, John Devereux >> <[EMAIL PROTECTED]> wrote: > > [...] > >>> >>> I have been struggling with some similar issues (in MkII). I was >>> gett

Re: [NTG-context] startbodymatter question

2008-07-23 Thread John Devereux
"Wolfgang Schuster" <[EMAIL PROTECTED]> writes: > On Wed, Jul 23, 2008 at 5:19 PM, John Devereux > <[EMAIL PROTECTED]> wrote: [...] >> >> I have been struggling with some similar issues (in MkII). I was >> getting an extra page at the end of a document which came and went for >> reasons that wer

Re: [NTG-context] startbodymatter question

2008-07-23 Thread Alan Stone
Stated otherwise... If, in a double sided document, the last chapter/appendix/whatever's last page = an even page (p) -> back page = on page (p) + 2 = an odd page (p) -> back page = on page (p) + 3 with whatever pages = non to the main part of the document related pages -> makup pages ? Ala

Re: [NTG-context] startbodymatter question

2008-07-23 Thread Alan Stone
> > You need > > \setupsectionblock[bodypart][page=yes] > \setupsectionblock[backpart][page=yes,before={\page[left]}] I tried that Wolfgang. However I'd like the pages setup like in my last example with, in a double sided document, the back page on the [(next even page) + 2]. So, refering to the

Re: [NTG-context] startbodymatter question

2008-07-23 Thread Wolfgang Schuster
On Wed, Jul 23, 2008 at 5:19 PM, John Devereux <[EMAIL PROTECTED]> wrote: > "Wolfgang Schuster" <[EMAIL PROTECTED]> writes: > >> On Wed, Jul 23, 2008 at 3:33 PM, Alan Stone >> <[EMAIL PROTECTED]> wrote: \setupsectionblock[bodypart][page=yes] \setupsectionblock[backpart][page=yes] >>>

Re: [NTG-context] startbodymatter question

2008-07-23 Thread John Devereux
"Wolfgang Schuster" <[EMAIL PROTECTED]> writes: > On Wed, Jul 23, 2008 at 3:33 PM, Alan Stone > <[EMAIL PROTECTED]> wrote: >>> \setupsectionblock[bodypart][page=yes] >>> \setupsectionblock[backpart][page=yes] >>> >>> or for the backpart >>> >>> \setupsectionblock[backpart][page=yes,before={\page[l

Re: [NTG-context] startbodymatter question

2008-07-23 Thread Wolfgang Schuster
d on page 12. You see, nothing is wrong with ConTeXt, only the settings for the sectionblocks are a bit confusing and you have to take care of this. > \starttext > > \startstandardmakeup > Title > \blank[3*big] > Author > \stopstandardmakeup > > \star

Re: [NTG-context] startbodymatter question

2008-07-23 Thread Alan Stone
\stopfrontmatter \startbodymatter \chapter{Chapter 1} \section{Section 1.1} \input knuth \blank \input knuth \blank \input knuth \section{Section 1.2} \input tufte \blank \input tufte \blank \input tufte \section

Re: [NTG-context] startbodymatter question

2008-07-23 Thread Alan Stone
[3*big] \placecontent \stopfrontmatter \startbodymatter \chapter{Chapter 1} \section{Section 1.1} \input knuth \blank \input knuth \blank \input knuth \section{Section 1.2} \input tufte \blank \input tufte

Re: [NTG-context] startbodymatter question

2008-07-23 Thread Alan Stone
> > \setupsectionblock[bodypart][page=yes] > \setupsectionblock[backpart][page=yes] > > or for the backpart > > \setupsectionblock[backpart][page=yes,before={\page[left]}] Thanks Wolfgang. I've been playing with different bodypart and backpart setupsectionblock settings: number=yes/no, page=yes/

Re: [NTG-context] startbodymatter question

2008-07-23 Thread Wolfgang Schuster
On Wed, Jul 23, 2008 at 3:33 PM, Alan Stone <[EMAIL PROTECTED]> wrote: >> \setupsectionblock[bodypart][page=yes] >> \setupsectionblock[backpart][page=yes] >> >> or for the backpart >> >> \setupsectionblock[backpart][page=yes,before={\page[left]}] > > Thanks Wolfgang. > > I've been playing with diff

Re: [NTG-context] startbodymatter question

2008-07-22 Thread Wolfgang Schuster
e={\page[left]}] > \startsectionblockenvironment[backpart] > \setupheader[state=stop] > \setupfooter[state=stop] > \stopsectionblockenvironment > > \starttext > > \startstandardmakeup > Title > \blank[3*big] > Author > \stopstandardmakeup >

[NTG-context] startbodymatter question

2008-07-22 Thread Alan Stone
state=stop] \setupfooter[state=stop] \stopsectionblockenvironment \starttext \startstandardmakeup Title \blank[3*big] Author \stopstandardmakeup \startfrontmatter Table of Contents \blank[3*big] \placecontent \stopfrontmatter \startbodymatter \chapter{Chapter 1} \section{S