summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-10-19 17:55:10 +0000
committerKarl Berry <karl@freefriends.org>2007-10-19 17:55:10 +0000
commit146ff49cee440098d4918aaf6be7148276c21fc8 (patch)
tree78897bff7b00db2d55e2a5191dbb1297a77be0b4 /Master/texmf-dist/bibtex
parente54cc81ce53f9edaa9f64cbba5b5cc9d37b041b2 (diff)
achemso update (16oct07)
git-svn-id: svn://tug.org/texlive/trunk@5237 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r--Master/texmf-dist/bibtex/bib/achemso/achemso.bib3
-rw-r--r--Master/texmf-dist/bibtex/bst/achemso/achemlnt.bst46
-rw-r--r--Master/texmf-dist/bibtex/bst/achemso/achemnat.bst46
-rw-r--r--Master/texmf-dist/bibtex/bst/achemso/achemso.bst46
-rw-r--r--Master/texmf-dist/bibtex/bst/achemso/achemsol.bst46
5 files changed, 133 insertions, 54 deletions
diff --git a/Master/texmf-dist/bibtex/bib/achemso/achemso.bib b/Master/texmf-dist/bibtex/bib/achemso/achemso.bib
index c3292ddf441..3d9ebe1747e 100644
--- a/Master/texmf-dist/bibtex/bib/achemso/achemso.bib
+++ b/Master/texmf-dist/bibtex/bib/achemso/achemso.bib
@@ -10,6 +10,5 @@
}
@MISC{ACS2007,
- note = {\url{http://pubs.acs.org/books/references.shtml}},
+ url = {http://pubs.acs.org/books/references.shtml},
}
-
diff --git a/Master/texmf-dist/bibtex/bst/achemso/achemlnt.bst b/Master/texmf-dist/bibtex/bst/achemso/achemlnt.bst
index 0bd271ac82a..07a23a027da 100644
--- a/Master/texmf-dist/bibtex/bst/achemso/achemlnt.bst
+++ b/Master/texmf-dist/bibtex/bst/achemso/achemlnt.bst
@@ -5,16 +5,15 @@
%% The original source files were:
%%
%% achemso.dtx (with options: `bib,list,nat')
-%% ----------------------------------------------------------------
-%% The achemso package - A BibTeX style for American Chemical
-%% Society publications
-%% Maintained by Joseph Wright
-%% E-mail: joseph.wright@morningstar2.co.uk
-%% Originally developed by Mats Dahlgren
-%% (c) 1996-98 by Mats Dahlgren
-%% (c) 2007 Joseph Wright
-%% Released under the LaTeX Project Public license v1.3 or later
-%% ----------------------------------------------------------------
+%% ----------------------------------------------------------------
+%% The achemso package - LaTeX and BibTeX support for American
+%% Chemical Society publications
+%% Maintained by Joseph Wright
+%% E-mail: joseph.wright@morningstar2.co.uk
+%% Released under the LaTeX Project Public License v1.3 or later
+%% See http://www.latex-project.org/lppl.txt
+%% ----------------------------------------------------------------
+%%
ENTRY
{ address
annotate
@@ -37,6 +36,7 @@ ENTRY
series
title
type
+ url
volume
year
}
@@ -125,6 +125,17 @@ FUNCTION {new.block}
if$
}
+FUNCTION {new.sentence}
+{ output.state after.block =
+ 'skip$
+ { output.state before.all =
+ 'skip$
+ { after.sentence 'output.state := }
+ if$
+ }
+ if$
+}
+
FUNCTION {add.note}
{ annotate empty$
'skip$
@@ -503,6 +514,13 @@ FUNCTION {format.number.series}
if$
}
+FUNCTION {format.url}
+{ url empty$
+ { "" }
+ { new.sentence "\url{" url * "}" * }
+ if$
+}
+
FUNCTION {format.full.names}
{'s :=
#1 'nameptr :=
@@ -796,8 +814,8 @@ FUNCTION {format.version}
FUNCTION {empty.misc.check}
{ author empty$ title empty$ howpublished empty$
- year empty$ note empty$
- and and and and
+ year empty$ note empty$ url empty$
+ and and and and and
{ "all relevant fields are empty in " cite$ * warning$ }
'skip$
if$
@@ -1022,6 +1040,7 @@ FUNCTION {misc}
if$
howpublished output
year output
+ format.url output
note output
fin.entry
empty.misc.check
@@ -1369,6 +1388,8 @@ FUNCTION {begin.bib}
'skip$
{ preamble$ write$ newline$ }
if$
+ "\providecommand{\url}[1]{\texttt{#1}}"
+ write$ newline$
"\providecommand{\refin}[1]{\\ \textbf{Referenced in:} #1}"
write$ newline$
"\providecommand{\natexlab}[1]{#1}"
@@ -1389,7 +1410,6 @@ FUNCTION {end.bib}
}
EXECUTE {end.bib}
-
%%
%%
%% End of file `achemlnt.bst'.
diff --git a/Master/texmf-dist/bibtex/bst/achemso/achemnat.bst b/Master/texmf-dist/bibtex/bst/achemso/achemnat.bst
index fb0ca064003..3259572ef6a 100644
--- a/Master/texmf-dist/bibtex/bst/achemso/achemnat.bst
+++ b/Master/texmf-dist/bibtex/bst/achemso/achemnat.bst
@@ -5,16 +5,15 @@
%% The original source files were:
%%
%% achemso.dtx (with options: `bib,nat')
-%% ----------------------------------------------------------------
-%% The achemso package - A BibTeX style for American Chemical
-%% Society publications
-%% Maintained by Joseph Wright
-%% E-mail: joseph.wright@morningstar2.co.uk
-%% Originally developed by Mats Dahlgren
-%% (c) 1996-98 by Mats Dahlgren
-%% (c) 2007 Joseph Wright
-%% Released under the LaTeX Project Public license v1.3 or later
-%% ----------------------------------------------------------------
+%% ----------------------------------------------------------------
+%% The achemso package - LaTeX and BibTeX support for American
+%% Chemical Society publications
+%% Maintained by Joseph Wright
+%% E-mail: joseph.wright@morningstar2.co.uk
+%% Released under the LaTeX Project Public License v1.3 or later
+%% See http://www.latex-project.org/lppl.txt
+%% ----------------------------------------------------------------
+%%
ENTRY
{ address
author
@@ -36,6 +35,7 @@ ENTRY
series
title
type
+ url
volume
year
}
@@ -124,6 +124,17 @@ FUNCTION {new.block}
if$
}
+FUNCTION {new.sentence}
+{ output.state after.block =
+ 'skip$
+ { output.state before.all =
+ 'skip$
+ { after.sentence 'output.state := }
+ if$
+ }
+ if$
+}
+
FUNCTION {fin.entry}
{ add.period$
write$
@@ -493,6 +504,13 @@ FUNCTION {format.number.series}
if$
}
+FUNCTION {format.url}
+{ url empty$
+ { "" }
+ { new.sentence "\url{" url * "}" * }
+ if$
+}
+
FUNCTION {format.full.names}
{'s :=
#1 'nameptr :=
@@ -786,8 +804,8 @@ FUNCTION {format.version}
FUNCTION {empty.misc.check}
{ author empty$ title empty$ howpublished empty$
- year empty$ note empty$
- and and and and
+ year empty$ note empty$ url empty$
+ and and and and and
{ "all relevant fields are empty in " cite$ * warning$ }
'skip$
if$
@@ -1012,6 +1030,7 @@ FUNCTION {misc}
if$
howpublished output
year output
+ format.url output
note output
fin.entry
empty.misc.check
@@ -1359,6 +1378,8 @@ FUNCTION {begin.bib}
'skip$
{ preamble$ write$ newline$ }
if$
+ "\providecommand{\url}[1]{\texttt{#1}}"
+ write$ newline$
"\providecommand{\refin}[1]{\\ \textbf{Referenced in:} #1}"
write$ newline$
"\providecommand{\natexlab}[1]{#1}"
@@ -1379,7 +1400,6 @@ FUNCTION {end.bib}
}
EXECUTE {end.bib}
-
%%
%%
%% End of file `achemnat.bst'.
diff --git a/Master/texmf-dist/bibtex/bst/achemso/achemso.bst b/Master/texmf-dist/bibtex/bst/achemso/achemso.bst
index f924271cb24..6554b69e34f 100644
--- a/Master/texmf-dist/bibtex/bst/achemso/achemso.bst
+++ b/Master/texmf-dist/bibtex/bst/achemso/achemso.bst
@@ -5,16 +5,15 @@
%% The original source files were:
%%
%% achemso.dtx (with options: `bib')
-%% ----------------------------------------------------------------
-%% The achemso package - A BibTeX style for American Chemical
-%% Society publications
-%% Maintained by Joseph Wright
-%% E-mail: joseph.wright@morningstar2.co.uk
-%% Originally developed by Mats Dahlgren
-%% (c) 1996-98 by Mats Dahlgren
-%% (c) 2007 Joseph Wright
-%% Released under the LaTeX Project Public license v1.3 or later
-%% ----------------------------------------------------------------
+%% ----------------------------------------------------------------
+%% The achemso package - LaTeX and BibTeX support for American
+%% Chemical Society publications
+%% Maintained by Joseph Wright
+%% E-mail: joseph.wright@morningstar2.co.uk
+%% Released under the LaTeX Project Public License v1.3 or later
+%% See http://www.latex-project.org/lppl.txt
+%% ----------------------------------------------------------------
+%%
ENTRY
{ address
author
@@ -35,6 +34,7 @@ ENTRY
series
title
type
+ url
volume
year
}
@@ -131,6 +131,17 @@ FUNCTION {new.block}
if$
}
+FUNCTION {new.sentence}
+{ output.state after.block =
+ 'skip$
+ { output.state before.all =
+ 'skip$
+ { after.sentence 'output.state := }
+ if$
+ }
+ if$
+}
+
FUNCTION {fin.entry}
{ add.period$
write$
@@ -500,6 +511,13 @@ FUNCTION {format.number.series}
if$
}
+FUNCTION {format.url}
+{ url empty$
+ { "" }
+ { new.sentence "\url{" url * "}" * }
+ if$
+}
+
FUNCTION {n.dashify}
{ 't :=
""
@@ -708,8 +726,8 @@ FUNCTION {format.version}
FUNCTION {empty.misc.check}
{ author empty$ title empty$ howpublished empty$
- year empty$ note empty$
- and and and and
+ year empty$ note empty$ url empty$
+ and and and and and
{ "all relevant fields are empty in " cite$ * warning$ }
'skip$
if$
@@ -934,6 +952,7 @@ FUNCTION {misc}
if$
howpublished output
year output
+ format.url output
note output
fin.entry
empty.misc.check
@@ -1157,6 +1176,8 @@ FUNCTION {begin.bib}
'skip$
{ preamble$ write$ newline$ }
if$
+ "\providecommand{\url}[1]{\texttt{#1}}"
+ write$ newline$
"\providecommand{\refin}[1]{\\ \textbf{Referenced in:} #1}"
write$ newline$
"\begin{thebibliography}{" longest.label * "}" *
@@ -1175,7 +1196,6 @@ FUNCTION {end.bib}
}
EXECUTE {end.bib}
-
%%
%%
%% End of file `achemso.bst'.
diff --git a/Master/texmf-dist/bibtex/bst/achemso/achemsol.bst b/Master/texmf-dist/bibtex/bst/achemso/achemsol.bst
index 341fda365a1..b5b29f87112 100644
--- a/Master/texmf-dist/bibtex/bst/achemso/achemsol.bst
+++ b/Master/texmf-dist/bibtex/bst/achemso/achemsol.bst
@@ -5,16 +5,15 @@
%% The original source files were:
%%
%% achemso.dtx (with options: `bib,list')
-%% ----------------------------------------------------------------
-%% The achemso package - A BibTeX style for American Chemical
-%% Society publications
-%% Maintained by Joseph Wright
-%% E-mail: joseph.wright@morningstar2.co.uk
-%% Originally developed by Mats Dahlgren
-%% (c) 1996-98 by Mats Dahlgren
-%% (c) 2007 Joseph Wright
-%% Released under the LaTeX Project Public license v1.3 or later
-%% ----------------------------------------------------------------
+%% ----------------------------------------------------------------
+%% The achemso package - LaTeX and BibTeX support for American
+%% Chemical Society publications
+%% Maintained by Joseph Wright
+%% E-mail: joseph.wright@morningstar2.co.uk
+%% Released under the LaTeX Project Public License v1.3 or later
+%% See http://www.latex-project.org/lppl.txt
+%% ----------------------------------------------------------------
+%%
ENTRY
{ address
annotate
@@ -36,6 +35,7 @@ ENTRY
series
title
type
+ url
volume
year
}
@@ -132,6 +132,17 @@ FUNCTION {new.block}
if$
}
+FUNCTION {new.sentence}
+{ output.state after.block =
+ 'skip$
+ { output.state before.all =
+ 'skip$
+ { after.sentence 'output.state := }
+ if$
+ }
+ if$
+}
+
FUNCTION {add.note}
{ annotate empty$
'skip$
@@ -510,6 +521,13 @@ FUNCTION {format.number.series}
if$
}
+FUNCTION {format.url}
+{ url empty$
+ { "" }
+ { new.sentence "\url{" url * "}" * }
+ if$
+}
+
FUNCTION {n.dashify}
{ 't :=
""
@@ -718,8 +736,8 @@ FUNCTION {format.version}
FUNCTION {empty.misc.check}
{ author empty$ title empty$ howpublished empty$
- year empty$ note empty$
- and and and and
+ year empty$ note empty$ url empty$
+ and and and and and
{ "all relevant fields are empty in " cite$ * warning$ }
'skip$
if$
@@ -944,6 +962,7 @@ FUNCTION {misc}
if$
howpublished output
year output
+ format.url output
note output
fin.entry
empty.misc.check
@@ -1167,6 +1186,8 @@ FUNCTION {begin.bib}
'skip$
{ preamble$ write$ newline$ }
if$
+ "\providecommand{\url}[1]{\texttt{#1}}"
+ write$ newline$
"\providecommand{\refin}[1]{\\ \textbf{Referenced in:} #1}"
write$ newline$
"\begin{thebibliography}{" longest.label * "}" *
@@ -1185,7 +1206,6 @@ FUNCTION {end.bib}
}
EXECUTE {end.bib}
-
%%
%%
%% End of file `achemsol.bst'.