summaryrefslogtreecommitdiff
path: root/web2c/contextcnf.lua
blob: 542b36f9dd99256d8ca2e82551593e96c6d864b3 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
return {

    type    = "configuration",
    version = "1.0.2",
    date    = "2010-06-07",
    time    = "14:49:00",
    comment = "ConTeXt MkIV configuration file",
    author  = "Hans Hagen, PRAGMA-ADE, Hasselt NL",

    content = {

     -- LUACSTRIP       = 'f',
     -- PURGECACHE      = 't',

        TEXMFCACHE      = "$SELFAUTOPARENT/texmf-cache",

        TEXMFOS         = "$SELFAUTODIR",
        TEXMFSYSTEM     = "$SELFAUTOPARENT/texmf-$SELFAUTOSYSTEM",
        TEXMFMAIN       = "$SELFAUTOPARENT/texmf",
        TEXMFCONTEXT    = "$SELFAUTOPARENT/texmf-context",
        TEXMFLOCAL      = "$SELFAUTOPARENT/texmf-local",
        TEXMFFONTS      = "$SELFAUTOPARENT/texmf-fonts",
        TEXMFPROJECT    = "$SELFAUTOPARENT/texmf-project",

        -- I don't like this texmf under home and texmf-home would make more
        -- sense. One never knows what installers put under texmf anywhere and
        -- sorting out problems will be a pain.

        TEXMFHOME       = "$HOME/texmf", -- "tree:///$HOME/texmf

        -- We need texmfos for a few rare files but as I have a few more bin trees
        -- a hack is needed. Maybe other users also have texmf-platform-new trees.

        TEXMF           = "{$TEXMFHOME,!!$TEXMFPROJECT,!!$TEXMFFONTS,!!$TEXMFLOCAL,!!$TEXMFCONTEXT,!!$TEXMFSYSTEM,!!$TEXMFMAIN}",

        TEXFONTMAPS     = ".;$TEXMF/fonts/{data,map}/{pdftex,dvips}//",
        ENCFONTS        = ".;$TEXMF/fonts/{data,enc}/{dvips,pdftex}//",
        VFFONTS         = ".;$TEXMF/fonts/{data,vf}//",
        TFMFONTS        = ".;$TEXMF/fonts/{data,tfm}//",
        T1FONTS         = ".;$TEXMF/fonts/{data,type1,pfb}//;$OSFONTDIR",
        AFMFONTS        = ".;$TEXMF/fonts/{data,afm}//;$OSFONTDIR",
        TTFONTS         = ".;$TEXMF/fonts/{data,truetype,ttf}//;$OSFONTDIR",
        OPENTYPEFONTS   = ".;$TEXMF/fonts/{data,opentype}//;$OSFONTDIR",
        CMAPFONTS       = ".;$TEXMF/fonts/cmap//",
        FONTFEATURES    = ".;$TEXMF/fonts/{data,fea}//;$OPENTYPEFONTS;$TTFONTS;$T1FONTS;$AFMFONTS",
        FONTCIDMAPS     = ".;$TEXMF/fonts/{data,cid}//;$OPENTYPEFONTS;$TTFONTS;$T1FONTS;$AFMFONTS",
        OFMFONTS        = ".;$TEXMF/fonts/{data,ofm,tfm}//",
        OVFFONTS        = ".;$TEXMF/fonts/{data,ovf,vf}//",

        TEXINPUTS       = ".;$TEXMF/tex/{context,plain/base,generic}//",
        MPINPUTS        = ".;$TEXMF/metapost/{context,base,}//",

        -- In the next variable the inputs path will go away.

        TEXMFSCRIPTS    = ".;$TEXMF/scripts/context/{lua,ruby,python,perl}//;$TEXINPUTS",
        PERLINPUTS      = ".;$TEXMF/scripts/context/perl",
        PYTHONINPUTS    = ".;$TEXMF/scripts/context/python",
        RUBYINPUTS      = ".;$TEXMF/scripts/context/ruby",
        LUAINPUTS       = ".;$TEXINPUTS;$TEXMF/scripts/context/lua//",
        CLUAINPUTS      = ".;$SELFAUTOLOC/lib/{$progname,$engine,}/lua//",

        -- Not really used by MkIV so they might go away.

        BIBINPUTS       = ".;$TEXMF/bibtex/bib//",
        BSTINPUTS       = ".;$TEXMF/bibtex/bst//",

        -- Sort of obsolete.

        OTPINPUTS       = ".;$TEXMF/omega/otp//",
        OCPINPUTS       = ".;$TEXMF/omega/ocp//",

        -- A few special ones that will change some day.

        FONTCONFIG_FILE = "fonts.conf",
        FONTCONFIG_PATH = "$TEXMFSYSTEM/fonts/conf",
        FC_CACHEDIR     = "$TEXMFSYSTEM/fonts/cache", -- not needed

        -- Some of the following parameters will disappear. Also, some are
        -- not used at all as we disable the ocp mechanism. At some point
        -- it makes more sense then to turn then into directives.

        context = {

            hash_extra     =  "100000",
            nest_size      =     "500",
            param_size     =   "10000",
            save_size      =   "50000",
            stack_size     =   "10000",
            expand_depth   =   "10000",
            max_print_line =   "10000",
            max_in_open    =     "256",

            ocp_stack_size =   "10000",
            ocp_list_size  =    "1000",

            buf_size       = "4000000", -- obsolete
            ocp_buf_size   =  "500000", -- obsolete

        },

        -- We have a few reserved subtables. These control runtime behaviour. The
        -- keys have names like 'foo.bar' which means that you have to use keys
        -- like ['foo.bar'] so for convenience we also support 'foo_bar'.

        directives = {
         -- system_checkglobals = "10",
         -- system.nostatistics = "yes",
            system_errorcontext = "10",
        },

        experiments = {
            fonts_autorscale = "yes",
        },

        trackers = {

        },

        -- The io modes are similar to the traditional ones. Possible values
        -- are all, paranoid and restricted.

        output_mode  = "restricted",
        input_mode   = "any",

        -- The following variable is under consideration. We do have protection
        -- mechanims but it's not enabled by default.

        command_mode = "any", -- any none list
        command_list = "mtxrun, convert, inkscape, gs, imagemagick, curl, bibtex, pstoedit",

    },

    TEXMFCACHE  = "$SELFAUTOPARENT/texmf-cache", -- for old times sake

}