summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst/abntex2/abntex2-num.bst
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/abntex2/abntex2-num.bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/abntex2/abntex2-num.bst30
1 files changed, 23 insertions, 7 deletions
diff --git a/Master/texmf-dist/bibtex/bst/abntex2/abntex2-num.bst b/Master/texmf-dist/bibtex/bst/abntex2/abntex2-num.bst
index 53cbc9acbb7..3d5298c91a6 100644
--- a/Master/texmf-dist/bibtex/bst/abntex2/abntex2-num.bst
+++ b/Master/texmf-dist/bibtex/bst/abntex2/abntex2-num.bst
@@ -25,6 +25,10 @@
%%
%% Revision history:
%%
+%% 2013/02/28 caduarte7@gmail.com
+%% Complete Fix iso-690-1987 option: year was placed for
+%% twicebooklet, journalpart, manual, misc, unpublished, patent and unpublished
+%%
%% 2013/02/21 21h52 caduarte7@gmail.com (revision by laurocesar)
%% Fix iso-690-1987 option: year was placed twice
%%
@@ -1735,7 +1739,9 @@ FUNCTION {booklet}
format.edition output new.sentence
address "address" bibinfo.check output
format.bvolume output
- format.date output new.sentence
+ %format.date output new.sentence
+ iso.date.place {abnt.alf 'skip$ {format.year output new.sentence} if$}
+ {format.year output} if$
format.book.pages output new.sentence
format.volume.number.series output new.sentence
format.note output
@@ -1818,7 +1824,9 @@ FUNCTION {journalpart}
format.publisher.address output
format.volume output
format.number output
- format.date output new.sentence
+ %format.date output new.sentence
+ iso.date.place {abnt.alf 'skip$ {format.year output new.sentence} if$}
+ {format.year output} if$
format.book.pages output
format.illustrated
format.dimensions new.sentence
@@ -1837,7 +1845,9 @@ FUNCTION {manual}
format.furtherresp new.sentence
format.edition output new.sentence
format.address output
- format.date output new.sentence
+ %format.date output new.sentence
+ iso.date.place {abnt.alf 'skip$ {format.year output new.sentence} if$}
+ {format.year output} if$
format.bvolume.if.no.series output
format.book.pages output new.sentence
format.volume.number.series output new.sentence
@@ -1854,7 +1864,9 @@ FUNCTION {misc}
format.btitle output new.sentence
format.furtherresp new.sentence
format.publisher.address.relax output
- format.date output new.block
+ %format.date output new.block
+ iso.date.place {abnt.alf 'skip$ {format.year output new.sentence} if$}
+ {format.year output} if$
format.book.pages output new.sentence
format.illustrated
format.dimensions new.sentence
@@ -1873,7 +1885,9 @@ FUNCTION {patent}
format.authors.plain output new.sentence
format.btitle output new.sentence
format.furtherresp new.sentence
- format.date output new.block
+ %format.date output new.block
+ iso.date.place {abnt.alf 'skip$ {format.year output new.sentence} if$}
+ {format.year output} if$
format.patent.number output
format.howpublished output new.block
format.note output new.block
@@ -1969,7 +1983,9 @@ FUNCTION {unpublished}
iso.year.label
format.title "title" output.check new.sentence
format.note "note" output.check new.sentence
- format.date output new.sentence
+ %format.date output new.sentence
+ iso.date.place {abnt.alf 'skip$ {format.year output new.sentence} if$}
+ {format.year output} if$
format.url
fin.entry
}
@@ -2187,7 +2203,7 @@ FUNCTION {end.bib}
EXECUTE {end.bib}
FUNCTION {apresentacao}
{ "+---------------------------------------------------------+"
- "| http://abntex.codigolivre.org.br |"
+ "| http://abntex2.googlecode.com |"
"| Em caso de dúvidas ou problemas com este estilo procure |"
abnt.alf
{"| Estilo bibliográfico abnt-alf.bst versão " abnt.bst.revision * " |" *}