Re: [NTG-context] setupinmargin, setupmargindata ; page numbers ; fonts

2014-11-25 Thread Richard Sherman
Wolfgang Schuster schuster.wolfgang at gmail.com writes: ... \setuppagenumbering[style=\ttc] \setuplayout[backspace=4cm] \showframe \setupmarginframed[inmargin][align=flushleft] \setupmargindata [inmargin][style={\switchtobodyfont[ss,18]}] % Faster method to switch the font for

Re: [NTG-context] setupinmargin, setupmargindata ; page numbers ; fonts

2014-11-25 Thread Wolfgang Schuster
Am 25.11.2014 um 10:14 schrieb Richard Sherman rss@gmail.com: Wolfgang Schuster schuster.wolfgang at gmail.com writes: ... \setuppagenumbering[style=\ttc] \setuplayout[backspace=4cm] \showframe \setupmarginframed[inmargin][align=flushleft] \setupmargindata

Re: [NTG-context] setupinmargin, setupmargindata ; page numbers ; fonts

2014-11-25 Thread Richard Sherman
Wolfgang Schuster schuster.wolfgang at gmail.com writes: The first line is a comment which says \definefont[InmarginStyle][Sans at 18pt] \setupmargindata[inmargin][style=InmarginStyle] takes less time to change the font than \setupmargindata[inmargin][style={\switchtobodyfont[ss,18]}]

Re: [NTG-context] setupinmargin, setupmargindata ; page numbers ; fonts

2014-11-25 Thread Wolfgang Schuster
Am 26.11.2014 um 02:39 schrieb Richard Sherman rss@gmail.com: Wolfgang Schuster schuster.wolfgang at gmail.com writes: The first line is a comment which says \definefont[InmarginStyle][Sans at 18pt] \setupmargindata[inmargin][style=InmarginStyle] takes less time to change the

Re: [NTG-context] setupinmargin, setupmargindata ; page numbers ; fonts

2014-11-24 Thread Wolfgang Schuster
Am 25.11.2014 um 03:47 schrieb Richard Sherman rss@gmail.com: Hi all, I am having trouble with the control of fonts in \inmargin{} and in page numbers. I'm also having trouble with the alignment in \inmargin{}, and with font sizes generally. I've used what I know about

Re: [NTG-context] setupinmargin?

2011-03-16 Thread Hans van der Meer
Well, I guess there is not a solution readily at hand. Awaiting that, I will pursue for the moment an alternative route to pseudo margin notes. Hans van der Meer On 15 mrt 2011, at 22:41, Wolfgang Schuster wrote: Am 15.03.2011 um 16:00 schrieb Hans van der Meer: Step by step I am making

Re: [NTG-context] setupinmargin?

2011-03-16 Thread Hans Hagen
On 16-3-2011 9:01, Hans van der Meer wrote: Well, I guess there is not a solution readily at hand. Awaiting that, I will pursue for the moment an alternative route to pseudo margin notes. scope=local -

Re: [NTG-context] setupinmargin?

2011-03-15 Thread Wolfgang Schuster
Am 15.03.2011 um 11:54 schrieb Hans van der Meer: The macro \setupinmargin doesn't seem to exist, although its is described in the Wiki: Hans rewrote the margintext code and there are now \setupmargindata and \setupmarginframe. A newer beta (not yet released) has \setupinmargin as synonym

Re: [NTG-context] setupinmargin?

2011-03-15 Thread Hans van der Meer
On 15 mrt 2011, at 12:08, Wolfgang Schuster wrote: Am 15.03.2011 um 11:54 schrieb Hans van der Meer: The macro \setupinmargin doesn't seem to exist, although its is described in the Wiki: Hans rewrote the margintext code and there are now \setupmargindata and \setupmarginframe. A

Re: [NTG-context] setupinmargin?

2011-03-15 Thread Wolfgang Schuster
Am 15.03.2011 um 13:23 schrieb Hans van der Meer: I replaced the \setupinmargin \by setupmargindata and tested on the example in the Wiki given for \setupinmargin: \starttext \setupmargindata[location=left] \starttext This is an example of a simple margin note set in the slanted font

Re: [NTG-context] setupinmargin?

2011-03-15 Thread Hans van der Meer
Step by step I am making progress. Now I have the problem that the margin note is generated from inside a framedtext. As a matter of fact, all elements of the text I am producing are a series of framedtext's with nothing in between. The problem then is, that the margin notes are withheld until

Re: [NTG-context] setupinmargin?

2011-03-15 Thread Wolfgang Schuster
Am 15.03.2011 um 16:00 schrieb Hans van der Meer: Step by step I am making progress. Now I have the problem that the margin note is generated from inside a framedtext. As a matter of fact, all elements of the text I am producing are a series of framedtext's with nothing in between. The

Re: [NTG-context] \setupinmargin no more known

2011-03-02 Thread Wolfgang Schuster
Am 02.03.2011 um 18:10 schrieb Peter Münster: Hello, Bug or feature? Hans rewrote the margintext code and the new commands are - \definemargindata to create a new command (different syntax than the old code) and - \setupmargindata and - \setupmarginframed to change the values of

Re: [NTG-context] setupinmargin failing?

2010-03-24 Thread Wolfgang Schuster
Am 23.03.10 22:36, schrieb Hans van der Meer: I tried this code with both \setupinmargin[left][...] and \setupinmargin[][...]. The first one worked, the second obviously not. I take it therefore that the [left]-argument is mandatory. When the first argument is optional you can write

Re: [NTG-context] setupinmargin failing?

2010-03-24 Thread Hans van der Meer
Must I really understand from your reply that \setupinmargin[x=y] is not equivalent to \setupinmargin[][x=y]? That is: an absent optional argument is not really optionally absent? I checked by running the thing, of course, and the answer I found is yes. The empty [] does not honor what

Re: [NTG-context] setupinmargin failing?

2010-03-24 Thread Taco Hoekwater
Hans van der Meer wrote: Must I really understand from your reply that \setupinmargin[x=y] is not equivalent to \setupinmargin[][x=y]? That is: an absent optional argument is not really optionally absent? Your [] is not an absent optional argument at all, it is a given optional argument (that

Re: [NTG-context] setupinmargin failing?

2010-03-24 Thread Hans van der Meer
On 24 mrt 2010, at 16:10, Taco Hoekwater wrote: Hans van der Meer wrote: Must I really understand from your reply that \setupinmargin[x=y] is not equivalent to \setupinmargin[][x=y]? That is: an absent optional argument is not really optionally absent? Your [] is not an absent optional

Re: [NTG-context] setupinmargin failing?

2010-03-24 Thread Wolfgang Schuster
Am 24.03.10 16:57, schrieb Hans van der Meer: Must I really understand from your reply that \setupinmargin[x=y] is not equivalent to \setupinmargin[][x=y]? That is: an absent optional argument is not really optionally absent? Your [] is not an absent optional argument at all, it is a given

Re: [NTG-context] setupinmargin failing?

2010-03-24 Thread Taco Hoekwater
Wolfgang Schuster wrote: Am 24.03.10 16:57, schrieb Hans van der Meer: Must I really understand from your reply that \setupinmargin[x=y] is not equivalent to \setupinmargin[][x=y]? That is: an absent optional argument is not really optionally absent? Your [] is not an absent optional argument

Re: [NTG-context] setupinmargin failing?

2010-03-24 Thread Peter Münster
On Wed, Mar 24 2010, Hans van der Meer wrote: Must I really understand from your reply that \setupinmargin[x=y] is not equivalent to \setupinmargin[][x=y]? That is: an absent optional argument is not really optionally absent? Your [] is not an absent optional argument at all, it is a given

Re: [NTG-context] setupinmargin failing?

2010-03-23 Thread luigi scarso
On Tue, Mar 23, 2010 at 7:34 PM, Hans van der Meer h.vanderm...@uva.nl wrote: I tested margin notes and may have found a discrepancy with the (albeit old) manual. \setupcolors[state=start] \setupinmargin[][align=right,foregroundcolor=red] \starttext

Re: [NTG-context] setupinmargin failing?

2010-03-23 Thread Wolfgang Schuster
Am 23.03.10 19:34, schrieb Hans van der Meer: I tested margin notes and may have found a discrepancy with the (albeit old) manual. \setupcolors[state=start] In MKIV colors are enabled by default. \setupinmargin[][align=right,foregroundcolor=red] All margin texts: \setupinmargin[color=red]

Re: [NTG-context] setupinmargin failing?

2010-03-23 Thread Hans van der Meer
I tried this code with both \setupinmargin[left][...] and \setupinmargin[][...]. The first one worked, the second obviously not. I take it therefore that the [left]-argument is mandatory. In the manual I have, the \setupinmargin[][] description has its first argument printed

Re: [NTG-context] setupinmargin failing?

2010-03-23 Thread luigi scarso
On Tue, Mar 23, 2010 at 10:36 PM, Hans van der Meer h.vanderm...@uva.nl wrote: I tried this code with both        \setupinmargin[left][...] and \setupinmargin[][...]. The first one worked, the second obviously not. I take it therefore that the [left]-argument is mandatory. In the manual I