diff options
author | Karl Berry <karl@freefriends.org> | 2022-08-18 23:08:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-08-18 23:08:31 +0000 |
commit | bf08ae957fd3d804338cacbf184ece93fe42fdfe (patch) | |
tree | 539b94f87928cfcf9756726b199ba69d48cfefa3 /Master/texmf-dist/scripts/citation-style-language/citeproc-lua.lua | |
parent | e1eb60672fb63c90123adfc72ace28887e4e1428 (diff) |
citation-style-language (19aug22)
git-svn-id: svn://tug.org/texlive/trunk@64143 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/citation-style-language/citeproc-lua.lua')
-rwxr-xr-x | Master/texmf-dist/scripts/citation-style-language/citeproc-lua.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-lua.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-lua.lua new file mode 100755 index 00000000000..c670866813a --- /dev/null +++ b/Master/texmf-dist/scripts/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() |