[NTG-context] MKIV math: arrow symbols undefined

2012-12-08 Thread Andreas Mang
Dear all, I've noticed that "\leadsto", "\rightsquigarrow" and "\leftrightsquigarrow" are not defined in MKIV (ConTeXt ver: 2012.12.06 18:39 MKIV). However, they appear in MKII (ConTeXt ver: 2012.12.06 18:39 MKII). I've tested the entire set at http://www.access2science.com/latex/Arrows.html

[NTG-context] margin location in headertext

2012-12-08 Thread reviczky
Hi, Is it possible, without having to use layers, to specify the location of a frame inside the margin of the header relative to the headertext? Here's an example: --- \setupheadertexts[\setups{frames}][][][] \setupheadertexts[margin][\setups{marginframe}][][][] \setuppagenumbering[location=]

[NTG-context] Save/Redraw labels as pictures

2012-12-08 Thread Troy Henderson
The following code produces the letter "J" on the first page, but does not draw that same picture on the second page. I would appreciate some advice on how to save and redraw this label in subsequence figures. Thanks, Troy Henderson \starttext \startMPinclusions[+] picture J; \s

[NTG-context] [luatex-plain] call to undefined function in font-def.lua

2012-12-08 Thread Philipp Gesang
Hi Hans, the plain format from context calls a non-existing function fonts.goodies.filenames.resolve(). It appears that the format was not updated to include the expected code from fonts-gds.lua. [1] Terminal output below. Regard Philipp [1] The code was introduced to font-def.lua on November 16

Re: [NTG-context] drops module (draft)

2012-12-08 Thread Peter Rolf
Hi Otared, thanks for the report. No problems here with my old Acrobat Pro 9.52 (syntax checks shows no errors) or PDF-XChange Viewer 2.5 on Windows7 Ultimate 64-bit. You can try to compile it on your machine (full source is included), if you have a recent IM version installed. Sorry, I can't che

Re: [NTG-context] Wrong float numbering with default=top

2012-12-08 Thread Marco Patzer
On 2012–12–06 Hans Hagen wrote: > >New defined floats are still wrongly enumerated. Is there a workaround for > >this? > > > adapted Thanks. It does not break anything in the final document and all numbers are correct. Marco ___

Re: [NTG-context] Save/Redraw labels as pictures

2012-12-08 Thread Alan BRASLAU
Hans has be playing with MetaPost instances which got broken. \startMPpage\stopMPpage got the wrong instance whereas \startTEXpage\startMPcode\stopMPcode\stopMPpage correctly got the default instance. Normally, this was fixed, but your minimal example still does not work for me either. Something

Re: [NTG-context] Save/Redraw labels as pictures

2012-12-08 Thread Troy Henderson
> > Hans has be playing with MetaPost instances which got broken. > Well I am running MKIV included in TeX Live 2012. Troy ___ If your question is of interest to others as well, please add an entry to the Wiki! mail

Re: [NTG-context] MKIV math: arrow symbols undefined

2012-12-08 Thread Kip Warner
On Sat, 2012-12-08 at 11:03 +0100, Andreas Mang wrote: > Dear all, > > I've noticed that "\leadsto", "\rightsquigarrow" and "\leftrightsquigarrow" > are not defined in MKIV (ConTeXt ver: 2012.12.06 18:39 MKIV). However, they > appear in MKII (ConTeXt ver: 2012.12.06 18:39 MKII). > > I've test

Re: [NTG-context] Wrong float numbering with default=top

2012-12-08 Thread Hans Hagen
On 12/8/2012 3:34 PM, Marco Patzer wrote: On 2012–12–06 Hans Hagen wrote: New defined floats are still wrongly enumerated. Is there a workaround for this? adapted Thanks. It does not break anything in the final document and all numbers are correct. ok, if it keeps working, remind me in a

Re: [NTG-context] Save/Redraw labels as pictures

2012-12-08 Thread Hans Hagen
On 12/8/2012 12:42 PM, Troy Henderson wrote: The following code produces the letter "J" on the first page, but does not draw that same picture on the second page. I would appreciate some advice on how to save and redraw this label in subsequence figures. Thanks, Troy Henderson \starttext

[NTG-context] setuphead command changes?

2012-12-08 Thread reviczky
Hi, The following minimal example works on live.contextgarden.net but with the latest beta the command parameter doesn't seem work (the "TEST" does not appear in the margin). \showframe \starttext \define[2]\cmd{\inmargin{TEST}} \startsubject[title=Title,command=\cmd] \input knuth \stopsubj