summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst/bibhtml/plainhtmldate.bst
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/bibhtml/plainhtmldate.bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/bibhtml/plainhtmldate.bst19
1 files changed, 11 insertions, 8 deletions
diff --git a/Master/texmf-dist/bibtex/bst/bibhtml/plainhtmldate.bst b/Master/texmf-dist/bibtex/bst/bibhtml/plainhtmldate.bst
index 8245416cd57..757df83c9e0 100644
--- a/Master/texmf-dist/bibtex/bst/bibhtml/plainhtmldate.bst
+++ b/Master/texmf-dist/bibtex/bst/bibhtml/plainhtmldate.bst
@@ -3,10 +3,12 @@
%%
%% This is plainhtmldate.bst, edited from plainhtml.bst by plainhtmldate.sed
%%
-%% plainhtml.bst, version 1.1
-%% Copyright 1999, 2005, Norman Gray.
+%% plainhtml.bst
%%
-%% Part of bibhtml, Norman Gray <norman@astro.gla.ac.uk>, April 1996
+%% Part of bibhtml, version 1.3, released 2006 October 31
+%% See <http://purl.org/nxg/dist/bibhtml>
+%%
+%% Copyright 1999, 2005, 2006, Norman Gray <norman@astro.gla.ac.uk>
ENTRY
{ address
author
@@ -39,14 +41,15 @@ ENTRY
{ label }
INTEGERS { output.state before.all mid.sentence after.sentence after.block
close.link }
-STRINGS { s t xxxmirror }
+STRINGS { s t xxxmirror hrefprefix }
FUNCTION {init.state.consts}
{ #0 'before.all :=
#1 'mid.sentence :=
#2 'after.sentence :=
#3 'after.block :=
#0 'close.link :=
- "xxx.lanl.gov" 'xxxmirror :=
+ "" 'hrefprefix := % "ref:" is a good alternative
+ "xxx.arxiv.org" 'xxxmirror :=
}
FUNCTION {output.nonnull}
{ 's :=
@@ -88,7 +91,7 @@ FUNCTION {output.check}
}
FUNCTION {output.bibitem}
{ newline$
- "<dt><a name=" quote$ * write$
+ "<dt><a name=" quote$ * hrefprefix * write$
cite$ write$
quote$ ">[" * cite$ * "] " * write$
#1 'close.link :=
@@ -458,7 +461,7 @@ FUNCTION {format.article.crossref}
warning$
""
}
- { "In <em><a href=" quote$ * "#" * crossref * quote$ * ">" *
+ { "In <em><a href=" quote$ * "#" * hrefprefix * crossref * quote$ * ">" *
journal * "</a></em>" * }
if$
}
@@ -482,7 +485,7 @@ FUNCTION {format.crossref.editor}
}
if$
}
- { "<a href=" quote$ * "#" * crossref * quote$ * " >[" *
+ { "<a href=" quote$ * "#" * hrefprefix * crossref * quote$ * " >[" *
crossref * "]</a>" *
}
if$