-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
build.lua
38 lines (27 loc) · 783 Bytes
/
build.lua
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
#!/usr/bin/env texlua
--[[
For documentation and usage of the l3build system
see l3build.pdf
--]]
module = "footmisc"
typesetfiles = {"*.tex"}
checkengines = {"pdftex"}
checkruns = 2
-- Upload meta data
uploadconfig = {
pkg = "footmisc",
version = "v6.0f 2023-07-05",
author = "Frank Mittelbach",
license = "lppl1.3c",
summary = "A range of footnote options",
ctanPath = "/macros/latex/contrib/footmisc",
repository = "https://github.com/frankmittelbach/fmitex-footmisc",
bugtracker = "https://github.com/FrankMittelbach/fmitex-footmisc/issues",
uploader = "Frank Mittelbach",
email = "[email protected]",
update = true ,
}
if not release_date then
kpse.set_program_name("kpsewhich")
dofile(kpse.lookup("l3build.lua"))
end