diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-bib2-ex/demo11.bib')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-bib2-ex/demo11.bib | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-bib2-ex/demo11.bib b/Master/texmf-dist/doc/latex/latex-bib2-ex/demo11.bib new file mode 100644 index 00000000000..e6316b7ff32 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-bib2-ex/demo11.bib @@ -0,0 +1,11 @@ +@Online{biblatex, + sorttitle = {biblatex package}, + author = {Lehman, Philipp and Kime, Philipp and Boruvka, Audrey and Wright, Joseph}, + title = {The \texttt{biblatex} package}, + subtitle = {Programmable bibliographies and citations}, + version = {3.1}, + date = {2015-10-21}, + url = {http://mirror.ctan.org/macros/latex/biblatex/doc/biblatex.pdf}, + urldate = {2015-12-07}, + annotation = {The official \texttt{biblatex} documentation.} +} |