summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-12-26 23:19:02 +0000
committerKarl Berry <karl@freefriends.org>2013-12-26 23:19:02 +0000
commit67b6dbbfddb0d71cbb93790df31ca8648547df18 (patch)
treed94f52b3ab7e7658460be647ec6952f842716709 /Master/texmf-dist/bibtex/bst
parent9b219d1b664067729034647a4b37626cf2bf5e26 (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')
-rw-r--r--Master/texmf-dist/bibtex/bst/abntex2/abntex2-alf.bst10
-rw-r--r--Master/texmf-dist/bibtex/bst/abntex2/abntex2-num.bst10
2 files changed, 14 insertions, 6 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
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