diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-17 22:19:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-17 22:19:33 +0000 |
commit | 451b6c501e80faca76df23b0e3287a0e9e7ab45d (patch) | |
tree | 45f8a246a487c9bfc8ec98f08949a9cea4fdf697 /Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib | |
parent | edd881309fd9ca4cd0d5cc3b684da0064feab92f (diff) |
biblatex-apa (17apr14)
git-svn-id: svn://tug.org/texlive/trunk@33482 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib index 12a7e671ca9..c53b43e47ed 100644 --- a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib +++ b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib @@ -513,7 +513,7 @@ } % Test "and others" -@Article{ao, +@ARTICLE{ao, AUTHOR = {Boker, S. and Neale, M. and Maes, H. and Wilde, M. and Spiegel, M. and Brick, T. and Spies, J. and Estabrook, R. and Kenny, S. and Bates, T. and others}, @@ -524,4 +524,14 @@ NUMBER = {2}, PAGES = {306--317}, YEAR = 2011 +} + +% Testing season +@ARTICLE{season1, + AUTHOR = {Terrence Test}, + TITLE = {Some Title}, + JOURNAL = {Jolly Journal}, + ISSUE = {Spring}, + PAGES = {100--103}, + YEAR = {2001} }
\ No newline at end of file |