summaryrefslogtreecommitdiff
path: root/biblio/citation-style-language/citeproc-lua.lua
blob: 68323cabdbad77419fd0bf4b432d9804ea712036 (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")
os.exit(cli.main())