summaryrefslogtreecommitdiff
path: root/scripts/context/lua/mtx-mtxworks.lua
blob: 1239ae4c5b5153de987fd78d70a90b798da47e4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if not modules then modules = { } end modules ['mtx-mtxworks'] = {
    version   = 1.002,
    comment   = "companion to mtxrun.lua",
    author    = "Hans Hagen, PRAGMA-ADE, Hasselt NL",
    copyright = "PRAGMA ADE / ConTeXt Development Team",
    license   = "see context related readme files"
}

-- this is a shortcut to "mtxrun --script texworks --start"

environment.setargument("start",true)

require "mtx-texworks"