Coding for new Unicode characters
I am using Latin Modern Roman to typeset some proceedings and need the following characters in regular, italic, and small caps: Character: ṉ U+1E49 Name: LATIN SMALL LETTER N WITH LINE BELOW Character: Ṉ U+1E48 Name: LATIN CAPITAL LETTER N WITH LINE BELOW Character: ḻ U+1E3B Name: LATIN SMALL LETTER L WITH LINE BELOW Character: Ḻ U+1E3A Name: LATIN CAPITAL LETTER L WITH LINE BELOW Character: ṟ U+1E5F Name: LATIN SMALL LETTER R WITH LINE BELOW Character: Ṟ U+1E5E Name: LATIN CAPITAL LETTER R WITH LINE BELOW These characters are available in Computer Modern Unicode (although not, it seems, in small caps). Still, I would prefer to still with LM. I'm wondering if there is a way in Context to set up these characters on the fly, say with something along the lines of "newunicodechar"? \newunicodechar{<char>}{<code>} \newunicodechar{ā}{\accent"0304 a} newunicodechar -- Definitions of the meaning of Unicode characters https://ctan.org/pkg/newunicodechar?lang=en Best, Richard -- Richard Mahoney | Indica et Buddhica Littledene Bay Road Oxford NZ T: +6433121699 M: +64210640216 r.mahoney@indica-et-buddhica.org https://indica-et-buddhica.org/
Just to say that I seem to have resolved this (& properly I hope).
I read these two pages:
https://www.contextgarden.net/Faking_characters
https://source.contextgarden.net/tex/context/base/mkiv/enco-ini.mkiv?search=...
and have included the following with my setups:
% Additional Characters
\definecharacter llowmacron {\buildtextmacron l}
\definecharacter Llowmacron {\buildtextmacron L}
\definecharacter nlowmacron {\buildtextmacron n}
\definecharacter Nlowmacron {\buildtextmacron N}
\definecharacter rlowmacron {\buildtextmacron r}
\definecharacter Rlowmacron {\buildtextmacron R}
\define\lLM{\llowmacron}
\define\LLM{\Llowmacron}
\define\nLM{\nlowmacron}
\define\NLM{\Nlowmacron}
\define\rLM{\rlowmacron}
\define\RLM{\Rlowmacron}
This seems to do it, although if there is a better way please feel
free to say.
Best, Richard
--
Richard Mahoney | Indica et Buddhica
Littledene Bay Road Oxford NZ
T: +6433121699 M: +64210640216
r.mahoney@indica-et-buddhica.org
https://indica-et-buddhica.org/
-----Original Message-----
From: Richard Mahoney | Indica et Buddhica <
r.mahoney@indica-et-buddhica.org>
Reply-To: mailing list for ConTeXt users
On 12/29/2019 3:50 AM, Richard Mahoney | Indica et Buddhica wrote:
Just to say that I seem to have resolved this (& properly I hope).
I read these two pages:
https://www.contextgarden.net/Faking_characters
https://source.contextgarden.net/tex/context/base/mkiv/enco-ini.mkiv?search=...
and have included the following with my setups:
% Additional Characters \definecharacter llowmacron {\buildtextmacron l} \definecharacter Llowmacron {\buildtextmacron L} \definecharacter nlowmacron {\buildtextmacron n} \definecharacter Nlowmacron {\buildtextmacron N} \definecharacter rlowmacron {\buildtextmacron r} \definecharacter Rlowmacron {\buildtextmacron R}
\define\lLM{\llowmacron} \define\LLM{\Llowmacron} \define\nLM{\nlowmacron} \define\NLM{\Nlowmacron} \define\rLM{\rlowmacron} \define\RLM{\Rlowmacron}
This seems to do it, although if there is a better way please feel free to say. \definefontfeature[default][default][compose=yes]
\starttext ṉṈḻḺṟṞ \stoptext So now you have to wikify both methods ... (this is one of those wiki pages that still describes mkii i guess, but you can ask Pavneet about the best place). 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 (2)
-
Hans Hagen
-
Richard Mahoney | Indica et Buddhica