ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Richard Mahoney | Indica et Buddhica <r.mahoney@indica-et-buddhica.org>
To: ntg-context@ntg.nl
Subject: Re: Coding for new Unicode characters
Date: Sun, 29 Dec 2019 15:50:19 +1300	[thread overview]
Message-ID: <885bdebceaf389130ccfb845afd169a2f2256727.camel@indica-et-buddhica.org> (raw)
In-Reply-To: <32ab329beeffc85dbb84f2372e6837c494f908ee.camel@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=textcedilla

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 <ntg-context@ntg.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: [NTG-context] Coding for new Unicode characters
Date: Sun, 29 Dec 2019 12:52:18 +1300
Mailer: Evolution 3.32.4 
Organization: Indica et Buddhica

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



___________________________________________________________________________________
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
___________________________________________________________________________________

  reply	other threads:[~2019-12-29  2:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-28 23:52 Richard Mahoney | Indica et Buddhica
2019-12-29  2:50 ` Richard Mahoney | Indica et Buddhica [this message]
2019-12-29 10:56   ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=885bdebceaf389130ccfb845afd169a2f2256727.camel@indica-et-buddhica.org \
    --to=r.mahoney@indica-et-buddhica.org \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).