[NTG-context] set-/finishregisterentry is killed

2011-02-14 Thread Steffen Wolfrum
Hi, in current beta (2011.02.11 18:18 MKIV) set-/finishregisterentry is killed: Empty pagenumbers only! Please run attached example. Steffen --- \placeindex[method=first,criterium=all,compress=yes] \starttext \switchtobodyfont[50pt] START\setregisterentry[index][label={Index_Label}]%

Re: [NTG-context] delimitedtext, spacebefore and grid

2011-02-14 Thread Oliver Buerschaper
Not sure if there are side effects but this works (requires mkiv and a recent installation): \setuplayout[grid=yes]\showgrid \setupbodyfont[14pt] \usemodule[annotation] \define[2]\ZitatCommand {\topskip\dimexpr\topskip+\lineheight/2\relax \startnarrower “#2”% \stopnarrower}

Re: [NTG-context] Bug

2011-02-14 Thread Oliver Buerschaper
here's a bug with quotations in 2011.02.11 18:18 MKIV: --- \starttext \startquotation \input tufte \stopquotation \stoptext --- The closing delimiter should be placed on the same line. This isn’t a bug, the included file ends the paragraph before \stopquotation adds the right

Re: [NTG-context] delimitedtext, spacebefore and grid

2011-02-14 Thread Wolfgang Schuster
Am 14.02.2011 um 12:20 schrieb Oliver Buerschaper: Unfortunately introducing a \blank just before the last \input tufte in the above example breaks grid alignment. The afterspace-value from \stopzitat is ignored with your \blank and you get only one empty line while you need one and a half

[NTG-context] Chapter Command causes ToC to not display correctly

2011-02-14 Thread Tom
The code below seems to work fine when the first MyChapterCommand is commented out and the second one is active. However, when the first one is active and the second one is commented out, the ToC does not display properly. What could be causing this to happen? I know that the first

Re: [NTG-context] delimitedtext, spacebefore and grid

2011-02-14 Thread Oliver Buerschaper
Unfortunately introducing a \blank just before the last \input tufte in the above example breaks grid alignment. The afterspace-value from \stopzitat is ignored with your \blank and you get only one empty line while you need one and a half (one from the \blank command and a half from

Re: [NTG-context] delimitedtext, spacebefore and grid

2011-02-14 Thread Oliver Buerschaper
In the long run would it be possible in grid mode to have \blank insert 1+x lines of vertical space where x is adjusted such that the following material is aligned on the grid? … or simply make it not swallow the previous halfline correction from the quotation? Oliver

Re: [NTG-context] Bug

2011-02-14 Thread Peter Münster
Oliver Buerschaper oliver.buerscha...@mpq.mpg.de writes: I was wondering because not too long ago (e.g. 2010.11.12 18:22 MKIV) this didn't happen… are included files now automatically terminated by an implicit \par? Personally I would find that confusing. No answer to your question, just a

[NTG-context] korean (was Re: ntg-context Digest, Vol 80, Issue 49)

2011-02-14 Thread Hans Hagen
On 12-2-2011 5:08, Jeong Dalyoung wrote: the order should be ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ Ok, I now use a slightly different method. There's a new beta: - new experimental korean sorter - reworked mp extension mechanism (to better suit Mojca's gnuplot torture test) - hopefully

Re: [NTG-context] delimitedtext, spacebefore and grid

2011-02-14 Thread Wolfgang Schuster
Am 14.02.2011 um 18:18 schrieb Oliver Buerschaper: In the long run would it be possible in grid mode to have \blank insert 1+x lines of vertical space where x is adjusted such that the following material is aligned on the grid? … or simply make it not swallow the previous halfline

Re: [NTG-context] Bug

2011-02-14 Thread Wolfgang Schuster
Am 14.02.2011 um 12:25 schrieb Oliver Buerschaper: I was wondering because not too long ago (e.g. 2010.11.12 18:22 MKIV) this didn't happen… are included files now automatically terminated by an implicit \par? Personally I would find that confusing. Can be a bug in luatex because i can’t

Re: [NTG-context] Bug

2011-02-14 Thread Hans Hagen
On 14-2-2011 7:08, Wolfgang Schuster wrote: Am 14.02.2011 um 12:25 schrieb Oliver Buerschaper: I was wondering because not too long ago (e.g. 2010.11.12 18:22 MKIV) this didn't happen… are included files now automatically terminated by an implicit \par? Personally I would find that

[NTG-context] curly bracket different values (entries)

2011-02-14 Thread Pau
Hello, I am trying to get something like the x_n equation here (second one): http://latex.knobs-dials.com/images/47c5c3f63c4c9dcbdf4b4b4e362b01d00b8cb62b.100.png but I am failing... this is my pathetic trial... any help would be appreciated. Thanks! \placeformula \startformula \phi^{N(n)}_m =

[NTG-context] using · in math mode

2011-02-14 Thread Paul Menzel
Dear ConTeXt folks, I am using the Neo keyboard layout [1], which enables me to directly enter several UTF-8 characters. The dot »·« is one of those characters [2] and I like to use it in math mode instead of `\cdot`. But in math mode it is some kind of bold lower dot (see attachment) and not

[NTG-context] Chapters not sowing up in ToC

2011-02-14 Thread Tom
When attempting to place only the chapter number on the first page of a chapter, the chapters do not appear in the ToC the ToC does not display. Inserting #2 just before the last } in the definition for MyChapterCommand causes the ToC to appear with chapter names although it and the chapters are

[NTG-context] Problems with (features of?) hangaround text

2011-02-14 Thread Procházka Lukáš
Hello, I'd need to place a picture and let it be flowed by some text from the right side. My observation is that only one (= the first) paragraph flows the picture correctly (see the \input tufte only case); see the attached example. It there a way how to: - enable heads (e.g. \subject) in

Re: [NTG-context] curly bracket different values (entries)

2011-02-14 Thread Pau
\startformula \phi^{N(n)}_m = \startmathcases \NC \phi^{R(n)}_m \MC \text{inside the worldtube}\NR \MC \text{outside the worldtube}\NR \NC 1 \stopmathcases \stopformula Oh, thanks a lot, man! On 14 February 2011 20:27, Pau vim.u...@googlemail.com wrote: Hello, I am

Re: [NTG-context] references

2011-02-14 Thread Hans Hagen
On 14-2-2011 8:32, Florian Wobbe wrote: Of cause, but I didn't want to include Figure in the link. Never mind, as long as I can work around this with a reference format. fyi: you can say autocase=yes so that e.g. page becomes Page when it ends up at the beginning of a line. Hans

Re: [NTG-context] Bug

2011-02-14 Thread Hans Hagen
On 14-2-2011 6:34, Peter Münster wrote: Oliver Buerschaperoliver.buerscha...@mpq.mpg.de writes: I was wondering because not too long ago (e.g. 2010.11.12 18:22 MKIV) this didn't happen… are included files now automatically terminated by an implicit \par? Personally I would find that

Re: [NTG-context] using · in math mode

2011-02-14 Thread Aditya Mahajan
On Mon, 14 Feb 2011, Paul Menzel wrote: Dear ConTeXt folks, I am using the Neo keyboard layout [1], which enables me to directly enter several UTF-8 characters. The dot »·« is one of those characters [2] and I like to use it in math mode instead of `\cdot`. But in math mode it is some kind

Re: [NTG-context] Problems with (features of?) hangaround text

2011-02-14 Thread Aditya Mahajan
On Mon, 14 Feb 2011, Procházka Lukáš wrote: Hello, I'd need to place a picture and let it be flowed by some text from the right side. My observation is that only one (= the first) paragraph flows the picture correctly (see the \input tufte only case); see the attached example. It there a

Re: [NTG-context] using · in math mode

2011-02-14 Thread Hans Hagen
On 15-2-2011 12:07, Aditya Mahajan wrote: On Mon, 14 Feb 2011, Paul Menzel wrote: Dear ConTeXt folks, I am using the Neo keyboard layout [1], which enables me to directly enter several UTF-8 characters. The dot »·« is one of those characters [2] and I like to use it in math mode instead of

[NTG-context] Stretching chapter titles - MKII

2011-02-14 Thread Tom
Follows is some code that executes. The lines immediately following \starttext create a sample of the desired output format. However, I want to accomplish similar results for chapter titles via the passing of arguments containing the chapter title and number. Numerous attempts at that have

Re: [NTG-context] Problems with (features of?) hangaround text

2011-02-14 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, thanks Aditya, \placefigure does the job: - multiple paragraphs flow the picture - OK, - heads may flow the picture as well (\setupheads[aligntitle=float] required) - OK, - tabulate is still drawn over the picture, but it doesn't cause jumping to the bottom of the picture - useful.

Re: [NTG-context] Problems with (features of?) hangaround text (case study 2)

2011-02-14 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, still some problems inserting a tabulate next to the picture (to be flowed around) - see the case study: - Case 1: There is some (unwanted) space bellow the picture which is not occupied by the surrounding text. It seems the height of tabulate is added bellow the picture and creates

Re: [NTG-context] Stretching chapter titles - MKII

2011-02-14 Thread Hans Hagen
On 15-2-2011 1:45, Tom wrote: Follows is some code that executes. The lines immediately following \starttext create a sample of the desired output format. However, I want to accomplish similar results for chapter titles via the passing of arguments containing the chapter title and number.