blob: 50adc80143101d116f765b9ed470851f73c2b10f (
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
30
|
%D \module
%D [ file=s-physics-units, % s-phy-01,
%D version=2011-11-24,
%D title=\CONTEXT\ Modules,
%D subtitle=Physics Units,
%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.
\startmodule[physics-units]
\registerctxluafile{s-physics-units}{}
\installmodulecommandluasingle \showunits {moduledata.physics.units.showlist}
\stopmodule
\continueifinputfile{s-physics-units.mkiv}
\usemodule[art-01]
\starttext
\showunits
\stoptext
|