diff options
author | Norbert Preining <norbert@preining.info> | 2022-08-19 03:00:56 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-08-19 03:00:56 +0000 |
commit | 1772be123f1cfa713b25548f6fec135e7ab339a3 (patch) | |
tree | 1ba6586dc52536e962cb28380567183f6f90bbc1 /biblio/citation-style-language/citeproc-lua.1 | |
parent | 982d5e88b736a798b356bf5cabe5e6c9b115f182 (diff) |
CTAN sync 202208190300
Diffstat (limited to 'biblio/citation-style-language/citeproc-lua.1')
-rw-r--r-- | biblio/citation-style-language/citeproc-lua.1 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/biblio/citation-style-language/citeproc-lua.1 b/biblio/citation-style-language/citeproc-lua.1 new file mode 100644 index 0000000000..c8fe3c3d68 --- /dev/null +++ b/biblio/citation-style-language/citeproc-lua.1 @@ -0,0 +1,26 @@ +.TH citeproc-lua 1 "0.1.1" +.SH NAME +citeproc-lua \- make CSL citations and bibliography for LaTeX +.SH SYNOPSIS +.B citeproc-lua +.RB [<options>] +.IR auxname [ \fB.aux\fP ] +.SH DESCRIPTION +The citeproc engine is a Citation Style Lanugage processor for LaTeX. +It reads the auxiliary +.RB ( .aux ) +file +.I auxname +and creates a bibliography +.RB ( .bbl ) +file +.SH OPTIONS +.IP \-h ", " \-\-help +Prints the usage and exits. +.IP \-V ", " \-\-version +Prints the version number and exits. +.SH AUTHOR +Zeping Lee <zepinglee@gmail.com> +.PP +Please log issues on the GitHub homepage: +https://github.com/zepinglee/citeproc-lua/issues. |