summaryrefslogtreecommitdiff
path: root/biblio/citation-style-language/citeproc-lua.lua
diff options
context:
space:
mode:
Diffstat (limited to 'biblio/citation-style-language/citeproc-lua.lua')
-rwxr-xr-xbiblio/citation-style-language/citeproc-lua.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/biblio/citation-style-language/citeproc-lua.lua b/biblio/citation-style-language/citeproc-lua.lua
new file mode 100755
index 0000000000..c670866813
--- /dev/null
+++ b/biblio/citation-style-language/citeproc-lua.lua
@@ -0,0 +1,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()