1 2 3 4 5 6 7 8 9 10 11 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()