On Wed, Jan 20, 2010 at 03:42:11PM +0100, Mojca Miklavec wrote:
> On Wed, Jan 20, 2010 at 10:58, Alan BRASLAU wrote:
> >
> > I'm not sure that I understand the
> > problem with ` (GRAVE ACCENT) that cannot be solved with a macro or by a
> > setting that disactivates the production of ‘ (LEFT SINGLE QUOTE MARK).
> 
> Try to process the following with XeTeX (I would be grateful if anyone
> knew how to solve that particular problem; also note that some
> hyphenation patterns don't work when ' is replaced by proper quotation
> mark):
> 
> \font\a="[lmroman10-regular]"
> \font\b="[lmroman10-regular]:mapping=tex-text"
> \starttext
> \a ``abc'' {\buildtextaccent\textgrave a}\par
> \b ``abc'' {\buildtextaccent\textgrave a}
> \stoptext

\def\textgrave{\char"0300 }
\font\a="[lmroman10-regular]"
\font\b="[lmroman10-regular]:mapping=tex-text"
\starttext
\a ``abc'' {\buildtextaccent\textgrave a}\par
\b ``abc'' {\buildtextaccent\textgrave a}
\stoptext


Regards,
 Khaled

-- 
 Khaled Hosny
 Arabic localiser and member of Arabeyes.org team
 Free font developer
___________________________________________________________________________________
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