summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/luamathalign/build.lua
diff options
context:
space:
mode:
Diffstat (limited to 'macros/luatex/latex/luamathalign/build.lua')
-rw-r--r--macros/luatex/latex/luamathalign/build.lua21
1 files changed, 21 insertions, 0 deletions
diff --git a/macros/luatex/latex/luamathalign/build.lua b/macros/luatex/latex/luamathalign/build.lua
new file mode 100644
index 0000000000..3ce83c670a
--- /dev/null
+++ b/macros/luatex/latex/luamathalign/build.lua
@@ -0,0 +1,21 @@
+module = "luamathalign"
+typesetexe = "lualatex"
+tdsroot = "lualatex"
+checkengines = {"luatex"}
+unpackfiles = {"*.dtx"}
+installfiles = {"*.sty", "*.lua"}
+sourcefiles = {"*.dtx", "*.lua"}
+
+uploadconfig = {
+ pkg = "luamathalign",
+ version = "v0.1",
+ 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,
+}