summaryrefslogtreecommitdiff
path: root/biblio/citation-style-language/citeproc-lua.lua
blob: c670866813a5293edd7d241723a32e7f34662183 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env texlua

--
-- Copyright (c) 2021-2022 Zeping Lee
-- Released under the MIT license.
-- Repository: https://github.com/zepinglee/citeproc-lua
--

kpse.set_program_name("luatex")

local cli = require("citeproc-cli")
cli.main()