Re: [NTG-context] Bug in math integral

2012-10-23 Thread Marco Pessotto
Hans Hagen pra...@wxs.nl writes: Keep in mind that mkiv and mkii will never produce the same results (e.g.: more granularity in font metrics in mkiv, less juggling with combined shapes in mkiv, etc). SO, it can never be the pixel wise reference. I'm well aware of this, but having something

Re: [NTG-context] [test suite] Bidi and line numbering

2012-10-23 Thread Marco Pessotto
Hello there. https://github.com/melmothx/context-unofficial-test-suite/blob/master/src/mkiv/bidi/linenumbers-001.tex The line numbering positioning is messed up and overlaps the text, or is on the wrong side. With TL12 the output was good. Cheers -- Marco

Re: [NTG-context] TABLE: header with a thick bottom line

2012-10-23 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Mon, 22 Oct 2012 17:45:21 +0200, Marco Patzer home...@lavabit.com wrote: http://wiki.contextgarden.net/TABLE#Rules_with_different_thickness ... I knew this snippet; unfortunately, there were some bindings or relationships that I didn't understand fully. Marco Anyway, after some

Re: [NTG-context] [test suite] Column-related fails to compile

2012-10-23 Thread Marco Pessotto
https://github.com/melmothx/context-unofficial-test-suite/blob/master/src/mkiv/columns/sets-001.tex fails to compile, but it's not a regression since TL, where it fails too. Cheers system tex error on line 20 in file sets-001.tex: Missing number, treated as zero ... 10 11

Re: [NTG-context] [test suite] two linenote related testfiles fail

2012-10-23 Thread Marco Pessotto
FAILING: https://github.com/melmothx/context-unofficial-test-suite/blob/master/src/mkiv/critical/testlinenotes-007.tex and https://github.com/melmothx/context-unofficial-test-suite/blob/master/src/mkiv/critical/testlinenotes-008.tex Also, it appears that \linenote was not present in TL12, so

[NTG-context] Suppressing Page Numbers

2012-10-23 Thread Malte Stien
Hi, Thank you again for all the great help, I have received here in recent weeks; it is much appreciated. I have page numbering setup in my layout.tex environment file, which I use for all of our documents. % Show the page number in the middle of the footer \setuppagenumbering[

Re: [NTG-context] Suppressing Page Numbers

2012-10-23 Thread Marco Patzer
2012-10-23 Malte Stien: Hi Malte For a particular document, though, I don't want page numbers. Is there a way of locally suppressing the page numbers while still importing (via environment) the layout.tex file? I guess, what I am asking is, is there a way to override the setuppagenumbering

[NTG-context] \copypages[][n=...] not working

2012-10-23 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, I've just updated Ctx: ConTeXt ver: 2012.10.22 23:51 MKIV fmt: 2012.10.23 int: english/english - it seems \copypages ignores the 'n' specification: \starttext \copypages[t2.pdf][n=1] \stoptext - both t2.pdf pages are inserted. Any command option changed? Fix needed?

Re: [NTG-context] using two columns on a poster (\setlayerframed)

2012-10-23 Thread Aditya Mahajan
Perhaps, \startsimplecolumns Aditya On Tue, 23 Oct 2012, Mojca Miklavec wrote: Hello, this is probably the most trivial question, but I'm still confused: how can I use two columns inside \setlayerframed? \startbuffer[abstract] \startcolumns[two] % doesn't help \input tufte \input tufte

Re: [NTG-context] Lua in Ctx: require() fails?

2012-10-23 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, my trick with LUAINPUTS system variable stopped working after the today's Ctx update. So I'm trying again to solve the problem that \startluacode require LPr-U \stopluacode doesn't load the file at d:/Lukas/Lua/LPr-U.lua. On Mon, 15 Oct 2012 20:29:53 +0200, Hans Hagen

Re: [NTG-context] Lua in Ctx: require() fails?

2012-10-23 Thread Hans Hagen
On 23-10-2012 16:14, Procházka Lukáš Ing. - Pontex s. r. o. wrote: Hello, my trick with LUAINPUTS system variable stopped working after the today's Ctx update. afaik nothing changed; best run with \enabletrackers[resolvers.libraries] Hans --

Re: [NTG-context] using two columns on a poster (\setlayerframed)

2012-10-23 Thread Mojca Miklavec
On Tue, Oct 23, 2012 at 4:05 PM, Aditya Mahajan wrote: Perhaps, \startsimplecolumns Ouch. It seems like I'm asking the same question over and over again, and always get the same answer - to simplify things ;) This works in MKIV, but I have some problems with math in MKIV. In MKII this fails with

Re: [NTG-context] Lua in Ctx: require() fails?

2012-10-23 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Tue, 23 Oct 2012 16:13:31 +0200, Hans Hagen pra...@wxs.nl wrote: On 23-10-2012 16:14, Procházka Lukáš Ing. - Pontex s. r. o. wrote: Hello, my trick with LUAINPUTS system variable stopped working after the today's Ctx update. afaik nothing changed; best run with

Re: [NTG-context] Lua in Ctx: require() fails?

2012-10-23 Thread Hans Hagen
On 23-10-2012 16:37, Procházka Lukáš Ing. - Pontex s. r. o. wrote: resolverslibraries ! checking for Test.lua using lua path d:/Lukas/Lua/?.lua in the output log but d:\Lukas\Lua\Test.lua is not found here (?!). So - ? no clue ... maybe an error in test.lua

Re: [NTG-context] using two columns on a poster (\setlayerframed)

2012-10-23 Thread Hans Hagen
On 23-10-2012 16:21, Mojca Miklavec wrote: On Tue, Oct 23, 2012 at 4:05 PM, Aditya Mahajan wrote: Perhaps, \startsimplecolumns Ouch. It seems like I'm asking the same question over and over again, and always get the same answer - to simplify things ;) This works in MKIV, but I have some

Re: [NTG-context] Lua in Ctx: require() fails?

2012-10-23 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Tue, 23 Oct 2012 16:53:01 +0200, Hans Hagen pra...@wxs.nl wrote: On 23-10-2012 16:37, Procházka Lukáš Ing. - Pontex s. r. o. wrote: resolverslibraries ! checking for Test.lua using lua path d:/Lukas/Lua/?.lua in the output log but d:\Lukas\Lua\Test.lua is not found here (?!).

Re: [NTG-context] TABLE: header with a thick bottom line

2012-10-23 Thread Rogers, Michael K
One issue is that the overlay overlaps the text space (reduces whitespace or potentially overlaps letters). One could use a blank row with a black background, but a row seems to have a minimum height of about 2mm. I discovered the boffset key, which can be used with the overlay, but it's

Re: [NTG-context] Lua in Ctx: require() fails?

2012-10-23 Thread Hans Hagen
On 23-10-2012 16:58, Procházka Lukáš Ing. - Pontex s. r. o. wrote: On Tue, 23 Oct 2012 16:53:01 +0200, Hans Hagen pra...@wxs.nl wrote: On 23-10-2012 16:37, Procházka Lukáš Ing. - Pontex s. r. o. wrote: resolverslibraries ! checking for Test.lua using lua path d:/Lukas/Lua/?.lua in

[NTG-context] Some odd behaviour I noticed in MkIV with respect to enumerations

2012-10-23 Thread Shane Peelar
Hello everyone, I was going through a tutorial to learn how to set up theorem-like environments in ConTeXt: http://www.ntg.nl/maps/36/09.pdf and I noticed a few strange behaviours. I recognize that this tutorial was written for MkII ConTeXt, but after consulting the documentation in the latest

Re: [NTG-context] Some odd behaviour I noticed in MkIV with respect to enumerations

2012-10-23 Thread Wolfgang Schuster
Am 23.10.2012 um 17:58 schrieb Shane Peelar lookatyouhac...@gmail.com: Hello everyone, I was going through a tutorial to learn how to set up theorem-like environments in ConTeXt: http://www.ntg.nl/maps/36/09.pdf and I noticed a few strange behaviours. I recognize that this tutorial

Re: [NTG-context] ntg-context Digest, Vol 100, Issue 63

2012-10-23 Thread Shane Peelar
Peelar -- next part -- An HTML attachment was scrubbed... URL: http://www.ntg.nl/pipermail/ntg-context/attachments/20121023/aa97590f/attachment-0001.html -- Message: 7 Date: Tue, 23 Oct 2012 18:21:09 +0200 From: Wolfgang Schuster

Re: [NTG-context] Some odd behaviour I noticed in MkIV with respect to enumerations

2012-10-23 Thread Wolfgang Schuster
Am 23.10.2012 um 19:36 schrieb Shane Peelar lookatyouhac...@gmail.com: Hi Wolfgang, Thanks for the quick and helpful reply. Is there also a way to change just the number colour and style in the example you provided? \defineseparatorset [testseparator] [][–]

Re: [NTG-context] using two columns on a poster (\setlayerframed)

2012-10-23 Thread Mojca Miklavec
On Tue, Oct 23, 2012 at 4:54 PM, Hans Hagen wrote: On 23-10-2012 16:21, Mojca Miklavec wrote: On Tue, Oct 23, 2012 at 4:05 PM, Aditya Mahajan wrote: Perhaps, \startsimplecolumns Ouch. It seems like I'm asking the same question over and over again, and always get the same answer - to

[NTG-context] interlinespace and whitespace different for footnotes

2012-10-23 Thread Pablo Rodríguez
Hi there, I have the following settings for a document. \setupinterlinespace[line=3.2ex] \setupwhitespace[medium] But I would like to have diferent values for interlinear space and between paragraphs. strc-not.mkvi shows that the after option from \setupnotation does the work with the space

Re: [NTG-context] Serious problems with kerning in setlayerframed

2012-10-23 Thread Hans Hagen
On 23-10-2012 21:01, Mojca Miklavec wrote: Hello, I have some serious issues with kerning in MKIV, so I'll probably have to end up with MKII after all. I wonder what is going on in the following example where framed completely distorts the kerning. \setuppagenumbering [location=]

Re: [NTG-context] interlinespace and whitespace different for footnotes

2012-10-23 Thread Wolfgang Schuster
Am 23.10.2012 um 20:54 schrieb Pablo Rodríguez oi...@web.de: Hi there, I have the following settings for a document. \setupinterlinespace[line=3.2ex] \setupwhitespace[medium] But I would like to have diferent values for interlinear space and between paragraphs. strc-not.mkvi shows

Re: [NTG-context] using two columns on a poster (\setlayerframed)

2012-10-23 Thread luigi scarso
On Tue, Oct 23, 2012 at 8:42 PM, Mojca Miklavec mojca.miklavec.li...@gmail.com wrote: On Tue, Oct 23, 2012 at 4:54 PM, Hans Hagen wrote: On 23-10-2012 16:21, Mojca Miklavec wrote: On Tue, Oct 23, 2012 at 4:05 PM, Aditya Mahajan wrote: Perhaps, \startsimplecolumns Ouch. It seems

Re: [NTG-context] interlinespace and whitespace different for footnotes

2012-10-23 Thread Pablo Rodríguez
On 23/10/12 21:19, Wolfgang Schuster wrote: Am 23.10.2012 um 20:54 schrieb Pablo Rodríguez oi...@web.de: [...] But I would like to have different values for interlinear space and between paragraphs. [...] But how can I set the interlinear space value for footnotes?

Re: [NTG-context] ntg-context Digest, Vol 100, Issue 65

2012-10-23 Thread Shane Peelar
Date: Tue, 23 Oct 2012 20:31:01 +0200 From: Wolfgang Schuster wolfgang.schus...@gmail.com To: mailing list for ConTeXt users ntg-context@ntg.nl Subject: Re: [NTG-context] Some odd behaviour I noticed in MkIV with respect to enumerations Message-ID:

Re: [NTG-context] math: \text does not scale properly

2012-10-23 Thread Aditya Mahajan
On Sun, 21 Oct 2012, Hans Hagen wrote: On 21-10-2012 04:35, Aditya Mahajan wrote: On Sat, 20 Oct 2012, Aditya Mahajan wrote: On Thu, 4 Oct 2012, Andreas Mang wrote: Hi there, As Aditya mentioned in a former posting (*) that \text{ ... } should scale properly when used as super- or