diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-19 23:50:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-19 23:50:53 +0000 |
commit | 28ceee86f87c2f6dc30500d0ab39fe47a93ee24d (patch) | |
tree | 632b315aed9c9fa9809ff7c61a98b9263699c1ff /Master/texmf-dist/bibtex/bst/disser/gost705s.bst | |
parent | 982fd914e8a8280290bf497fc838067e08bae6f3 (diff) |
disser (19sep11)
git-svn-id: svn://tug.org/texlive/trunk@24029 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/disser/gost705s.bst')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/disser/gost705s.bst | 11 |
1 files changed, 3 insertions, 8 deletions
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$ |