summaryrefslogtreecommitdiff
path: root/biblio/citation-style-language/citeproc-lua.1
diff options
context:
space:
mode:
Diffstat (limited to 'biblio/citation-style-language/citeproc-lua.1')
-rw-r--r--biblio/citation-style-language/citeproc-lua.126
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.