summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/luamathalign/build.lua
blob: 023b2dfcca7aaa17437c9d52c80b2d9b6a951a2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module = "luamathalign"
typesetexe = "lualatex"
tdsroot = "lualatex"
checkengines = {"luatex"}
unpackfiles = {"*.dtx"}
installfiles = {"*.sty", "*.lua"}
sourcefiles = {"*.dtx", "*.lua"}

uploadconfig = {
  pkg = "luamathalign",
  version = "v0.3",
  author = "Marcel Krüger",
  license = "lppl1.3c",
  summary = "More flexible alignment in amsmath environments",
  ctanPath = "/macros/luatex/latex/luamathalign/",
  -- repository = "https://github.com/zauguin/luamathalign/"
  description = "Allow aligning mathematical expressions on points where \z
    where direcly using & is not possible, especially in nested macros or environments.",
  topic = {'maths', 'luatex'},
  -- update = true,
}