Re: [NTG-context] Cambria integral operator

2009-10-15 Thread Taco Hoekwater
Sebastian Sturm wrote: Hi all, I have been playing around a bit with the new ConTeXt Minimals and especially Cambria Math. I couldn't figure out, however, why the integral operator always comes out at about half the size of \sum or \prod. I couldn't find any relevant threads on the

Re: [NTG-context] Cambria integral operator

2009-10-15 Thread Taco Hoekwater
Taco Hoekwater wrote: Sebastian Sturm wrote: Hi all, I have been playing around a bit with the new ConTeXt Minimals and especially Cambria Math. I couldn't figure out, however, why the integral operator always comes out at about half the size of \sum or \prod. I couldn't find any

Re: [NTG-context] Cambria integral operator

2009-10-15 Thread Michail Vidiassov
Dear Taco, On Thu, 15 Oct 2009, Taco Hoekwater wrote: I have been playing around a bit with the new ConTeXt Minimals and especially Cambria Math. I couldn't figure out, however, why the integral operator always comes out at about half the size of \sum or \prod. No, that is clearly not right.

[NTG-context] Combining \sc and \em

2009-10-15 Thread Tim Wraight
Hi, Under the latest beta (2009.10.02 13:14), it doesn't seem possible to access \SerifCapsSlanted by combining the \em and \sc font switches. The following test case demonstrates this: --- \definefont [SlantyCaps][SerifCapsSlanted] \starttext {\em Italics works.} \par {\sc Small caps

[NTG-context] Problem with \setupinterlinespace

2009-10-15 Thread luigi scarso
In this example interlines spaces look a bit strange to me \starttext \input knuth \begingroup \tfx\setupinterlinespace[reset] \starttyping function newCounter() local i = 0 return function() i = i+1 return i end end c1 = newCounter() print(c1()) -- 1 print(c1()) -- 2

Re: [NTG-context] Problem with \setupinterlinespace

2009-10-15 Thread Peter Rolf
luigi scarso schrieb: In this example interlines spaces look a bit strange to me \starttext \input knuth \begingroup \tfx\setupinterlinespace[reset] \starttyping function newCounter() local i = 0 return function() i = i+1 return i end end c1 = newCounter() print(c1())

[NTG-context] obscure luatex error

2009-10-15 Thread Alan BRASLAU
In trying to compile a LARGE project (585 pages, 260 figures, 27 tables, indexing, bibliography, ...), I produce an obscure luatex error: luatex: ../../../source/texk/web2c/luatexdir/tex/printing.c:266: print: Assertion `c 256' failed. [329.327MTXrun | fatal error, no return code, message:

Re: [NTG-context] Problem with \setupinterlinespace

2009-10-15 Thread luigi scarso
What about this ? \usemodule[maps] \usemodule[visual] \setupinteraction[state=start] \setuplanguage[en] \definecolumnsetspan[wide][n=2] \def\Tfx{\tfx\setupinterlinespace[line=2.5ex]} \starttext \startArticle [Year=2009, Number=xx, Period=xx, Page=1,

[NTG-context] placefigure broken in mkiv?

2009-10-15 Thread Vyatcheslav Yatskovsky
Hello, A document that was previously compiled successfully a few months ago, now throws an exception. My code: \placefigure [middle] {none} {\externalfigure[2009-05-26_200309s][width=0.9\textwidth]} My result: ! Missing number, treated as zero. to be read again

Re: [NTG-context] obscure luatex error

2009-10-15 Thread Matthijs Kooijman
Hi, luatex: ../../../source/texk/web2c/luatexdir/tex/printing.c:266: print: Assertion `c 256' failed. [329.327MTXrun | fatal error, no return code, message: luatex: execution interrupted A quick glance at the code, shows it's in the following part: /* An entire string is output by

Re: [NTG-context] Cambria integral operator

2009-10-15 Thread Taco Hoekwater
Michail Vidiassov wrote: While you are at it, may you take a second look at the integral limits placement, as it was already reported in I did a trick in commit #3066 just now: the C function var_delimiter() (which is used for large operators as well as actual delimiters) now ignores italic

Re: [NTG-context] obscure luatex error

2009-10-15 Thread Taco Hoekwater
Matthijs Kooijman wrote: It seems the second comment block talks about the code in which the error occurs. It also seems that this is either caused by some very high unicode character that's printed, or some invalid (uninitialized?) value is passed to print(). Do you think you could

Re: [NTG-context] obscure luatex error

2009-10-15 Thread luigi scarso
On Thu, Oct 15, 2009 at 4:09 PM, Matthijs Kooijman matth...@stdin.nl wrote: Hi, luatex: ../../../source/texk/web2c/luatexdir/tex/printing.c:266: print: Assertion `c 256' failed. [329.327MTXrun | fatal error, no return code, message: luatex: execution interrupted A quick glance at the

Re: [NTG-context] obscure luatex error

2009-10-15 Thread Alan BRASLAU
On Thursday 15 October 2009 16:36:01 luigi scarso wrote: On Thu, Oct 15, 2009 at 4:32 PM, Matthijs Kooijman matth...@stdin.nl wrote: Hi luigi, Do you think you could compile luatex with CFLAGS=-g, and run it in gdb to get a backtrace? That might help to see where this comes from...

Re: [NTG-context] obscure luatex error

2009-10-15 Thread luigi scarso
On Thu, Oct 15, 2009 at 5:08 PM, Alan BRASLAU alan.bras...@cea.fr wrote: On Thursday 15 October 2009 16:36:01 luigi scarso wrote: On Thu, Oct 15, 2009 at 4:32 PM, Matthijs Kooijman matth...@stdin.nl wrote: Hi luigi, Do you think you could compile luatex with CFLAGS=-g, and run it in

Re: [NTG-context] placefigure broken in mkiv?

2009-10-15 Thread Wolfgang Schuster
Am 15.10.2009 um 16:04 schrieb Vyatcheslav Yatskovsky: Hello, A document that was previously compiled successfully a few months ago, now throws an exception. My code: \placefigure [middle] {none} {\externalfigure[2009-05-26_200309s][width=0.9\textwidth]}

Re: [NTG-context] placefigure broken in mkiv?

2009-10-15 Thread Alan BRASLAU
On Thursday 15 October 2009 17:29:12 Wolfgang Schuster wrote: Am 15.10.2009 um 16:04 schrieb Vyatcheslav Yatskovsky: Hello, A document that was previously compiled successfully a few months ago, now throws an exception. My code: \placefigure [middle] {none}

[NTG-context] interline spacing, me too

2009-10-15 Thread Andreas Harder
Hi, please look at the attachment. I want different interline spacing for big, normal and small font sizes. What is the best approach? I tried \setupinterlinespace[big] (works only after \starttext!) or \setupinterlinespace[line=3.5ex] (works also before \starttext) but this changes, as

Re: [NTG-context] interline spacing, me too

2009-10-15 Thread Peter Rolf
Andreas Harder schrieb: Hi, please look at the attachment. I want different interline spacing for big, normal and small font sizes. What is the best approach? I tried \setupinterlinespace[big] (works only after \starttext!) or \setupinterlinespace[line=3.5ex] (works also before \starttext)

Re: [NTG-context] interline spacing, me too

2009-10-15 Thread Taco Hoekwater
Andreas Harder wrote: There is also \setupbodyfontenvironment (Problem with \chapter{…} or did I something wrong?). Now I've to use \switchtobodyfont[…] instead of \tfa and so on. Why not do that? If you are fiddling with the interline space, it is IMO better to switch the whole bodyfont,

Re: [NTG-context] interline spacing, me too

2009-10-15 Thread Taco Hoekwater
Taco Hoekwater wrote: Andreas Harder wrote: There is also \setupbodyfontenvironment (Problem with \chapter{…} or did I something wrong?). Now I've to use \switchtobodyfont[…] instead of \tfa and so on. Why not do that? If you are fiddling with the interline space, it is IMO better to