diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/disser/gost705.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/disser/gost705.dtx | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/disser/gost705.dtx b/Master/texmf-dist/source/latex/disser/gost705.dtx index 97fd655650a..4db12a62141 100644 --- a/Master/texmf-dist/source/latex/disser/gost705.dtx +++ b/Master/texmf-dist/source/latex/disser/gost705.dtx @@ -155,7 +155,7 @@ and the derived files %</ignore> %<*driver> \ProvidesFile{gost705.drv}% - [2010/11/21 1.1.7 Bibliography style for GOST R 7.0.5-2008.] + [2010/09/11 1.1.8 Bibliography style for GOST R 7.0.5-2008.] \documentclass{ltxdoc} \usepackage[a4paper,includeheadfoot,nohead,mag=1000, @@ -1167,9 +1167,7 @@ FUNCTION {output.address.publisher.date} FUNCTION {output.bibitem} { newline$ - "\bibitem[\BibPrefix" write$ - label write$ - "\BibPostfix]{" write$ + "\bibitem" "{" * write$ cite$ write$ "}" write$ newline$ @@ -1714,6 +1712,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 @@ -2429,10 +2428,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" @@ -2451,7 +2446,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$ |