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

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

kpse.set_program_name("texlua", "citeproc-lua")

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