From 1366aa391af0ec4e6fcef3a10d8345ad2d32e340 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Tue, 2 May 2017 20:20:48 +0000 Subject: Initial commit --- man/man7/BBlog-sqlite.7 | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 man/man7/BBlog-sqlite.7 (limited to 'man/man7') diff --git a/man/man7/BBlog-sqlite.7 b/man/man7/BBlog-sqlite.7 new file mode 100644 index 0000000..cfac0f9 --- /dev/null +++ b/man/man7/BBlog-sqlite.7 @@ -0,0 +1,37 @@ +.Dt BBLOG-sqlite +.Os +.Sh DESCRIPTION +BBlog sqlite engine. +.Pp +This engine reads sqlite3 databases and generates bibliographies using +.Sx BBlog Ns (1) . +.Pp +The database must contain a table named 'bibliography' with (at least) the following columns: +.Bl -tag -width Ds -offset Ds +.It title +title of the item +.It author +author(s) +.It journal +journal information, including its name, volume, number and page, or if the item is a book, editor information +.It year +publication year +.It doi +DOI number +.It arxiv +arXiv number +.It token +symbol printed in the document by the LaTeX '\\cite' command +.It citeref +label of the reference +.It prauth +bibliography entries are ordered alphabetically with respect to this entry +label of the reference +.El +.Sh AUTHORS +The sqlite BBlog engine was written by Ian Jauslin. +.Sh COPYRIGHT +copyright Ian Jauslin 2015-2017 +.Sh SEE ALSO +.Sx BBlog Ns (1) , +.Sx sqlite3 Ns (1) -- cgit v1.2.3-70-g09d2