1
2
3
4
5
6
7
8
9
10
11
12
13
14\writestatus { loading }{ MetaPost Library Graphics Initializations }
15
16\registerctxluafile { mlib run }{}
17\registerctxluafile { mlib ctx }{}
18\registerctxluafile { mlib lua }{}
19\registerctxluafile { mlib lmp }{}
20\registerctxluafile { mlib int }{}
21
22\doifelsefileexists { mlib cnt . lua }{ \registerctxluafile { mlib cnt }{ optimize }}{}
23\doifelsefileexists { mlib svg . lua }{ \registerctxluafile { mlib svg }{ optimize }}{}
24
25\unprotect
26
27\protect \endinput
28 |