diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-06 22:29:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-06 22:29:57 +0000 |
commit | 240dbb5ee820f2e77e4106bf872f363540c413e2 (patch) | |
tree | 3921b3f18013915f30f418d31199a3770604a0db /Master/texmf-dist/bibtex/bib | |
parent | 6892558c73756d9f24023e6269e025fa6f3cf15d (diff) |
biblatex 0.9d (4sep10)
git-svn-id: svn://tug.org/texlive/trunk@19592 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bib')
-rw-r--r-- | Master/texmf-dist/bibtex/bib/biblatex/biblatex-examples.bib | 37 |
1 files changed, 28 insertions, 9 deletions
diff --git a/Master/texmf-dist/bibtex/bib/biblatex/biblatex-examples.bib b/Master/texmf-dist/bibtex/bib/biblatex/biblatex-examples.bib index 97743842b86..590e74e93ae 100644 --- a/Master/texmf-dist/bibtex/bib/biblatex/biblatex-examples.bib +++ b/Master/texmf-dist/bibtex/bib/biblatex/biblatex-examples.bib @@ -60,11 +60,11 @@ version = {3}, date = {2004}, pages = {423--491}, - eprint = {math/0307200v3}, eprinttype = {arxiv}, + eprint = {math/0307200v3}, annotation = {An \texttt{article} with \texttt{eprint} and \texttt{eprinttype} fields. Note that the arXiv reference is transformed into a clickable link if - \texttt{hyperref} support has been enabled. Compare \texttt{baez\slash online} + \texttt{hyperref} support has been enabled. Compare \texttt{baez\slash online}, which is the same item given as an \texttt{online} entry} } @@ -212,8 +212,8 @@ volume = {93}, series = {newseries}, number = {1}, - month = {3}, date = {1991}, + month = {3}, pages = {9--27}, annotation = {An \texttt{article} entry with \texttt{series}, \texttt{volume}, and \texttt{number} fields. Note the format of the \texttt{series} which is a @@ -480,6 +480,7 @@ publisher = {Addison-Wesley}, location = {Reading, Mass.}, date = {1994}, + pagetotal = {528}, annotation = {A book with three authors. Note the formatting of the author list. By default, only the first name is reversed in the bibliography} } @@ -1082,13 +1083,11 @@ title = {Higher-Dimensional Algebra V: 2-Groups}, version = {3}, date = {2004-10-27}, - eprint = {math/0307200v3}, eprinttype = {arxiv}, + eprint = {math/0307200v3}, annotation = {An \texttt{online} reference from arXiv. Note the \texttt{eprint} and - \texttt{eprinttype} fields. Also note that the arXiv reference is transformed - into a clickable link if \texttt{hyperref} support has been enabled. Compare - \texttt{baez\slash article} which is the same item given as an \texttt{article} - entry with eprint information} + \texttt{eprinttype} fields. Compare \texttt{baez\slash article} which is the + same item given as an \texttt{article} entry with eprint information} } @Online{ctan, @@ -1113,8 +1112,8 @@ title = {Some remarks on 't Hooft's S-matrix for black holes}, version = {1}, date = {1996-03-11}, - eprint = {hep-th/9603067}, eprinttype = {arxiv}, + eprint = {hep-th/9603067}, annotation = {An \texttt{online} reference from arXiv. Note the \texttt{eprint} and \texttt{eprinttype} fields. Also note that the arXiv reference is transformed into a clickable link if \texttt{hyperref} support has been enabled}, @@ -1139,6 +1138,26 @@ field (\texttt{yyyy-mm-dd}) in the database file.} } +@Online{wassenberg, + hyphenation = {american}, + author = {Wassenberg, Jan and Sanders, Peter}, + title = {Faster Radix Sort via Virtual Memory and Write-Combining}, + version = {1}, + date = {2010-08-17}, + eprinttype = {arxiv}, + eprintclass = {cs.DS}, + eprint = {1008.2849v1}, + annotation = {A recent \texttt{online} reference from arXiv using the new (April 2007 onward) + identifier format. Note the \texttt{eprint}, \texttt{eprinttype}, and + \texttt{eprintclass} fields. Also note that the arXiv reference is transformed + into a clickable link if \texttt{hyperref} support has been enabled}, + abstract = {Sorting algorithms are the deciding factor for the performance of common + operations such as removal of duplicates or database sort-merge joins. This work + focuses on 32-bit integer keys, optionally paired with a 32-bit value. We + present a fast radix sorting algorithm that builds upon a + microarchitecture-aware variant of counting sort} +} + @Patent{almendro, hyphenation = {german}, author = {Almendro, Jos{\'e} L. and Mart{\'i}n, Jacinto and S{\'a}nchez, Alberto and |