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

--
-- Copyright (c) 2021-2024 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())