Re: [NTG-context] [Index] Indenting long primaries after secondaries
On 3/16/2014 6:31 PM, Jan Tosovsky wrote:
On 2014-03-16 Hans Hagen wrote:
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 long]{\dorecurse{5}{primary long }} \index[primary longer]{\dorecurse{5}{primary longer }} % Ok \input{tufte} \completeindex \stoptext
My main wish is fixing that indentation (or offering any workaround).
we get this:
p primary secondary tertiary 1 primary long primary long primary long primary long primary long 1 primary longer primary longer primary longer primary longer primary longer 1
hmm, I was getting different output in ConTeXt-2014.03.07:
p primary secondary tertiary 1 primary long primary long primary long primary long primary long 1 (!!! this was not indented) primary longer primary longer primary longer primary longer primary longer 1
(or see the screenshot)
I've just updated ConTeXt to 2014.03.16 and now it works as expected!
Thanks a lot!
The register mechanism has been adapted a bit and this was probably a positive side effect. Some changes: - using mixed columns - support for: referencemethod=forward (smaller tuc files) - more efficient interactive support (esp when no page numbers) - better keeping entries and subentries together Apart from that the beta has some (small) speed improvements and there will be a slightly different index anchoring once the new version of luatex is available on all platforms. Also, the beta has slightly different low level implementation of some of the interactive features (which can result in more efficient pdf files in some cases). In fact, due to some other changes, pdf files could be smaller anyway. Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (1)
-
Hans Hagen