summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/luamathalign/build.lua
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-04-19 03:00:52 +0000
committerNorbert Preining <norbert@preining.info>2022-04-19 03:00:52 +0000
commitb0321ddd75259a36e909f25b3abc711dc1732c28 (patch)
tree9d7eac714004161e47b1bd11a37c3401c7a245ba /macros/luatex/latex/luamathalign/build.lua
parenta7538780c749168835167a8d30aa65779c89407a (diff)
CTAN sync 202204190300
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 &amp; is not possible, especially in nested macros or environments.",
+ topic = {'maths', 'luatex'},
+ -- update = true,
+}