[NTG-context] Combination maxwidth

2014-03-07 Thread pol stra
Hello, I tried to use a combination in a placefigure command with two figures side by side: \placefigure[2][ref]{figure caption} {\startcombination {subcaption 1} {\externalfigure[myfigure1]} {subcaption 2} {\externalfigure[myfigure2]} \stopcombination } But the result

[NTG-context] new beta

2014-03-07 Thread Hans Hagen
Hi, I uploaded a new beta. Apart from the usual 'improvements' and a few 'fulfilled wishes' the main difference is in some optimized register generation code: in the crited project we're dealing with tens of thousands of different index entries and that gave problems with luajittex (first of

[NTG-context] struggling with section headers

2014-03-07 Thread Henning Hraban Ramm
Hi again, I got a few different problems related to my section headers. I use \startsection[title={Something}] … \stopsection, but not \startparagraph, in case that matters. (Latest MkIV beta on OSX.) I need grid typesetting and use the same line spacing for body text and section headers

Re: [NTG-context] What’s wrong with \nomarking{\crlf}?

2014-03-07 Thread Henning Hraban Ramm
Am 2014-03-06 um 19:16 schrieb Wolfgang Schuster schuster.wolfg...@gmail.com: Am 06.03.2014 um 11:02 schrieb Thangalin thanga...@gmail.com: \nomarking is currently broken and will likely be removed from mkiv; use \select instead… You don’t need select, when you use MkIV you can set

Re: [NTG-context] Columns and clubpenalty problem

2014-03-07 Thread Thomas Floeren
On 04.02.2014, at 14:52, Thomas Floeren t...@mac.com wrote: Hi, with the recent Betas, and the Current, I have a problem with columns and clubpenalty. In the following minimal the long item (item 1) will introduce a column break (instead of a simple line break): \def

[NTG-context] Problem using the new buildin simplefont \definefontfamily with OTF fonts

2014-03-07 Thread 罗晨星
I am using Ubuntu 13.10 with ConTeXt daily build and LuaTeX daily build. My ConTeXt version is 2014.02.14 17:07, LuaTeX version beta-0.78.3 (TeX Live 2014/dev/Debian) (rev 4850) . While there are some problems with using the newly added feature of build-in support of simplefonts. I was using

Re: [NTG-context] new beta

2014-03-07 Thread Pablo Rodriguez
On 03/07/2014 12:14 PM, Hans Hagen wrote: Hi, I uploaded a new beta. Many thanks for it, Hans. The following sample worked (partially) with previous beta: \starttext \startTEXpage[offset=1em] ``---'' `--' \stopTEXpage \stoptext Many thanks for your help, Pablo --

Re: [NTG-context] new beta

2014-03-07 Thread Pablo Rodriguez
On 03/07/2014 12:14 PM, Hans Hagen wrote: Hi, I uploaded a new beta. Hans, I’m afraid I have just found another two issues in the new beta. \setupdirections[bidi=on] \definefontfamily[mainface][serif][FreeSerif] \setupbodyfont[mainface] \starttext \dorecurse{5}{\index{one}A text in

Re: [NTG-context] [Index] Indenting long primaries after secondaries

2014-03-07 Thread Jan Tosovsky
On 2014-02-26 Jan Tosovsky wrote: when a long primary is preceded with the secondary or tertiary index entry, the second line is not indented as usual, see the following example: \setupregister[balance=no] \starttext \index{primary+secondary+tertiary} \index[primary

Re: [NTG-context] new beta

2014-03-07 Thread Hans Hagen
On 3/7/2014 6:17 PM, Pablo Rodriguez wrote: On 03/07/2014 12:14 PM, Hans Hagen wrote: Hi, I uploaded a new beta. Hans, I’m afraid I have just found another two issues in the new beta. \setupdirections[bidi=on] \definefontfamily[mainface][serif][FreeSerif] \setupbodyfont[mainface]

Re: [NTG-context] new beta

2014-03-07 Thread Hans Hagen
On 3/7/2014 6:17 PM, Pablo Rodriguez wrote: \setupdirections[bidi=on] seems not to work. Removing the command gives the same results. indeed, already for a while i think ... buglet introduced during optimization a while ago (resulting in not enabling) Hans