blob: 833785a7f2b2ed296d818abe7dcb729c1656f160 (
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=cont-mtx,
%D version=2006.01.01, % no date -)
%D title=\CONTEXT\ Miscellaneous Macros,
%D subtitle=Experimental MetaTeX Macros,
%D author=Hans Hagen,
%D date=\currentdate,
%D copyright={PRAGMA / Hans Hagen \& Ton Otten}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.
% format generation : texexec --make --all --luatex
%
% pdftex compatible run : texexec --luatex filename
% aleph compatible run : texexec --luatex --output=dvipdfmx filename
%
% or, at top of tex file : % engine=luatex
% \loadcorefile{meta-xxx.tex}
%D Here we load files that are not yet part of the core.
\endinput
|