1%D \module 2%D [ file=typo-lig, 3%D version=2014.12.01, 4%D title=\CONTEXT\ Typesetting Macros, 5%D subtitle=Ligatures, 6%D author=Hans Hagen, 7%D date=\currentdate, 8%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}] 9%C 10%C This module is part of the \CONTEXT\ macro||package and is 11%C therefore copyrighted by \PRAGMA. See mreadme.pdf for 12%C details. 13 14\writestatus{loading}{ConTeXt Typesetting Macros / Ligatures} 15 16%D This macro is mostly used for testing an attribute that blocks ligatures 17%D in the nodemode handler. It is not really used in practice, and mostly 18%D there as a plug in the generic font handler. 19 20\unprotect 21 22\definesystemattribute[noligature][public] 23 24\unexpanded\def\noligature#1% 25 {\dontleavehmode 26 \begingroup 27 \c_attr_noligature\plusone 28 #1% 29 \endgroup} 30 31\protect \endinput 32 |