blob: 410bc13d3d6c4af6597ceb87e34ffb6a1d561c0d (
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
|
%D \module
%D [ file=s-fonts-features, % was s-fnt-41,
%D version=2012.11.27, % older probably
%D title=\CONTEXT\ Style File,
%D subtitle=Features,
%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.
\registerctxluafile{s-fonts-features}{}
\installmodulecommandluasingle \showusedfeatures {moduledata.fonts.features.showused}
\continueifinputfile{s-fonts-features.mkiv}
\usemodule
[art-01]
\starttext
\showusedfeatures
\stoptext
|