diff options
author | Karl Berry <karl@freefriends.org> | 2018-03-19 21:49:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-03-19 21:49:24 +0000 |
commit | a198254d24ccfd63859b7ec9480d95775b087c4e (patch) | |
tree | 49bd922d8362e6398130515ef91e95c3550e3823 /Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext-examples.bib | |
parent | d1c302ed5a53246283181ec1ab9a537ec5a6959e (diff) |
biblatex-ext (19mar18)
git-svn-id: svn://tug.org/texlive/trunk@47029 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext-examples.bib')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext-examples.bib | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext-examples.bib b/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext-examples.bib new file mode 100644 index 00000000000..db2841814d2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext-examples.bib @@ -0,0 +1,25 @@ +@book{appleby:civ, + author = {Humphrey Appleby}, + title = {On the Importance of the Civil Service}, + date = {1980}, +} + +@book{appleby:abl, + author = {Humphrey Appleby}, + title = {On the Ablative in Greek}, + date = {1982}, +} + +@book{elk:bronto, + author = {Elk, Anne and Hacker, James and Rumpo, Syd}, + title = {On the Theory of Brontosauruses}, + date = {1972}, + options = {maxnames=1, uniquelist=false}, +} + +@book{elk:einio, + author = {Elk, Anne and Hacker, James and Pode, Eric}, + title = {On the Theory of Einiosauruses}, + date = {1973}, + options = {maxnames=1, uniquelist=false}, +}
\ No newline at end of file |