diff options
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$ |