Text FormattingDouble Active Characters in Xe(La)TeX

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Laurentius
Posts: 132
Joined: Wed Feb 11, 2009 11:38 pm

Double Active Characters in Xe(La)TeX

Post by Laurentius »

Is it possible to acheive the effect of \addfontfeature{Mapping=tex-text} with (double) active characters?

I need `` to produce a left quotation mark that is detected by the below code snippet in "gloss-french.ldf".

Code: Select all

\XeTeXcharclass `\“ \french@punctguillstart
\XeTeXinterchartoks \french@punctguillstart 255
   = {\nobreak\thinspace\xpg@nospace}% "«  " -> "«~"

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply