blob: 8572f31b83b45d8284937fad70d23872f337fcfa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
%D \module
%D [ file=typo-par,
%D version=2008.09.30,
%D title=\CONTEXT\ Typesetting Macros,
%D subtitle=Paragraph Building,
%D author=Hans Hagen,
%D date=\currentdate,
%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.
\writestatus{loading}{ConTeXt Node Macros / Paragraph Building}
%D This is very experimental, undocumented, subjected to changes, etc. just as
%D the underlying interfaces. But at least it's cleaned as part of the status-mkiv
%D cleanup.
% \startparbuilder[basic]
% \input tufte \par
% \stopparbuilder
\unprotect
\registerctxluafile{node-ltp}{1.001}
\registerctxluafile{trac-par}{1.001}
\protect \endinput
|