diff options
author | Karl Berry <karl@freefriends.org> | 2022-01-21 22:58:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-01-21 22:58:35 +0000 |
commit | 39207a02179eab0fca34dfb7bb8dbbb6215fdc7a (patch) | |
tree | 14f6a970d4a28da5523838a10debde16683f3fb9 /Master/texmf-dist/doc/man | |
parent | 59ab26e4b8b11acdd61b232207d7a9ae578c63e4 (diff) |
citation-style-language (21jan22)
git-svn-id: svn://tug.org/texlive/trunk@61687 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man')
-rw-r--r-- | Master/texmf-dist/doc/man/man1/citeproc.1 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/man/man1/citeproc.1 b/Master/texmf-dist/doc/man/man1/citeproc.1 new file mode 100644 index 00000000000..5b970905613 --- /dev/null +++ b/Master/texmf-dist/doc/man/man1/citeproc.1 @@ -0,0 +1,26 @@ +.TH citeproc 1 "0.1.0" +.SH NAME +citeproc \- make CSL citations and bibliography for LaTeX +.SH SYNOPSIS +.B citeproc +.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. |