forked from matze/mtheme
-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathbuild.lua
More file actions
35 lines (30 loc) · 1008 Bytes
/
build.lua
File metadata and controls
35 lines (30 loc) · 1008 Bytes
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
#!/usr/bin/env texlua
---@diagnostic disable: lowercase-global
module = "moloch"
sourcefiledir = "src"
docfiledir = "docs/_site"
typesetfiles = { "*.tex" }
docfiles = { "moloch.pdf" }
textfiles = { "*.md", "LICENSE" }
checkengines = { "pdftex" }
checksuppfiles = { "*.tex" }
packtdszip = false
maxprintline = 9999
uploadconfig = {
pkg = "moloch",
version = "2.2.0",
author = "Johan Larsson",
uploader = "Johan Larsson",
license = "cc-by-sa-4",
summary = "A Minimalist, Feature-Rich Beamer Theme",
description = "Moloch is a minimalist, feature-rich Beamer theme "
.. "for LaTeX presentations with a clean design and extensive "
.. "customization options.",
ctanPath = "/macros/latex/contrib/beamer-contrib/themes/moloch",
repository = "https://github.com/jolars/moloch",
bugtracker = "https://github.com/jolars/moloch/issues",
support = "https://github.com/jolars/moloch/discussions",
home = "https://moloch.ink",
topic = "presentation",
announcement_file = "ctan_announcement.txt",
}