Pablo Rodriguez <mailto:oi...@gmx.es>
29. Februar 2016 um 00:27
Dear list,

I have the following sample:

\definefallbackfamily[mainface][rm][TeX Gyre Pagella][range={⋀}]
\definefontfamily[mainface][rm][EB Garamond]
\starttext
⋀
\stoptext

Is there any way to have the Unicode character on the final PDF document
without having to edit the text?
You have to switch to math mode to show the symbol

\starttext
$⋀$
\stoptext

or use a math font as fallback to show the symbol in text mode.

\definefallbackfamily[mainface][rm][TeX Gyre Pagella Math][range=0x22C0]
%\definefontfamily[mainface][rm][EB Garamond]
\definefontfamily[mainface][rm][Latin Modern Roman]

\setupbodyfont[mainface]

\starttext
⋀
\stoptext

BTW: Use default fonts in your examples.

Wolfgang
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to