summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r--Master/texmf-dist/bibtex/bst/disser/gost705.bst11
-rw-r--r--Master/texmf-dist/bibtex/bst/disser/gost705s.bst11
2 files changed, 6 insertions, 16 deletions
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$