Re: [NTG-context] registers, how to ignore quote marks
Well done Adam - or should I say well read in the Wiki! For all my reading of it I still hadn't cottoned on to that. There are several of these cases, but I have been able to fix them all now. Thank you. Any thoughts (but I'm pretty sure this isn't fully explained in the wiki) how I can get part of the index entry in italics and part normal? That might be a bit more difficult I think. Julian
Am 29.01.22 um 06:23 schrieb jbf via ntg-context:
Any thoughts (but I'm pretty sure this isn't fully explained in the wiki) how I can get part of the index entry in italics and part normal? That might be a bit more difficult I think.
If you want to format the page number or the whole entry, you can use processors. But if you want to format only parts of the entry, I don’t see an other solution than to use formatting in the entry and set the sort entry to the unformatted version like: \index[myindexentry]{{\it my} index entry} otherwise the name of the used commands/macros is used for the index ordering. Hraban
Thanks for this response. I'll have to work on this (but tomorrow... it's late at night for me at the moment). I can see part of what you mean: I can use, for example \index[myindex]{\it Book title} (Book Author) and get the correct result, but not sorted properly, so I have to understand how, as you say, to 'set the sort entry to the unformatted version' which is not clear to me at the moment. I'll tackle it on the morrow when I'm thinking more clearly! Julian On 29/1/22 20:43, Henning Hraban Ramm via ntg-context wrote:
Am 29.01.22 um 06:23 schrieb jbf via ntg-context:
Any thoughts (but I'm pretty sure this isn't fully explained in the wiki) how I can get part of the index entry in italics and part normal? That might be a bit more difficult I think.
If you want to format the page number or the whole entry, you can use processors. But if you want to format only parts of the entry, I don’t see an other solution than to use formatting in the entry and set the sort entry to the unformatted version like:
\index[myindexentry]{{\it my} index entry}
otherwise the name of the used commands/macros is used for the index ordering.
Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
Thanks for this response. I'll have to work on this (but tomorrow... it's late at night for me at the moment). I can see part of what you mean: I can use, for example \index[myindex]{\it Book title} (Book Author) and get the correct result, but not sorted properly, so I have to understand how, as you say, to 'set the sort entry to the unformatted version' which is not clear to me at the moment. I'll tackle it on the morrow when I'm thinking more clearly!
On 1/29/2022 11:02 AM, jbf via ntg-context wrote: there is key and entry with key between [] when sorting, the key wins but because there can be duplicates the entry itself is also part of the final sort key the accumulates sort key is sanitized and after that sorting happens in several stages (these can be defined / adapted) according to language, taking numbers into account and finally using the unicode ordering ... you can fool the system by messing with the [key] it's not the easiest subsystem (but it has a long history ... as with many subsystems the principles are not much different than mkii and the code seldom changes but of course evolved) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
The several responses to my floundering with the register have been very helpful, though I would have to confess that I have ended up 'messing with' things (suggested by Hans re the [key]) and getting a satisfactory result in almost every case without always understanding why. But I can say that I have the 'sorting' issue resolved if it is a main entry, including if that entry is surrounded by quote marks or has one part of that entry formatted differently (e.g. italics). But I don't seem able to apply this to subentries! I cannot solve the sorting of subentries that have special features (e.g. I might have needed italics for part of a subentry, or the subentry is surrounded by quote marks). Here are my two situations (and in each case they appear out of alphabetical order in the subentry list): 1. \index{animals+‘special kinds’}: in this case ‘special kinds’ appears in the subentry list at the bottom of the list, after one that starts with 'v'. I 'messed with' this by adding keys, e.g., \index[Animals] etc. but the item disappeared from the index altogether. 2. \index{Plenary Council+{\it periti} (experts)}: in this case it is the italicised /periti/ that appears out of place, after the letter 'i' rather than after 'p'. Again I tried putting various keys but this did not help. I guess my confusion is this: I assumed that the [key] establishes the literal string which determines sort order. That seems to be the case for a main entry. How do I get it to work for a subentry? Julian On 29/1/22 21:39, Hans Hagen wrote:
Thanks for this response. I'll have to work on this (but tomorrow... it's late at night for me at the moment). I can see part of what you mean: I can use, for example \index[myindex]{\it Book title} (Book Author) and get the correct result, but not sorted properly, so I have to understand how, as you say, to 'set the sort entry to the unformatted version' which is not clear to me at the moment. I'll tackle it on the morrow when I'm thinking more clearly!
On 1/29/2022 11:02 AM, jbf via ntg-context wrote: there is key and entry with key between []
when sorting, the key wins but because there can be duplicates the entry itself is also part of the final sort key
the accumulates sort key is sanitized and after that sorting happens in several stages (these can be defined / adapted) according to language, taking numbers into account and finally using the unicode ordering ...
you can fool the system by messing with the [key]
it's not the easiest subsystem (but it has a long history ... as with many subsystems the principles are not much different than mkii and the code seldom changes but of course evolved)
Hans
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
On 1/30/2022 1:30 AM, jbf wrote:
The several responses to my floundering with the register have been very helpful, though I would have to confess that I have ended up 'messing with' things (suggested by Hans re the [key]) and getting a satisfactory result in almost every case without always understanding why. But I can say that I have the 'sorting' issue resolved if it is a main entry, including if that entry is surrounded by quote marks or has one part of that entry formatted differently (e.g. italics).
But I don't seem able to apply this to subentries! I cannot solve the sorting of subentries that have special features (e.g. I might have needed italics for part of a subentry, or the subentry is surrounded by quote marks).
Here are my two situations (and in each case they appear out of alphabetical order in the subentry list):
1. \index{animals+‘special kinds’}: in this case ‘special kinds’ appears in the subentry list at the bottom of the list, after one that starts with 'v'. I 'messed with' this by adding keys, e.g., \index[Animals] etc. but the item disappeared from the index altogether.
2. \index{Plenary Council+{\it periti} (experts)}: in this case it is the italicised /periti/ that appears out of place, after the letter 'i' rather than after 'p'. Again I tried putting various keys but this did not help.
I guess my confusion is this: I assumed that the [key] establishes the literal string which determines sort order. That seems to be the case for a main entry. How do I get it to work for a subentry? just provide an extra key:
key+subkey Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Henning Hraban Ramm
-
jbf