* styling part of an index entry @ 2021-01-07 22:29 jbf 2021-01-07 22:46 ` Jairo A. del Rio 0 siblings, 1 reply; 7+ messages in thread From: jbf @ 2021-01-07 22:29 UTC (permalink / raw) To: mailing list for ConTeXt users [-- Attachment #1.1: Type: text/plain, Size: 710 bytes --] I'm wondering if further progress has been made in Mk IV on styling parts of an index (register) entry? I have followed the explanation on the wiki, but do not seem to be able to achieve what I need. And what I need is to be able to italicise entries that refer to newspaper names, e.g. The Observer MWE \defineregister[myindex] \defineprocessor[style][style=italic] \starttext In \myindex{style->Observer, The} {\em The Observer} of 31 July 2018 \stoptext The only result I am getting is: ->Observer, The 223 But what I want is /Observer, The/ (in other words, in italics). Clearly I am doing something wrong, or not enough, or... maybe there is another way to achieve waht I need? Julian [-- Attachment #1.2: Type: text/html, Size: 1042 bytes --] [-- Attachment #2: Type: text/plain, Size: 493 bytes --] ___________________________________________________________________________________ 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 ___________________________________________________________________________________ ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: styling part of an index entry 2021-01-07 22:29 styling part of an index entry jbf @ 2021-01-07 22:46 ` Jairo A. del Rio 2021-01-07 23:01 ` jbf 2021-01-07 23:01 ` jbf 0 siblings, 2 replies; 7+ messages in thread From: Jairo A. del Rio @ 2021-01-07 22:46 UTC (permalink / raw) To: mailing list for ConTeXt users [-- Attachment #1.1: Type: text/plain, Size: 1686 bytes --] Hi. In latest LMTX (2021.01.07 16:59), your example works as expected: \defineregister[myindex] \defineprocessor[style][style=italic]%Isn't another name available? \starttext In \myindex{style->Observer, The}{\em The Observer} of 31 July 2018 \placemyindex% \stoptext Jairo El jue, 7 de ene. de 2021 a la(s) 17:29, jbf (roma83537@gmail.com) escribió: > I'm wondering if further progress has been made in Mk IV on styling parts > of an index (register) entry? I have followed the explanation on the wiki, > but do not seem to be able to achieve what I need. > > And what I need is to be able to italicise entries that refer to newspaper > names, e.g. The Observer > > MWE > > \defineregister[myindex] > \defineprocessor[style][style=italic] > > \starttext > > In \myindex{style->Observer, The} {\em The Observer} of 31 July 2018 > > \stoptext > > The only result I am getting is: > > ->Observer, The 223 > > But what I want is *Observer, The* (in other words, in italics). > > Clearly I am doing something wrong, or not enough, or... maybe there is > another way to achieve waht I need? > > Julian > > ___________________________________________________________________________________ > 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 > > ___________________________________________________________________________________ > [-- Attachment #1.2: Type: text/html, Size: 3087 bytes --] [-- Attachment #2: Type: text/plain, Size: 493 bytes --] ___________________________________________________________________________________ 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 ___________________________________________________________________________________ ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: styling part of an index entry 2021-01-07 22:46 ` Jairo A. del Rio @ 2021-01-07 23:01 ` jbf 2021-01-07 23:01 ` jbf 1 sibling, 0 replies; 7+ messages in thread From: jbf @ 2021-01-07 23:01 UTC (permalink / raw) To: Jairo A. del Rio; +Cc: mailing list for ConTeXt users [-- Attachment #1.1: Type: text/plain, Size: 2895 bytes --] Thanks Jairo, with some tweaking I now have it working ( I had \placeindex instead of \placemyindex! And altered the 'style' name to something else as you hinted I should). Now, this might be asking too much of ConTeXt, but some Newspaper names don't italicise the 'The', only the main name. Is it possible, do you think, to get the -> operator to work only on, say 'Observer' and not 'The', and for that matter not on the page number as well? Perhaps not, but worth asking the question anyway! Julian On 8/1/21 9:46 am, Jairo A. del Rio wrote: > Hi. In latest LMTX (2021.01.07 16:59), your example works as expected: > > \defineregister[myindex] > > \defineprocessor[style][style=italic]%Isn't another name available? > > \starttext > > In \myindex{style->Observer, The}{\em The Observer} of 31 July 2018 > > \placemyindex% > > \stoptext > > Jairo > > > El jue, 7 de ene. de 2021 a la(s) 17:29, jbf (roma83537@gmail.com > <mailto:roma83537@gmail.com>) escribió: > > I'm wondering if further progress has been made in Mk IV on > styling parts of an index (register) entry? I have followed the > explanation on the wiki, but do not seem to be able to achieve > what I need. > > And what I need is to be able to italicise entries that refer to > newspaper names, e.g. The Observer > > MWE > > \defineregister[myindex] > \defineprocessor[style][style=italic] > > \starttext > > In \myindex{style->Observer, The} {\em The Observer} of 31 July 2018 > > \stoptext > > The only result I am getting is: > > ->Observer, The 223 > > But what I want is /Observer, The/ (in other words, in italics). > > Clearly I am doing something wrong, or not enough, or... maybe > there is another way to achieve waht I need? > > Julian > > ___________________________________________________________________________________ > If your question is of interest to others as well, please add an > entry to the Wiki! > > maillist : ntg-context@ntg.nl <mailto: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 > ___________________________________________________________________________________ > > > ___________________________________________________________________________________ > 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 > ___________________________________________________________________________________ [-- Attachment #1.2: Type: text/html, Size: 5808 bytes --] [-- Attachment #2: Type: text/plain, Size: 493 bytes --] ___________________________________________________________________________________ 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 ___________________________________________________________________________________ ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: styling part of an index entry 2021-01-07 22:46 ` Jairo A. del Rio 2021-01-07 23:01 ` jbf @ 2021-01-07 23:01 ` jbf 2021-01-08 1:19 ` Jairo A. del Rio 1 sibling, 1 reply; 7+ messages in thread From: jbf @ 2021-01-07 23:01 UTC (permalink / raw) To: Jairo A. del Rio; +Cc: mailing list for ConTeXt users [-- Attachment #1.1: Type: text/plain, Size: 2895 bytes --] Thanks Jairo, with some tweaking I now have it working ( I had \placeindex instead of \placemyindex! And altered the 'style' name to something else as you hinted I should). Now, this might be asking too much of ConTeXt, but some Newspaper names don't italicise the 'The', only the main name. Is it possible, do you think, to get the -> operator to work only on, say 'Observer' and not 'The', and for that matter not on the page number as well? Perhaps not, but worth asking the question anyway! Julian On 8/1/21 9:46 am, Jairo A. del Rio wrote: > Hi. In latest LMTX (2021.01.07 16:59), your example works as expected: > > \defineregister[myindex] > > \defineprocessor[style][style=italic]%Isn't another name available? > > \starttext > > In \myindex{style->Observer, The}{\em The Observer} of 31 July 2018 > > \placemyindex% > > \stoptext > > Jairo > > > El jue, 7 de ene. de 2021 a la(s) 17:29, jbf (roma83537@gmail.com > <mailto:roma83537@gmail.com>) escribió: > > I'm wondering if further progress has been made in Mk IV on > styling parts of an index (register) entry? I have followed the > explanation on the wiki, but do not seem to be able to achieve > what I need. > > And what I need is to be able to italicise entries that refer to > newspaper names, e.g. The Observer > > MWE > > \defineregister[myindex] > \defineprocessor[style][style=italic] > > \starttext > > In \myindex{style->Observer, The} {\em The Observer} of 31 July 2018 > > \stoptext > > The only result I am getting is: > > ->Observer, The 223 > > But what I want is /Observer, The/ (in other words, in italics). > > Clearly I am doing something wrong, or not enough, or... maybe > there is another way to achieve waht I need? > > Julian > > ___________________________________________________________________________________ > If your question is of interest to others as well, please add an > entry to the Wiki! > > maillist : ntg-context@ntg.nl <mailto: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 > ___________________________________________________________________________________ > > > ___________________________________________________________________________________ > 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 > ___________________________________________________________________________________ [-- Attachment #1.2: Type: text/html, Size: 5808 bytes --] [-- Attachment #2: Type: text/plain, Size: 493 bytes --] ___________________________________________________________________________________ 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 ___________________________________________________________________________________ ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: styling part of an index entry 2021-01-07 23:01 ` jbf @ 2021-01-08 1:19 ` Jairo A. del Rio 2021-01-08 1:56 ` jbf 0 siblings, 1 reply; 7+ messages in thread From: Jairo A. del Rio @ 2021-01-08 1:19 UTC (permalink / raw) To: jbf; +Cc: mailing list for ConTeXt users [-- Attachment #1.1: Type: text/plain, Size: 3822 bytes --] Oh, I would do it another way, as processors aren't very happy with commands which split "strings". The drawback of my quick and dirty method is the need for additional commands, but I hope this will be useful. \defineregister[myindex] %Sorry for the funny names \def\myindexspaced#1{% \splitstring{#1}\at{ }\to\myindexoneone\and\myindexonetwo% \myindex[\myindexonetwo,\myindexoneone]{\myindexonetwo,\space\emph{\myindexoneone}}% } \def\myindexcomma#1{% \splitstring{#1}\at,\to\myindextwoone\and\myindextwotwo% \myindex[#1]{\myindextwoone,\emph{\myindextwotwo}}% } \starttext In \myindexspaced{The Observer}{\em The Observer} of 31 July 2018... In \myindexcomma{Onion, The}{\em The Onion} of 31 July 2018... \placemyindex% \stoptext Maybe someone else in the list has a cleaner alternative? Cordially, Jairo El jue, 7 de ene. de 2021 a la(s) 18:01, jbf (roma83537@gmail.com) escribió: > Thanks Jairo, with some tweaking I now have it working ( I had \placeindex > instead of \placemyindex! And altered the 'style' name to something else as > you hinted I should). > > Now, this might be asking too much of ConTeXt, but some Newspaper names > don't italicise the 'The', only the main name. Is it possible, do you > think, to get the -> operator to work only on, say 'Observer' and not > 'The', and for that matter not on the page number as well? Perhaps not, but > worth asking the question anyway! > > Julian > On 8/1/21 9:46 am, Jairo A. del Rio wrote: > > Hi. In latest LMTX (2021.01.07 16:59), your example works as expected: > > \defineregister[myindex] > > \defineprocessor[style][style=italic]%Isn't another name available? > > \starttext > > In \myindex{style->Observer, The}{\em The Observer} of 31 July 2018 > > \placemyindex% > > \stoptext > > Jairo > > El jue, 7 de ene. de 2021 a la(s) 17:29, jbf (roma83537@gmail.com) > escribió: > >> I'm wondering if further progress has been made in Mk IV on styling parts >> of an index (register) entry? I have followed the explanation on the wiki, >> but do not seem to be able to achieve what I need. >> >> And what I need is to be able to italicise entries that refer to >> newspaper names, e.g. The Observer >> >> MWE >> >> \defineregister[myindex] >> \defineprocessor[style][style=italic] >> >> \starttext >> >> In \myindex{style->Observer, The} {\em The Observer} of 31 July 2018 >> >> \stoptext >> >> The only result I am getting is: >> >> ->Observer, The 223 >> >> But what I want is *Observer, The* (in other words, in italics). >> >> Clearly I am doing something wrong, or not enough, or... maybe there is >> another way to achieve waht I need? >> >> Julian >> >> ___________________________________________________________________________________ >> 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 >> >> ___________________________________________________________________________________ >> > > ___________________________________________________________________________________ > 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 > ___________________________________________________________________________________ > > [-- Attachment #1.2: Type: text/html, Size: 8048 bytes --] [-- Attachment #2: Type: text/plain, Size: 493 bytes --] ___________________________________________________________________________________ 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 ___________________________________________________________________________________ ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: styling part of an index entry 2021-01-08 1:19 ` Jairo A. del Rio @ 2021-01-08 1:56 ` jbf 2021-01-08 4:45 ` Aditya Mahajan 0 siblings, 1 reply; 7+ messages in thread From: jbf @ 2021-01-08 1:56 UTC (permalink / raw) To: Jairo A. del Rio; +Cc: ntg >> mailing list for ConTeXt users [-- Attachment #1.1: Type: text/plain, Size: 4633 bytes --] Very useful! And I'll be on the lookout for a newspaper called The Onion :-) one that I presume would bring you to tears. And yes, had discovered that processors don't like split 'strings'!! But I would never have worked out your definition on my own, but it offers me ideas for other variations on the them. Many thanks Julian On 8/1/21 12:19 pm, Jairo A. del Rio wrote: > > Oh, I would do it another way, as processors aren't very happy with > commands which split "strings". The drawback of my quick and dirty > method is the need for additional commands, but I hope this will be > useful. > > \defineregister[myindex] > > %Sorry for the funny names > > \def\myindexspaced#1{% > > \splitstring{#1}\at{ }\to\myindexoneone\and\myindexonetwo% > > \myindex[\myindexonetwo,\myindexoneone]{\myindexonetwo,\space\emph{\myindexoneone}}% > > } > > \def\myindexcomma#1{% > > \splitstring{#1}\at,\to\myindextwoone\and\myindextwotwo% > > \myindex[#1]{\myindextwoone,\emph{\myindextwotwo}}% > > } > > \starttext > > In \myindexspaced{The Observer}{\em The Observer} of 31 July 2018... > > In \myindexcomma{Onion, The}{\em The Onion} of 31 July 2018... > > \placemyindex% > > \stoptext > > Maybe someone else in the list has a cleaner alternative? > > Cordially, > > Jairo > > > El jue, 7 de ene. de 2021 a la(s) 18:01, jbf (roma83537@gmail.com > <mailto:roma83537@gmail.com>) escribió: > > Thanks Jairo, with some tweaking I now have it working ( I had > \placeindex instead of \placemyindex! And altered the 'style' name > to something else as you hinted I should). > > Now, this might be asking too much of ConTeXt, but some Newspaper > names don't italicise the 'The', only the main name. Is it > possible, do you think, to get the -> operator to work only on, > say 'Observer' and not 'The', and for that matter not on the page > number as well? Perhaps not, but worth asking the question anyway! > > Julian > > On 8/1/21 9:46 am, Jairo A. del Rio wrote: >> Hi. In latest LMTX (2021.01.07 16:59), your example works as >> expected: >> >> \defineregister[myindex] >> >> \defineprocessor[style][style=italic]%Isn't another name available? >> >> \starttext >> >> In \myindex{style->Observer, The}{\em The Observer} of 31 July 2018 >> >> \placemyindex% >> >> \stoptext >> >> Jairo >> >> >> El jue, 7 de ene. de 2021 a la(s) 17:29, jbf (roma83537@gmail.com >> <mailto:roma83537@gmail.com>) escribió: >> >> I'm wondering if further progress has been made in Mk IV on >> styling parts of an index (register) entry? I have followed >> the explanation on the wiki, but do not seem to be able to >> achieve what I need. >> >> And what I need is to be able to italicise entries that refer >> to newspaper names, e.g. The Observer >> >> MWE >> >> \defineregister[myindex] >> \defineprocessor[style][style=italic] >> >> \starttext >> >> In \myindex{style->Observer, The} {\em The Observer} of 31 >> July 2018 >> >> \stoptext >> >> The only result I am getting is: >> >> ->Observer, The 223 >> >> But what I want is /Observer, The/ (in other words, in italics). >> >> Clearly I am doing something wrong, or not enough, or... >> maybe there is another way to achieve waht I need? >> >> Julian >> >> ___________________________________________________________________________________ >> If your question is of interest to others as well, please add >> an entry to the Wiki! >> >> maillist : ntg-context@ntg.nl <mailto: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 >> ___________________________________________________________________________________ >> >> >> ___________________________________________________________________________________ >> If your question is of interest to others as well, please add an entry to the Wiki! >> >> maillist :ntg-context@ntg.nl <mailto: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 >> ___________________________________________________________________________________ > [-- Attachment #1.2: Type: text/html, Size: 10290 bytes --] [-- Attachment #2: Type: text/plain, Size: 493 bytes --] ___________________________________________________________________________________ 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 ___________________________________________________________________________________ ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: styling part of an index entry 2021-01-08 1:56 ` jbf @ 2021-01-08 4:45 ` Aditya Mahajan 0 siblings, 0 replies; 7+ messages in thread From: Aditya Mahajan @ 2021-01-08 4:45 UTC (permalink / raw) To: mailing list for ConTeXt users [-- Attachment #1: Type: text/plain, Size: 217 bytes --] On Fri, 8 Jan 2021, jbf wrote: > Very useful! And I'll be on the lookout for a newspaper called The Onion :-) > one that I presume would bring you to tears. Oh, it does: https://www.theonion.com/ Aditya [-- Attachment #2: Type: text/plain, Size: 493 bytes --] ___________________________________________________________________________________ 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 ___________________________________________________________________________________ ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2021-01-08 4:45 UTC | newest] Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2021-01-07 22:29 styling part of an index entry jbf 2021-01-07 22:46 ` Jairo A. del Rio 2021-01-07 23:01 ` jbf 2021-01-07 23:01 ` jbf 2021-01-08 1:19 ` Jairo A. del Rio 2021-01-08 1:56 ` jbf 2021-01-08 4:45 ` Aditya Mahajan
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).