-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBUILD.lua
More file actions
18 lines (15 loc) · 706 Bytes
/
BUILD.lua
File metadata and controls
18 lines (15 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env texlua
-- Execute with ================================================================
-- l3build tag
-- l3build ctan
-- <check announcement.txt and format if necessary>
-- l3build upload
-- l3build clean
-- Settings ====================================================================
module = "tikzbricks"
ctanpkg = "tikzbricks"
ctanprefix = "/graphics/pgf/contrib/"
ctansummary = "A small LaTeX package to draw bricks with TikZ"
-- common settings =============================================================
-- https://github.com/samcarter/beamertheme-sam/blob/main/build-settings.lua
local common_settings, build_settings = pcall(require, "../beamertheme-sam/build-settings.lua")