summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-09-17 21:54:50 +0000
committerKarl Berry <karl@freefriends.org>2006-09-17 21:54:50 +0000
commit5275f90ac6aaec1b0ac873e981b9baaccdec330f (patch)
tree7174b4e5a6b53e243ad07ccff388389399314508 /Master/texmf-dist/bibtex/bst
parent6a35763c7e3f70d61db5b7c296402ee180f37900 (diff)
stellenbosch 5.0 (14sep06)
git-svn-id: svn://tug.org/texlive/trunk@2139 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/stellenbosch/usmeg-a.bst11
-rw-r--r--Master/texmf-dist/bibtex/bst/stellenbosch/usmeg-n.bst11
-rw-r--r--Master/texmf-dist/bibtex/bst/stellenbosch/ussagus.bst10
3 files changed, 15 insertions, 17 deletions
diff --git a/Master/texmf-dist/bibtex/bst/stellenbosch/usmeg-a.bst b/Master/texmf-dist/bibtex/bst/stellenbosch/usmeg-a.bst
index 85c75f37773..98be85449fc 100644
--- a/Master/texmf-dist/bibtex/bst/stellenbosch/usmeg-a.bst
+++ b/Master/texmf-dist/bibtex/bst/stellenbosch/usmeg-a.bst
@@ -185,12 +185,11 @@ FUNCTION {remove.dots}
while$
}
-FUNCTION {remove.spaces}
- { 'z :=
- ""
- { z empty$ not }
- { z #1 #1 substring$
- z #2 global.max$ substring$ 'z :=
+STRINGS {zstr}
+FUNCTION {remove.spaces} { 'zstr := ""
+ { zstr empty$ not }
+ { zstr #1 #1 substring$
+ zstr #2 global.max$ substring$ 'zstr :=
duplicate$ "~" =
'pop$
{ duplicate$ " " =
diff --git a/Master/texmf-dist/bibtex/bst/stellenbosch/usmeg-n.bst b/Master/texmf-dist/bibtex/bst/stellenbosch/usmeg-n.bst
index e903a18b9c9..6bc85b9649f 100644
--- a/Master/texmf-dist/bibtex/bst/stellenbosch/usmeg-n.bst
+++ b/Master/texmf-dist/bibtex/bst/stellenbosch/usmeg-n.bst
@@ -424,12 +424,11 @@ FUNCTION {write.url}
if$
}
-STRINGS {z}
-
-FUNCTION {remove.spaces} { 'z := ""
- { z empty$ not }
- { z #1 #1 substring$
- z #2 global.max$ substring$ 'z :=
+STRINGS {zstr}
+FUNCTION {remove.spaces} { 'zstr := ""
+ { zstr empty$ not }
+ { zstr #1 #1 substring$
+ zstr #2 global.max$ substring$ 'zstr :=
duplicate$ "~" =
'pop$
{ duplicate$ " " =
diff --git a/Master/texmf-dist/bibtex/bst/stellenbosch/ussagus.bst b/Master/texmf-dist/bibtex/bst/stellenbosch/ussagus.bst
index 8f9276bb4d6..1133418b48b 100644
--- a/Master/texmf-dist/bibtex/bst/stellenbosch/ussagus.bst
+++ b/Master/texmf-dist/bibtex/bst/stellenbosch/ussagus.bst
@@ -390,12 +390,12 @@ FUNCTION {write.url}
if$
}
-STRINGS {z}
+STRINGS {zstr}
-FUNCTION {remove.spaces} { 'z := ""
- { z empty$ not }
- { z #1 #1 substring$
- z #2 global.max$ substring$ 'z :=
+FUNCTION {remove.spaces} { 'zstr := ""
+ { zstr empty$ not }
+ { zstr #1 #1 substring$
+ zstr #2 global.max$ substring$ 'zstr :=
duplicate$ "~" =
'pop$
{ duplicate$ " " =