diff options
author | Karl Berry <karl@freefriends.org> | 2007-04-11 23:09:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-04-11 23:09:15 +0000 |
commit | 7410502d1d3c16f11d788b7d082770e45b421b12 (patch) | |
tree | 66a4a2503b15635b27b00bf8c4868c38c2069a5e /Master/texmf-dist/bibtex/bst/abstyles | |
parent | 6858df01ea6ebb32f4be0f68e4b2e03d8713f38f (diff) |
abstyles fix/update (Juan Torrens mail to mactex-support, 9 Apr 2007 15:42:42)
git-svn-id: svn://tug.org/texlive/trunk@4150 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/abstyles')
6 files changed, 0 insertions, 6 deletions
diff --git a/Master/texmf-dist/bibtex/bst/abstyles/aabbrv.bst b/Master/texmf-dist/bibtex/bst/abstyles/aabbrv.bst index 802ec8ba5fc..05f9a968438 100644 --- a/Master/texmf-dist/bibtex/bst/abstyles/aabbrv.bst +++ b/Master/texmf-dist/bibtex/bst/abstyles/aabbrv.bst @@ -1045,7 +1045,6 @@ ITERATE {longest.label.pass} FUNCTION {begin.bib} { "\newif\ifabfull\abfullfalse" write$ newline$ -"\input apreambl" write$ newline$ preamble$ empty$ 'skip$ { preamble$ write$ newline$ } diff --git a/Master/texmf-dist/bibtex/bst/abstyles/aalpha.bst b/Master/texmf-dist/bibtex/bst/abstyles/aalpha.bst index c5442664c6c..2d5af5e6cf4 100644 --- a/Master/texmf-dist/bibtex/bst/abstyles/aalpha.bst +++ b/Master/texmf-dist/bibtex/bst/abstyles/aalpha.bst @@ -1190,7 +1190,6 @@ REVERSE {reverse.pass} FUNCTION {begin.bib} { "\newif\ifabfull\abfulltrue" write$ newline$ -"\input apreambl" write$ newline$ et.al.char.used { "\newcommand{\etalchar}[1]{$^{#1}$}" write$ newline$ } 'skip$ diff --git a/Master/texmf-dist/bibtex/bst/abstyles/anotit.bst b/Master/texmf-dist/bibtex/bst/abstyles/anotit.bst index 6e8ec41b53e..3d9b27546b7 100644 --- a/Master/texmf-dist/bibtex/bst/abstyles/anotit.bst +++ b/Master/texmf-dist/bibtex/bst/abstyles/anotit.bst @@ -1058,7 +1058,6 @@ ITERATE {longest.label.pass} FUNCTION {begin.bib} { "\newif\ifabfull\abfullfalse" write$ newline$ -"\input apreambl" write$ newline$ preamble$ empty$ 'skip$ { preamble$ write$ newline$ } diff --git a/Master/texmf-dist/bibtex/bst/abstyles/aplain.bst b/Master/texmf-dist/bibtex/bst/abstyles/aplain.bst index f9ac9f4a0af..7f98af6b128 100644 --- a/Master/texmf-dist/bibtex/bst/abstyles/aplain.bst +++ b/Master/texmf-dist/bibtex/bst/abstyles/aplain.bst @@ -1045,7 +1045,6 @@ ITERATE {longest.label.pass} FUNCTION {begin.bib} { "\newif\ifabfull\abfulltrue" write$ newline$ -"\input apreambl" write$ newline$ preamble$ empty$ 'skip$ { preamble$ write$ newline$ } diff --git a/Master/texmf-dist/bibtex/bst/abstyles/aunsnot.bst b/Master/texmf-dist/bibtex/bst/abstyles/aunsnot.bst index 6a918d201e5..ec64c143d16 100644 --- a/Master/texmf-dist/bibtex/bst/abstyles/aunsnot.bst +++ b/Master/texmf-dist/bibtex/bst/abstyles/aunsnot.bst @@ -924,7 +924,6 @@ ITERATE {longest.label.pass} FUNCTION {begin.bib} { "\newif\ifabfull\abfullfalse" write$ newline$ -"\input apreambl" write$ newline$ preamble$ empty$ 'skip$ { preamble$ write$ newline$ } diff --git a/Master/texmf-dist/bibtex/bst/abstyles/aunsrt.bst b/Master/texmf-dist/bibtex/bst/abstyles/aunsrt.bst index a610403e428..98fbd0611b4 100644 --- a/Master/texmf-dist/bibtex/bst/abstyles/aunsrt.bst +++ b/Master/texmf-dist/bibtex/bst/abstyles/aunsrt.bst @@ -911,7 +911,6 @@ ITERATE {longest.label.pass} FUNCTION {begin.bib} { "\newif\ifabfull\abfulltrue" write$ newline$ -"\input apreambl" write$ newline$ preamble$ empty$ 'skip$ { preamble$ write$ newline$ } |