Jethro Djan schrieb am 29.08.2024 um 21:27:
Dear all,

1. I am trying to define the "pitchfork" unicode character(https://unicodeplus.com/U+22D4) to use in ConTeXt as stated on page 387 of new math manual authored by Hans and Mikael:
\definemathsymbol[pitchfork][relation]["22D4]

It works with some unicode characters and not others (like this character). What can I do to make it work?

1. You forgot to provide a minimal example to reproduce the problem.

2. You need a math which contains the symbol because you can't expect to get each symbol with all of them.

You can run the following sample to see which font contains \pitchfork.

%%%% begin example
\starttext

\doloopoverlist
  {antykwa,
   antykwa-light,
   antykwa-cond,
   bonum,
   cambria,
   concrete,
   dejavu,
   ebgaramond,
   erewhon,
   iwona,
   iwona-light,
   koeieletters,
   kpfonts,
   kurier,
   kurier-light,
   libertinus,
   lucida,
   modern,
   pagella,
   schola,
   stixtwo,
   termes,
   xcharter}
  {\mono{\recursestring:} \begingroup
     \switchtobodyfont[\recursestring]
     \im{\pitchfork}
   \endgroup \par}

\stoptext
%%%% end example

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to