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 all a memory issue due to limitations in luajit, after that a 20 fold slowdown thanks to poor hashing) but Luigi and I were able to sort that out. If you use luajittex and run into memory issues (indicated by the inability to load the tuc file) you can say \setupregister[index][referencemethod=forward] given that you never place an index before the entries are defined. If you use luajittex and it's way too slow, then wait till the updated binaries are released. (Or just use luatex). 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 -----------------------------------------------------------------
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 -- http://www.ousia.tk
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 \index{one}classical Hebrew : בְּרֵאשִׁ֖ית בָּרָ֣א אֱלֹהִ֑ים אֵ֥ת הַשָּׁמַ֖יִם וְאֵ֥ת הָאָֽרֶץ׃. \page} \completeindex \stoptext \setupdirections[bidi=on] seems not to work. Removing the command gives the same results. The index entries have no space after the comma that separate the pages. Many thanks for your help, Pablo -- http://www.ousia.tk
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] \starttext \dorecurse{5}{\index{one}A text in \index{one}classical Hebrew : בְּרֵאשִׁ֖ית בָּרָ֣א אֱלֹהִ֑ים אֵ֥ת הַשָּׁמַ֖יִם וְאֵ֥ת הָאָֽרֶץ׃. \page} \completeindex \stoptext
\setvalue{\??registersymbol n}% {\def\registerpageseparatorsymbol{,\space}} \setvalue{\??registersymbol a}% {\def\registerpageseparatorsymbol{,\space}} % now done via conversion ----------------------------------------------------------------- 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 -----------------------------------------------------------------
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 ----------------------------------------------------------------- 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 (2)
-
Hans Hagen
-
Pablo Rodriguez