Ian Jauslin
summaryrefslogtreecommitdiff
blob: 8423b2e8300bf9c046e5a319ee90ffc209fb378d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.Dd $Mdocdate: Novermber 5 2019 $
.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-2019
.Sh SEE ALSO
.Sx BBlog Ns (1) ,
.Sx sqlite3 Ns (1)