diff options
Diffstat (limited to 'Master/texmf-dist/bibtex/bst')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/abntex2/abntex2-alf.bst | 21 | ||||
-rw-r--r-- | Master/texmf-dist/bibtex/bst/abntex2/abntex2-num.bst | 21 |
2 files changed, 28 insertions, 14 deletions
diff --git a/Master/texmf-dist/bibtex/bst/abntex2/abntex2-alf.bst b/Master/texmf-dist/bibtex/bst/abntex2/abntex2-alf.bst index f99772aab07..bd93dbe2d40 100644 --- a/Master/texmf-dist/bibtex/bst/abntex2/abntex2-alf.bst +++ b/Master/texmf-dist/bibtex/bst/abntex2/abntex2-alf.bst @@ -1,4 +1,4 @@ -%% abntex2-alf.bst, v-1.8 laurocesar +%% abntex2-alf.bst, v-1.9 laurocesar %% Copyright 2012-2013 by abnTeX2 group at http://abntex2.googlecode.com/ %% %% This work may be distributed and/or modified under the @@ -25,6 +25,10 @@ %% %% Revision history: %% +%% 2013/08/27 PauloQuinan +%% Corrige a formatação de url com https +%% Corrige caracter & não escapado em urls de referências quando se usa hyperref +%% %% 2013/06/01 laurocesar %% Ajusta opção iso-690-1987 para @article %% @@ -977,14 +981,16 @@ FUNCTION {format.journal.pages} FUNCTION {get.url.type} {s #1 #5 substring$ "http:" = {http.url} + {s #1 #6 substring$ "https:" = {http.url} {s #1 #5 substring$ "file:" = {file.url} - {s #1 #4 substring$ "ftp:" = {ftp.url} - {s #1 #4 substring$ "doi:" = {doi.url} - {s #1 #7 substring$ "mailto:" = {mailto.url} {unknown.url} if$} - if$} + {s #1 #4 substring$ "ftp:" = {ftp.url} + {s #1 #4 substring$ "doi:" = {doi.url} + {s #1 #7 substring$ "mailto:" = {mailto.url} {unknown.url} if$} + if$} if$} + if$} if$} - if$ + if$ 'url.type := } @@ -1003,6 +1009,7 @@ FUNCTION {filter.url.tex} {s url.pos #1 substring$ duplicate$ "_" = {pop$ "\underline{\ }" } 'skip$ if$ duplicate$ "%" = {pop$ "\%" } 'skip$ if$ + duplicate$ "&" = {pop$ "\&" } 'skip$ if$ duplicate$ "~" = {pop$ "\~{}" } 'skip$ if$ duplicate$ "/" = {pop$ "\-/" } 'skip$ if$ duplicate$ "." = {pop$ "\-." } 'skip$ if$ @@ -2091,7 +2098,7 @@ FUNCTION {set.default.abnt.variables} "$RCSfile: abnt-alf.bst,v $ " extract.cvs.key % "abnt-alf.bst,v " = 'abnt.alf := % #1 para abnt-alf #0 para abnt-num - "$Revision: v-1.8 $" extract.cvs.key 'abnt.bst.revision := + "$Revision: v-1.9 $" extract.cvs.key 'abnt.bst.revision := #0 'abnt.and.type := % #0 "e"; #1 "&" "\emph" 'abnt.emphasize := #0 'abnt.cite.style := %default norm version for NBR10520 diff --git a/Master/texmf-dist/bibtex/bst/abntex2/abntex2-num.bst b/Master/texmf-dist/bibtex/bst/abntex2/abntex2-num.bst index f99d29366f4..1d71629d131 100644 --- a/Master/texmf-dist/bibtex/bst/abntex2/abntex2-num.bst +++ b/Master/texmf-dist/bibtex/bst/abntex2/abntex2-num.bst @@ -1,4 +1,4 @@ -%% abntex2-num.bst, v-1.8 laurocesar +%% abntex2-num.bst, v-1.9 laurocesar %% Copyright 2012-2013 by abnTeX2 group at http://abntex2.googlecode.com/ %% %% This work may be distributed and/or modified under the @@ -25,6 +25,10 @@ %% %% Revision history: %% +%% 2013/08/27 PauloQuinan +%% Corrige a formatação de url com https +%% Corrige caracter & não escapado em urls de referências quando se usa hyperref +%% %% 2013/06/01 laurocesar %% Ajusta opção iso-690-1987 para @article %% @@ -977,14 +981,16 @@ FUNCTION {format.journal.pages} FUNCTION {get.url.type} {s #1 #5 substring$ "http:" = {http.url} + {s #1 #6 substring$ "https:" = {http.url} {s #1 #5 substring$ "file:" = {file.url} - {s #1 #4 substring$ "ftp:" = {ftp.url} - {s #1 #4 substring$ "doi:" = {doi.url} - {s #1 #7 substring$ "mailto:" = {mailto.url} {unknown.url} if$} - if$} + {s #1 #4 substring$ "ftp:" = {ftp.url} + {s #1 #4 substring$ "doi:" = {doi.url} + {s #1 #7 substring$ "mailto:" = {mailto.url} {unknown.url} if$} + if$} if$} + if$} if$} - if$ + if$ 'url.type := } @@ -1003,6 +1009,7 @@ FUNCTION {filter.url.tex} {s url.pos #1 substring$ duplicate$ "_" = {pop$ "\underline{\ }" } 'skip$ if$ duplicate$ "%" = {pop$ "\%" } 'skip$ if$ + duplicate$ "&" = {pop$ "\&" } 'skip$ if$ duplicate$ "~" = {pop$ "\~{}" } 'skip$ if$ duplicate$ "/" = {pop$ "\-/" } 'skip$ if$ duplicate$ "." = {pop$ "\-." } 'skip$ if$ @@ -2091,7 +2098,7 @@ FUNCTION {set.default.abnt.variables} "$RCSfile: abnt-num.bst,v $ " extract.cvs.key % "abnt-alf.bst,v " = 'abnt.alf := % #1 para abnt-alf #0 para abnt-num - "$Revision: v-1.8 $" extract.cvs.key 'abnt.bst.revision := + "$Revision: v-1.9 $" extract.cvs.key 'abnt.bst.revision := #0 'abnt.and.type := % #0 "e"; #1 "&" "\emph" 'abnt.emphasize := #0 'abnt.cite.style := %default norm version for NBR10520 |