diff options
author | Karl Berry <karl@freefriends.org> | 2013-12-26 23:19:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-12-26 23:19:02 +0000 |
commit | 67b6dbbfddb0d71cbb93790df31ca8648547df18 (patch) | |
tree | d94f52b3ab7e7658460be647ec6952f842716709 /Master/texmf-dist/bibtex/bst/abntex2/abntex2-alf.bst | |
parent | 9b219d1b664067729034647a4b37626cf2bf5e26 (diff) |
abntex2 (26dec13)
git-svn-id: svn://tug.org/texlive/trunk@32490 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/abntex2/abntex2-alf.bst')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/abntex2/abntex2-alf.bst | 10 |
1 files changed, 7 insertions, 3 deletions
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 |