summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-08-19 22:18:34 +0000
committerKarl Berry <karl@freefriends.org>2012-08-19 22:18:34 +0000
commitf5cea8308088d502f2e2760a784b372c4ebe711f (patch)
tree69d41bcc7f50769034406354ee24ac4fe66a9b74 /Master/texmf-dist/bibtex
parent6aa32e191916797cc9fc7593bca87b6af250aeea (diff)
aomart (19aug12)
git-svn-id: svn://tug.org/texlive/trunk@27459 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r--Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst24
-rw-r--r--Master/texmf-dist/bibtex/bst/aomart/aomplain.bst24
2 files changed, 28 insertions, 20 deletions
diff --git a/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst b/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst
index b62ca7fa20a..337f7773413 100644
--- a/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst
+++ b/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst
@@ -100,6 +100,7 @@ ENTRY
volume
year
zblnumber
+ titlenote
}
{}
{ label extra.label sort.label bysame }
@@ -788,6 +789,7 @@ FUNCTION {article}
{ output.bibitem
format.authors "author" output.check
format.title "title" output.check
+ titlenote output
crossref missing$
{ format.journal.vol.year "journal, volume, and year" output.check
format.pages "pages" output.check
@@ -813,6 +815,7 @@ FUNCTION {book}
}
if$
format.booktitle "title" output.check
+ titlenote output
format.edition output
crossref missing$
{ format.bookvolume.series.number output
@@ -832,6 +835,7 @@ FUNCTION {booklet}
{ output.bibitem
format.authors output
format.booktitle "title" output.check
+ titlenote output
howpublished output
address output
format.date output
@@ -851,6 +855,7 @@ FUNCTION {inbook}
}
if$
format.booktitle "title" output.check
+ titlenote output
format.edition output
crossref missing$
{ format.bookvolume.series.number output
@@ -872,6 +877,7 @@ FUNCTION {incollection}
{ output.bibitem
format.authors "author" output.check
format.title "title" output.check
+ titlenote output
crossref missing$
{ format.inproc.title.venue.editors "booktitle" output.check
format.bookvolume.series.number output
@@ -893,6 +899,7 @@ FUNCTION {inproceedings}
{ output.bibitem
format.authors "author" output.check
format.title "title" output.check
+ titlenote output
crossref missing$
{ format.inproc.title.venue.editors "booktitle" output.check
format.bookvolume.series.number output
@@ -925,6 +932,7 @@ FUNCTION {manual}
{ format.authors output.nonnull }
if$
format.booktitle "title" output.check
+ titlenote output
author empty$
{ organization empty$
{ address output }
@@ -945,6 +953,7 @@ FUNCTION {mastersthesis}
{ output.bibitem
format.authors "author" output.check
format.booktitle "title" output.check
+ titlenote output
"Master's thesis" format.thesis.type output.nonnull
school "school" output.check
address output
@@ -958,6 +967,7 @@ FUNCTION {misc}
{ output.bibitem
format.authors output
format.title output
+ titlenote output
howpublished output
format.date output
note output
@@ -970,6 +980,7 @@ FUNCTION {phdthesis}
{ output.bibitem
format.authors "author" output.check
format.booktitle "title" output.check
+ titlenote output
"Ph.D. thesis" format.thesis.type output.nonnull
school "school" output.check
address output
@@ -986,6 +997,7 @@ FUNCTION {proceedings}
{ format.editors output.nonnull }
if$
format.booktitle "title" output.check
+ titlenote output
venue empty$
'skip$
{ add.space.if.necessary "(" * venue * ")" * }
@@ -1016,6 +1028,7 @@ FUNCTION {techreport}
{ output.bibitem
format.authors "author" output.check
format.booktitle "title" output.check
+ titlenote output
format.tr.number output.nonnull
institution "institution" output.check
address output
@@ -1028,6 +1041,7 @@ FUNCTION {unpublished}
{ output.bibitem
format.authors "author" output.check
format.booktitle "title" output.check
+ titlenote output
note "note" output.check
format.date output
fin.entry
@@ -1373,16 +1387,6 @@ FUNCTION {forward.pass}
if$
author empty$ { editor empty$ { "" } 'editor if$ } 'author if$
'this.author :=
- this.author prev.author =
- { "\bysame" 'bysame := }
- { "" 'bysame :=
- this.author "" =
- { "abcxyz" }
- 'this.author
- if$
- 'prev.author :=
- }
- if$
}
FUNCTION {reverse.pass}
diff --git a/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst b/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst
index 332b0ba1efd..3fa012bd156 100644
--- a/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst
+++ b/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst
@@ -97,6 +97,7 @@ ENTRY
volume
year
zblnumber
+ titlenote
}
{}
{ label bysame }
@@ -782,6 +783,7 @@ FUNCTION {article}
{ output.bibitem
format.authors "author" output.check
format.title "title" output.check
+ titlenote output
crossref missing$
{ format.journal.vol.year output
format.pages "pages" output.check
@@ -807,6 +809,7 @@ FUNCTION {book}
}
if$
format.booktitle "title" output.check
+ titlenote output
format.edition output
crossref missing$
{ format.bookvolume.series.number output
@@ -826,6 +829,7 @@ FUNCTION {booklet}
{ output.bibitem
format.authors output
format.title "title" output.check
+ titlenote output
howpublished output
address output
format.date output
@@ -845,6 +849,7 @@ FUNCTION {inbook}
}
if$
format.booktitle "title" output.check
+ titlenote output
format.edition output
crossref missing$
{ format.bookvolume.series.number output
@@ -866,6 +871,7 @@ FUNCTION {incollection}
{ output.bibitem
format.authors "author" output.check
format.title "title" output.check
+ titlenote output
crossref missing$
{ format.inproc.title.venue.editors "booktitle" output.check
format.bookvolume.series.number output
@@ -887,6 +893,7 @@ FUNCTION {inproceedings}
{ output.bibitem
format.authors "author" output.check
format.title "title" output.check
+ titlenote output
crossref missing$
{ format.inproc.title.venue.editors "booktitle" output.check
format.bookvolume.series.number output
@@ -919,6 +926,7 @@ FUNCTION {manual}
{ format.authors output.nonnull }
if$
format.booktitle "title" output.check
+ titlenote output
author empty$
{ organization empty$
{ address output }
@@ -939,6 +947,7 @@ FUNCTION {mastersthesis}
{ output.bibitem
format.authors "author" output.check
format.booktitle "title" output.check
+ titlenote output
"Master's thesis" format.thesis.type output.nonnull
school "school" output.check
address output
@@ -952,6 +961,7 @@ FUNCTION {misc}
{ output.bibitem
format.authors output
format.title output
+ titlenote output
howpublished output
format.date output
note output
@@ -964,6 +974,7 @@ FUNCTION {phdthesis}
{ output.bibitem
format.authors "author" output.check
format.booktitle "title" output.check
+ titlenote output
"Ph.D. thesis" format.thesis.type output.nonnull
school "school" output.check
address output
@@ -980,6 +991,7 @@ FUNCTION {proceedings}
{ format.editors output.nonnull }
if$
format.booktitle "title" output.check
+ titlenote output
venue empty$
'skip$
{ add.space.if.necessary "(" * venue * ")" * }
@@ -1010,6 +1022,7 @@ FUNCTION {techreport}
{ output.bibitem
format.authors "author" output.check
format.booktitle "title" output.check
+ titlenote output
format.tr.number output.nonnull
institution "institution" output.check
address output
@@ -1022,6 +1035,7 @@ FUNCTION {unpublished}
{ output.bibitem
format.authors "author" output.check
format.booktitle "title" output.check
+ titlenote output
note "note" output.check
format.date output
fin.entry
@@ -1232,16 +1246,6 @@ FUNCTION {longest.label.pass}
'author
if$
'this.author :=
- this.author prev.author =
- { "\bysame" 'bysame := }
- { "" 'bysame :=
- this.author "" =
- { "abcxyz" }
- 'this.author
- if$
- 'prev.author :=
- }
- if$
}
EXECUTE {initialize.longest.label}