[NTG-context] Re: Problem with \reference and \at. Sorry, forgot \starttext, and \stoptext

2025-03-24 Thread Aditya Mahajan
On Mon, 24 Mar 2025, Ursula Hermann wrote: > Dear List, > > I am sorry, I forgot \starttext and \stoptext in the example. The problem is, > that after Seite 33, there is also the Number 1, I do not want to use. > > \usecolors[svg] > \setupinteraction > [state=s

[NTG-context] Problem with \reference and \at. Sorry, forgot \starttext, and \stoptext

2025-03-24 Thread Ursula Hermann
Dear List, I am sorry, I forgot \starttext and \stoptext in the example. The problem is, that after Seite 33, there is also the Number 1, I do not want to use. \usecolors[svg] \setupinteraction [state=start, contrastcolor=cornflowerblue] \starttext \reference[other]{Seite 33} \it Hinweis

Re: [NTG-context] Do environment files add implicit \starttext ... \stopttext

2022-11-18 Thread Pablo Rodriguez via ntg-context
On 11/18/22 15:52, Wolfgang Schuster via ntg-context wrote: > Pablo Rodriguez via ntg-context schrieb am 15.11.2022 um 16:06: >> [...] >> It looks like when --environment is used, ConTeXt assumes that the main >> source only contains text. Which makes sense (at least, to me). > > The reason why th

Re: [NTG-context] Do environment files add implicit \starttext ... \stopttext

2022-11-18 Thread Wolfgang Schuster via ntg-context
Pablo Rodriguez via ntg-context schrieb am 15.11.2022 um 16:06: On 11/15/22 13:22, Denis Maier via ntg-context wrote: Hi, if I process an XML buffer, I’ve noticed I need to wrap the \xmlprocessbuffer in a \starttext ... \stoptext pair. [] However, if I have the XML and the setups in dedicated

Re: [NTG-context] Do environment files add implicit \starttext ... \stopttext

2022-11-16 Thread Wolfgang Schuster via ntg-context
Denis Maier via ntg-context schrieb am 15.11.2022 um 13:22: Hi, if I process an XML buffer, I’ve noticed I need to wrap the \xmlprocessbuffer in a \starttext ... \stoptext pair. [...] However, if I have the XML and the setups in dedicated files, there seems to be no need for \starttext

Re: [NTG-context] Do environment files add implicit \starttext ... \stopttext

2022-11-16 Thread Denis Maier via ntg-context
> -Ursprüngliche Nachricht- > Von: ntg-context Im Auftrag von Pablo > Rodriguez via ntg-context > Gesendet: Dienstag, 15. November 2022 16:07 > An: Denis Maier via ntg-context > Cc: Pablo Rodriguez > Betreff: Re: [NTG-context] Do environment files ad

Re: [NTG-context] Do environment files add implicit \starttext ... \stopttext

2022-11-15 Thread Pablo Rodriguez via ntg-context
On 11/15/22 13:22, Denis Maier via ntg-context wrote: > Hi, > > if I process an XML buffer, I’ve noticed I need to wrap the > \xmlprocessbuffer in a \starttext ... \stoptext pair. > [] > However, if I have the XML and the setups in dedicated files, there > seems to be n

[NTG-context] Do environment files add implicit \starttext ... \stopttext

2022-11-15 Thread Denis Maier via ntg-context
Hi, if I process an XML buffer, I've noticed I need to wrap the \xmlprocessbuffer in a \starttext ... \stoptext pair. %%% \startbuffer[test] a paragraph of text another paragraph of text \stopbuffer \startxmlsetups xml:demo \xmlsetsetup{\xmldocument}{doc

Re: [NTG-context] Questions about \starttext

2018-04-15 Thread Tomas Hala
Tue, Apr 03, 2018 ve 09:12:31AM +0200 Hans Hagen napsal(a): # On 4/3/2018 12:02 AM, John Culleton wrote: # >A reasonable approach to a Context file includes preliminary # >information before the first printed page. My basic master file # >looks like this : # > # > ... # # in the distribution there

Re: [NTG-context] Questions about \starttext

2018-04-03 Thread Hans Hagen
On 4/3/2018 12:02 AM, John Culleton wrote: A reasonable approach to a Context file includes preliminary information before the first printed page. My basic master file looks like this : > > ... in the distribution there are a lot of manuals of which the setup demonstrates ways to organize ...

Re: [NTG-context] Questions about \starttext

2018-04-02 Thread John Culleton
From: "Wolfgang Schuster" Sent: Monday, April 2, 2018 2:41 PM To: "mailing list for ConTeXt users" Subject: Re: [NTG-context] Questions about \starttext Tomas Hala 20. März 2018 um 12:43 Hi all, doing some te

Re: [NTG-context] Questions about \starttext

2018-04-02 Thread John Culleton
A reasonable approach to a Context file includes preliminary information before the first printed page. My basic master file looks like this : \input variables.tex\relax \input layout.tex\relax \input macros.tex\relax \input fonts.tex\relax \starttext\relax %\showlayout \startfrontmatter

Re: [NTG-context] Questions about \starttext

2018-04-02 Thread Wolfgang Schuster
Tomas Hala <mailto:tomas.h...@mendelu.cz> 20. März 2018 um 12:43 Hi all, doing some tests I discovered two interesting facts. The first is that commands \starttext and \stoptext do not behave as a group. Minimal example (tested on TL2015, TL2016, TL2017, current CTX from the

[NTG-context] Questions about \starttext

2018-03-20 Thread Tomas Hala
Hi all, doing some tests I discovered two interesting facts. The first is that commands \starttext and \stoptext do not behave as a group. Minimal example (tested on TL2015, TL2016, TL2017, current CTX from the Garden): \starttext text \starttext \bf text \stoptext text % this text is

Re: [NTG-context] tekst before \starttext?

2013-04-16 Thread Wolfgang Schuster
Am 16.04.2013 um 19:56 schrieb "Meer, H. van der" : > I thought that typesetting should start after \startext and that anything > before it should be ignored. > That is indeed the case with the following input: > > ABC > \starttext > CONTENT > \stoptext

[NTG-context] tekst before \starttext?

2013-04-16 Thread Meer, H. van der
I thought that typesetting should start after \startext and that anything before it should be ignored. That is indeed the case with the following input: ABC \starttext CONTENT \stoptext But add a \setupbodyfont and suddenly the ABC appears: \setupbodyfont[lmodern] ABC \starttext CONTENT

Re: [NTG-context] \typesetbuffer adds \starttext ... \stoptext

2011-01-30 Thread Wolfgang Schuster
Am 30.01.2011 um 20:20 schrieb Peter Münster: > Nevertheless: are there situations, where the outer starttext/stoptext > could cause some trouble? Don’t think so because when you use the project structure you have \startproduct \startcomponent … \stopcomponent \startcom

Re: [NTG-context] \typesetbuffer adds \starttext ... \stoptext

2011-01-30 Thread Wolfgang Schuster
Am 30.01.2011 um 20:23 schrieb Vnpenguin: > On Sun, Jan 30, 2011 at 19:52, Peter Münster wrote: >> Hello, >> >> It would be nice, if \typesetbuffer wouldn't add anything to the buffer. > > Yep, I agree that. Don't know why need add something to buffer ?

Re: [NTG-context] \typesetbuffer adds \starttext ... \stoptext

2011-01-30 Thread Vnpenguin
On Sun, Jan 30, 2011 at 19:52, Peter Münster wrote: > Hello, > > It would be nice, if \typesetbuffer wouldn't add anything to the buffer. Yep, I agree that. Don't know why need add something to buffer ? ___ If your qu

Re: [NTG-context] \typesetbuffer adds \starttext ... \stoptext

2011-01-30 Thread Peter Münster
Wolfgang Schuster writes: >> It would be nice, if \typesetbuffer wouldn't add anything to the buffer. >> >> Here an example, where the outer \starttext ... \stoptext environment >> deranges: > > Why, context ignores the inner starttext/stoptext pair. Wrong

Re: [NTG-context] \typesetbuffer adds \starttext ... \stoptext

2011-01-30 Thread Wolfgang Schuster
Am 30.01.2011 um 19:52 schrieb Peter Münster: > Hello, > > It would be nice, if \typesetbuffer wouldn't add anything to the buffer. > > Here an example, where the outer \starttext ... \stoptext environment > deranges: Why, context ignores the inner starttext/s

[NTG-context] \typesetbuffer adds \starttext ... \stoptext

2011-01-30 Thread Peter Münster
Hello, It would be nice, if \typesetbuffer wouldn't add anything to the buffer. Here an example, where the outer \starttext ... \stoptext environment deranges: \starttext \startbuffer[pdf-pages] \setuppapersize[A7, landscape] \showframe \starttext page 1 \page page 2 \sto