blob: 80fe7e500ca6d129cc3d28cee4ce124730493d46 (
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=x-foxet,
%D version=2004.03.12, % based on earlier experiments
%D title=\FOXET,
%D subtitle=Formatting Objects,
%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.
%D Nota bene: I will reimplement formatting object in proper
%D \MKIV\ code.
\writestatus{foxet}{the mkiv variant is under construction}
%D This module is just a shortcut for:
% fo = basic formatting objects
% fe = basic formatting extensions
% fx = extra formatting objects
% fu = user formatting objects
% fs = setup
% \usemodule[fo,fe,fx,fu,fs,mathml]
\endinput
|