diff options
author | Karl Berry <karl@freefriends.org> | 2013-03-25 23:29:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-03-25 23:29:57 +0000 |
commit | ac6d0cd3c85184c47dcb1498d22d1c69a9a36f2c (patch) | |
tree | f0002aafad50cdc178b6cb171ec32b8e578eb4cc /Master/texmf-dist/bibtex/bst/abntex2/abntex2-num.bst | |
parent | 1f4b433d5d56d82289b2dd70af8bf0e2b71818a3 (diff) |
abntex2 (24mar13)
git-svn-id: svn://tug.org/texlive/trunk@29502 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/abntex2/abntex2-num.bst')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/abntex2/abntex2-num.bst | 30 |
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 * " |" *} |