1%D \module 2%D [ file=typo-par, 3%D version=2008.09.30, 4%D title=\CONTEXT\ Typesetting Macros, 5%D subtitle=Paragraph Building, 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 Node Macros / Paragraph Building} 15 16%D This is very experimental, undocumented, subjected to changes, etc. just as 17%D the underlying interfaces. But at least it's cleaned as part of the status-mkiv 18%D cleanup. 19 20% \startparbuilder[basic] 21% \input tufte \par 22% \stopparbuilder 23 24\unprotect 25 26% \registerctxluafile{node-ltp}{optimize} 27\registerctxluafile{node-ltp}{} 28\registerctxluafile{trac-par}{} 29 30\protect \endinput 31 |