blob: f2e93eff7f2aa7a062b955ffddf06ed7286d80ee (
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
|
%D \module
%D [ file=trac-jus,
%D version=2012.11.27,
%D title=\CONTEXT\ Tracing Macros,
%D subtitle=Justification,
%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 Tracing Macros / Justification}
\registerctxluafile{trac-jus}{}
\unprotect
\definesystemattribute[justification] [public]
\unexpanded\def\showjustification
{\clf_showjustification} % currently no argument (default 1)
\protect \endinput
|