From 67b6dbbfddb0d71cbb93790df31ca8648547df18 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 26 Dec 2013 23:19:02 +0000 Subject: abntex2 (26dec13) git-svn-id: svn://tug.org/texlive/trunk@32490 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/bibtex/bst/abntex2/abntex2-alf.bst | 10 +++++++--- Master/texmf-dist/bibtex/bst/abntex2/abntex2-num.bst | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/bibtex') diff --git a/Master/texmf-dist/bibtex/bst/abntex2/abntex2-alf.bst b/Master/texmf-dist/bibtex/bst/abntex2/abntex2-alf.bst index bd93dbe2d40..e37bdce30a0 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.9 laurocesar +%% abntex2-alf.bst, v-1.9.1 laurocesar %% Copyright 2012-2013 by abnTeX2 group at http://abntex2.googlecode.com/ %% %% This work may be distributed and/or modified under the @@ -1014,6 +1014,8 @@ FUNCTION {filter.url.tex} duplicate$ "/" = {pop$ "\-/" } 'skip$ if$ duplicate$ "." = {pop$ "\-." } 'skip$ if$ duplicate$ "\" = {pop$ "{\textbackslash}" } 'skip$ if$ + duplicate$ "#" = {pop$ "\#" } 'skip$ if$ + duplicate$ "_" = {pop$ "\_" } 'skip$ if$ t swap$ * 't := url.pos #1 + 'url.pos := } @@ -1026,6 +1028,8 @@ FUNCTION {filter.url.html} {url.pos url.length <} {s url.pos #1 substring$ duplicate$ "%" = {pop$ "\%" } 'skip$ if$ + duplicate$ "#" = {pop$ "\#" } 'skip$ if$ + duplicate$ "_" = {pop$ "\_" } 'skip$ if$ t swap$ * 't := url.pos #1 + 'url.pos := } @@ -1042,7 +1046,7 @@ FUNCTION {compose.url} abnt.doi abnt.doi.expand.to.url = 'expand.doi {s} if$ * "$>$" *} 'skip$ if$ abnt.url.package #1 = - { "\url{" * s * "}" *} 'skip$ if$ + { "\url{" * filter.url.html * "}" *} 'skip$ if$ abnt.url.package #2 = {url.type http.url = {"\htmladdnormallink{$<$" * filter.url.tex * "$>$}{" * filter.url.html * "}" *} @@ -2098,7 +2102,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.9 $" extract.cvs.key 'abnt.bst.revision := + "$Revision: v-1.9.1 $" 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 1d71629d131..dcd486e2483 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.9 laurocesar +%% abntex2-num.bst, v-1.9.1 laurocesar %% Copyright 2012-2013 by abnTeX2 group at http://abntex2.googlecode.com/ %% %% This work may be distributed and/or modified under the @@ -1014,6 +1014,8 @@ FUNCTION {filter.url.tex} duplicate$ "/" = {pop$ "\-/" } 'skip$ if$ duplicate$ "." = {pop$ "\-." } 'skip$ if$ duplicate$ "\" = {pop$ "{\textbackslash}" } 'skip$ if$ + duplicate$ "#" = {pop$ "\#" } 'skip$ if$ + duplicate$ "_" = {pop$ "\_" } 'skip$ if$ t swap$ * 't := url.pos #1 + 'url.pos := } @@ -1026,6 +1028,8 @@ FUNCTION {filter.url.html} {url.pos url.length <} {s url.pos #1 substring$ duplicate$ "%" = {pop$ "\%" } 'skip$ if$ + duplicate$ "#" = {pop$ "\#" } 'skip$ if$ + duplicate$ "_" = {pop$ "\_" } 'skip$ if$ t swap$ * 't := url.pos #1 + 'url.pos := } @@ -1042,7 +1046,7 @@ FUNCTION {compose.url} abnt.doi abnt.doi.expand.to.url = 'expand.doi {s} if$ * "$>$" *} 'skip$ if$ abnt.url.package #1 = - { "\url{" * s * "}" *} 'skip$ if$ + { "\url{" * filter.url.html * "}" *} 'skip$ if$ abnt.url.package #2 = {url.type http.url = {"\htmladdnormallink{$<$" * filter.url.tex * "$>$}{" * filter.url.html * "}" *} @@ -2098,7 +2102,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.9 $" extract.cvs.key 'abnt.bst.revision := + "$Revision: v-1.9.1 $" 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 -- cgit v1.2.3