driv-ini.mkiv /size: 1255 b    last modification: 2020-07-01 14:35
1%D \module
2%D   [       file=driv-ini,
3%D        version=2018.07.26,
4%D          title=\CONTEXT\ Driver Macros,
5%D       subtitle=Initialization,
6%D         author=Hans Hagen,
7%D           date=\currentdate,
8%D      copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
9%C
10%C This module is part of the \CONTEXT\ macro||package and is
11%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
12%C details.
13
14\writestatus{loading}{ConTeXt Driver Macros / Initialization}
15
16%D Around the \CONTEXT\ 2018 meeting I had a preliminary backend written in \LUA\ as
17%D alternative for the hard coded variant (we're talking of the font embedding and
18%D page stream output, the part we still used). Therefore there is a pluggable
19%D output driver. But \unknown\ I decided not to waste time on supporting both
20%D \LUATEX\ and the new kid \LUAMETATEX, also because in practice \LUATEX\ would be
21%D used as benchmark, using the more traditional approach. So, the code in the
22%D driver modules is mostly a kind of simple placeholder now and although I could
23%D simplify it ther eis no real reason for it. It is no problem to getit all working
24%D well in normal \LUATEX, it's just that we don't need it there.
25
26\registerctxluafile{driv-ini}{}
27
28\unprotect
29
30\protect \endinput
31