1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17\writestatus { loading }{ ConTeXt Backend Macros Initialization }
18
19\registerctxluafile { back shp }{ optimize }
20\registerctxluafile { back lpd }{ optimize }
21\registerctxluafile { back mps }{ optimize }
22\registerctxluafile { back lua }{ optimize }
23
24\unprotect
25
26
27
28\def \page_shipout_box_pdf # 1
29 { \clf_shipoutpage # 1 \relax
30 \setbox # 1 \emptybox
31 \global\deadcycles \zerocount }
32
33\unexpanded \def \enablelmtx
34 { \clf_enableshipout
35 \let \page_shipout_box \page_shipout_box_pdf }
36
37\protect
38 |