From 28ceee86f87c2f6dc30500d0ab39fe47a93ee24d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 19 Sep 2011 23:50:53 +0000 Subject: disser (19sep11) git-svn-id: svn://tug.org/texlive/trunk@24029 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/bibtex/bst/disser/gost705.bst | 11 +++-------- Master/texmf-dist/bibtex/bst/disser/gost705s.bst | 11 +++-------- 2 files changed, 6 insertions(+), 16 deletions(-) (limited to 'Master/texmf-dist/bibtex') diff --git a/Master/texmf-dist/bibtex/bst/disser/gost705.bst b/Master/texmf-dist/bibtex/bst/disser/gost705.bst index bcc97218bf2..76e3c2700e5 100644 --- a/Master/texmf-dist/bibtex/bst/disser/gost705.bst +++ b/Master/texmf-dist/bibtex/bst/disser/gost705.bst @@ -725,9 +725,7 @@ FUNCTION {output.address.publisher.date} FUNCTION {output.bibitem} { newline$ - "\bibitem[\BibPrefix" write$ - label write$ - "\BibPostfix]{" write$ + "\bibitem" "{" * write$ cite$ write$ "}" write$ newline$ @@ -1165,6 +1163,7 @@ FUNCTION {book} output.bibitem author.before format.btitle add.doi "title" output.check + new.slash editor.organization.after new.sentence format.number.series output @@ -1679,10 +1678,6 @@ FUNCTION {begin.bib} if$ "\makeatletter\renewcommand{\@biblabel}[1]{#1.}\makeatother" write$ newline$ - "\ifx\undefined\BibPrefix\def\BibPrefix{}\else\fi" - write$ newline$ - "\ifx\undefined\BibPostfix\def\BibPostfix{}\else\fi" - write$ newline$ "\ifx\undefined\BibEmph\def\BibEmph#1{#1}\else\fi" write$ newline$ "\ifx\undefined\href\def\href#1#2{#2}\else\fi" @@ -1701,7 +1696,7 @@ FUNCTION {begin.bib} write$ newline$ "\ifx\undefined\BibAnnote\long\def\BibAnnote#1{#1}\else\fi" write$ newline$ - "\begin{thebibliography}{\BibPrefix" longest.label * "\BibPostfix}" * + "\begin{thebibliography}{" longest.label * "}" * write$ newline$ "\def\selectlanguageifdefined#1{" write$ newline$ diff --git a/Master/texmf-dist/bibtex/bst/disser/gost705s.bst b/Master/texmf-dist/bibtex/bst/disser/gost705s.bst index 5bf7af3d437..ff41304025c 100644 --- a/Master/texmf-dist/bibtex/bst/disser/gost705s.bst +++ b/Master/texmf-dist/bibtex/bst/disser/gost705s.bst @@ -725,9 +725,7 @@ FUNCTION {output.address.publisher.date} FUNCTION {output.bibitem} { newline$ - "\bibitem[\BibPrefix" write$ - label write$ - "\BibPostfix]{" write$ + "\bibitem" "{" * write$ cite$ write$ "}" write$ newline$ @@ -1165,6 +1163,7 @@ FUNCTION {book} output.bibitem author.before format.btitle add.doi "title" output.check + new.slash editor.organization.after new.sentence format.number.series output @@ -1782,10 +1781,6 @@ FUNCTION {begin.bib} if$ "\makeatletter\renewcommand{\@biblabel}[1]{#1.}\makeatother" write$ newline$ - "\ifx\undefined\BibPrefix\def\BibPrefix{}\else\fi" - write$ newline$ - "\ifx\undefined\BibPostfix\def\BibPostfix{}\else\fi" - write$ newline$ "\ifx\undefined\BibEmph\def\BibEmph#1{#1}\else\fi" write$ newline$ "\ifx\undefined\href\def\href#1#2{#2}\else\fi" @@ -1804,7 +1799,7 @@ FUNCTION {begin.bib} write$ newline$ "\ifx\undefined\BibAnnote\long\def\BibAnnote#1{#1}\else\fi" write$ newline$ - "\begin{thebibliography}{\BibPrefix" longest.label * "\BibPostfix}" * + "\begin{thebibliography}{" longest.label * "}" * write$ newline$ "\def\selectlanguageifdefined#1{" write$ newline$ -- cgit v1.2.3