summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-09-10 23:02:52 +0000
committerKarl Berry <karl@freefriends.org>2012-09-10 23:02:52 +0000
commita4500f9f441cef9f6bf0780c7c564f46d4efb56d (patch)
tree9800721c4d06c424c28c5d7533f60c510585165b /Master/texmf-dist
parent14363fe6c1130453f3e0f33d9be64bae3f261e0f (diff)
gost (10sep12)
git-svn-id: svn://tug.org/texlive/trunk@27642 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/bibtex/bst/gost/gost2003.bst2
-rw-r--r--Master/texmf-dist/bibtex/bst/gost/gost2003s.bst2
-rw-r--r--Master/texmf-dist/bibtex/bst/gost/gost2008.bst4
-rw-r--r--Master/texmf-dist/bibtex/bst/gost/gost2008l.bst4
-rw-r--r--Master/texmf-dist/bibtex/bst/gost/gost2008ls.bst4
-rw-r--r--Master/texmf-dist/bibtex/bst/gost/gost2008n.bst4
-rw-r--r--Master/texmf-dist/bibtex/bst/gost/gost2008ns.bst4
-rw-r--r--Master/texmf-dist/bibtex/bst/gost/gost2008s.bst4
-rw-r--r--Master/texmf-dist/bibtex/bst/gost/gost780.bst2
-rw-r--r--Master/texmf-dist/bibtex/bst/gost/gost780s.bst2
-rw-r--r--Master/texmf-dist/bibtex/bst/gost/ugost2003.bst2
-rw-r--r--Master/texmf-dist/bibtex/bst/gost/ugost2003s.bst2
-rw-r--r--Master/texmf-dist/bibtex/bst/gost/ugost2008.bst4
-rw-r--r--Master/texmf-dist/bibtex/bst/gost/ugost2008l.bst4
-rw-r--r--Master/texmf-dist/bibtex/bst/gost/ugost2008ls.bst4
-rw-r--r--Master/texmf-dist/bibtex/bst/gost/ugost2008n.bst4
-rw-r--r--Master/texmf-dist/bibtex/bst/gost/ugost2008ns.bst4
-rw-r--r--Master/texmf-dist/bibtex/bst/gost/ugost2008s.bst4
-rw-r--r--Master/texmf-dist/doc/bibtex/gost/README21
-rw-r--r--Master/texmf-dist/doc/bibtex/gost/gost.pdfbin567368 -> 567988 bytes
-rw-r--r--Master/texmf-dist/source/bibtex/gost/gost.dtx19
21 files changed, 52 insertions, 48 deletions
diff --git a/Master/texmf-dist/bibtex/bst/gost/gost2003.bst b/Master/texmf-dist/bibtex/bst/gost/gost2003.bst
index 08cd81d091f..26fd1cc3529 100644
--- a/Master/texmf-dist/bibtex/bst/gost/gost2003.bst
+++ b/Master/texmf-dist/bibtex/bst/gost/gost2003.bst
@@ -1906,7 +1906,7 @@ FUNCTION {begin.bib}
{ "\begin{thebibliography}{" longest.label * "}" * write$ newline$
"\def\selectlanguageifdefined#1{" write$ newline$
"\expandafter\ifx\csname date#1\endcsname\relax" write$ newline$
- "\else\language\csname l@#1\endcsname\fi}" write$ newline$
+ "\else\selectlanguage{#1}\fi}" write$ newline$
"\providecommand*{\href}[2]{{\small #2}}" write$ newline$
"\providecommand*{\url}[1]{{\small #1}}" write$ newline$
"\providecommand*{\BibUrl}[1]{\url{#1}}" write$ newline$
diff --git a/Master/texmf-dist/bibtex/bst/gost/gost2003s.bst b/Master/texmf-dist/bibtex/bst/gost/gost2003s.bst
index b744c47b4dc..7d197ada700 100644
--- a/Master/texmf-dist/bibtex/bst/gost/gost2003s.bst
+++ b/Master/texmf-dist/bibtex/bst/gost/gost2003s.bst
@@ -2030,7 +2030,7 @@ FUNCTION {begin.bib}
{ "\begin{thebibliography}{" longest.label * "}" * write$ newline$
"\def\selectlanguageifdefined#1{" write$ newline$
"\expandafter\ifx\csname date#1\endcsname\relax" write$ newline$
- "\else\language\csname l@#1\endcsname\fi}" write$ newline$
+ "\else\selectlanguage{#1}\fi}" write$ newline$
"\providecommand*{\href}[2]{{\small #2}}" write$ newline$
"\providecommand*{\url}[1]{{\small #1}}" write$ newline$
"\providecommand*{\BibUrl}[1]{\url{#1}}" write$ newline$
diff --git a/Master/texmf-dist/bibtex/bst/gost/gost2008.bst b/Master/texmf-dist/bibtex/bst/gost/gost2008.bst
index 41eaf17552d..4b8c820d51e 100644
--- a/Master/texmf-dist/bibtex/bst/gost/gost2008.bst
+++ b/Master/texmf-dist/bibtex/bst/gost/gost2008.bst
@@ -1914,13 +1914,13 @@ FUNCTION {begin.bib}
{ "\begin{thebibliography}{" longest.label * "}" * write$ newline$
"\def\selectlanguageifdefined#1{" write$ newline$
"\expandafter\ifx\csname date#1\endcsname\relax" write$ newline$
- "\else\language\csname l@#1\endcsname\fi}" write$ newline$
+ "\else\selectlanguage{#1}\fi}" write$ newline$
"\providecommand*{\href}[2]{{\small #2}}" write$ newline$
"\providecommand*{\url}[1]{{\small #1}}" write$ newline$
"\providecommand*{\BibUrl}[1]{\url{#1}}" write$ newline$
"\providecommand{\BibAnnote}[1]{}" write$ newline$
"\providecommand*{\BibEmph}[1]{#1}" write$ newline$
- "\providecommand*{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
+ "\ProvideTextCommandDefault{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
"\providecommand*{\BibDash}{\ifdim\lastskip>0pt\unskip\nobreak\hskip.2em\fi" write$ newline$
"\cyrdash\hskip.2em\ignorespaces}" write$ newline$
preamble$ empty$
diff --git a/Master/texmf-dist/bibtex/bst/gost/gost2008l.bst b/Master/texmf-dist/bibtex/bst/gost/gost2008l.bst
index 2437f2f7f48..51a9518f16d 100644
--- a/Master/texmf-dist/bibtex/bst/gost/gost2008l.bst
+++ b/Master/texmf-dist/bibtex/bst/gost/gost2008l.bst
@@ -1902,13 +1902,13 @@ FUNCTION {begin.bib}
{ "\begin{thebibliography}{" longest.label * "}" * write$ newline$
"\def\selectlanguageifdefined#1{" write$ newline$
"\expandafter\ifx\csname date#1\endcsname\relax" write$ newline$
- "\else\language\csname l@#1\endcsname\fi}" write$ newline$
+ "\else\selectlanguage{#1}\fi}" write$ newline$
"\providecommand*{\href}[2]{{\small #2}}" write$ newline$
"\providecommand*{\url}[1]{{\small #1}}" write$ newline$
"\providecommand*{\BibUrl}[1]{\url{#1}}" write$ newline$
"\providecommand{\BibAnnote}[1]{}" write$ newline$
"\providecommand*{\BibEmph}[1]{#1}" write$ newline$
- "\providecommand*{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
+ "\ProvideTextCommandDefault{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
"\providecommand*{\BibDash}{\ifdim\lastskip>0pt\unskip\nobreak\hskip.2em\fi" write$ newline$
"\cyrdash\hskip.2em\ignorespaces}" write$ newline$
preamble$ empty$
diff --git a/Master/texmf-dist/bibtex/bst/gost/gost2008ls.bst b/Master/texmf-dist/bibtex/bst/gost/gost2008ls.bst
index 315cd40ea95..ba24714d0a5 100644
--- a/Master/texmf-dist/bibtex/bst/gost/gost2008ls.bst
+++ b/Master/texmf-dist/bibtex/bst/gost/gost2008ls.bst
@@ -2026,13 +2026,13 @@ FUNCTION {begin.bib}
{ "\begin{thebibliography}{" longest.label * "}" * write$ newline$
"\def\selectlanguageifdefined#1{" write$ newline$
"\expandafter\ifx\csname date#1\endcsname\relax" write$ newline$
- "\else\language\csname l@#1\endcsname\fi}" write$ newline$
+ "\else\selectlanguage{#1}\fi}" write$ newline$
"\providecommand*{\href}[2]{{\small #2}}" write$ newline$
"\providecommand*{\url}[1]{{\small #1}}" write$ newline$
"\providecommand*{\BibUrl}[1]{\url{#1}}" write$ newline$
"\providecommand{\BibAnnote}[1]{}" write$ newline$
"\providecommand*{\BibEmph}[1]{#1}" write$ newline$
- "\providecommand*{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
+ "\ProvideTextCommandDefault{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
"\providecommand*{\BibDash}{\ifdim\lastskip>0pt\unskip\nobreak\hskip.2em\fi" write$ newline$
"\cyrdash\hskip.2em\ignorespaces}" write$ newline$
preamble$ empty$
diff --git a/Master/texmf-dist/bibtex/bst/gost/gost2008n.bst b/Master/texmf-dist/bibtex/bst/gost/gost2008n.bst
index bad578f1a16..8d3fc6de2dc 100644
--- a/Master/texmf-dist/bibtex/bst/gost/gost2008n.bst
+++ b/Master/texmf-dist/bibtex/bst/gost/gost2008n.bst
@@ -2254,13 +2254,13 @@ FUNCTION {begin.bib}
{ "\begin{thebibliography}{" longest.label * "}" * write$ newline$
"\def\selectlanguageifdefined#1{" write$ newline$
"\expandafter\ifx\csname date#1\endcsname\relax" write$ newline$
- "\else\language\csname l@#1\endcsname\fi}" write$ newline$
+ "\else\selectlanguage{#1}\fi}" write$ newline$
"\providecommand*{\href}[2]{{\small #2}}" write$ newline$
"\providecommand*{\url}[1]{{\small #1}}" write$ newline$
"\providecommand*{\BibUrl}[1]{\url{#1}}" write$ newline$
"\providecommand{\BibAnnote}[1]{}" write$ newline$
"\providecommand*{\BibEmph}[1]{#1}" write$ newline$
- "\providecommand*{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
+ "\ProvideTextCommandDefault{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
"\providecommand*{\BibDash}{\ifdim\lastskip>0pt\unskip\nobreak\hskip.2em\fi" write$ newline$
"\cyrdash\hskip.2em\ignorespaces}" write$ newline$
"\providecommand{\natexlab}[1]{#1}" write$ newline$
diff --git a/Master/texmf-dist/bibtex/bst/gost/gost2008ns.bst b/Master/texmf-dist/bibtex/bst/gost/gost2008ns.bst
index c62d17b6d25..5f36afd5d00 100644
--- a/Master/texmf-dist/bibtex/bst/gost/gost2008ns.bst
+++ b/Master/texmf-dist/bibtex/bst/gost/gost2008ns.bst
@@ -2388,13 +2388,13 @@ FUNCTION {begin.bib}
{ "\begin{thebibliography}{" longest.label * "}" * write$ newline$
"\def\selectlanguageifdefined#1{" write$ newline$
"\expandafter\ifx\csname date#1\endcsname\relax" write$ newline$
- "\else\language\csname l@#1\endcsname\fi}" write$ newline$
+ "\else\selectlanguage{#1}\fi}" write$ newline$
"\providecommand*{\href}[2]{{\small #2}}" write$ newline$
"\providecommand*{\url}[1]{{\small #1}}" write$ newline$
"\providecommand*{\BibUrl}[1]{\url{#1}}" write$ newline$
"\providecommand{\BibAnnote}[1]{}" write$ newline$
"\providecommand*{\BibEmph}[1]{#1}" write$ newline$
- "\providecommand*{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
+ "\ProvideTextCommandDefault{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
"\providecommand*{\BibDash}{\ifdim\lastskip>0pt\unskip\nobreak\hskip.2em\fi" write$ newline$
"\cyrdash\hskip.2em\ignorespaces}" write$ newline$
"\providecommand{\natexlab}[1]{#1}" write$ newline$
diff --git a/Master/texmf-dist/bibtex/bst/gost/gost2008s.bst b/Master/texmf-dist/bibtex/bst/gost/gost2008s.bst
index b1f47417561..62b0211204f 100644
--- a/Master/texmf-dist/bibtex/bst/gost/gost2008s.bst
+++ b/Master/texmf-dist/bibtex/bst/gost/gost2008s.bst
@@ -2038,13 +2038,13 @@ FUNCTION {begin.bib}
{ "\begin{thebibliography}{" longest.label * "}" * write$ newline$
"\def\selectlanguageifdefined#1{" write$ newline$
"\expandafter\ifx\csname date#1\endcsname\relax" write$ newline$
- "\else\language\csname l@#1\endcsname\fi}" write$ newline$
+ "\else\selectlanguage{#1}\fi}" write$ newline$
"\providecommand*{\href}[2]{{\small #2}}" write$ newline$
"\providecommand*{\url}[1]{{\small #1}}" write$ newline$
"\providecommand*{\BibUrl}[1]{\url{#1}}" write$ newline$
"\providecommand{\BibAnnote}[1]{}" write$ newline$
"\providecommand*{\BibEmph}[1]{#1}" write$ newline$
- "\providecommand*{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
+ "\ProvideTextCommandDefault{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
"\providecommand*{\BibDash}{\ifdim\lastskip>0pt\unskip\nobreak\hskip.2em\fi" write$ newline$
"\cyrdash\hskip.2em\ignorespaces}" write$ newline$
preamble$ empty$
diff --git a/Master/texmf-dist/bibtex/bst/gost/gost780.bst b/Master/texmf-dist/bibtex/bst/gost/gost780.bst
index 94ebc47717d..a6da9056253 100644
--- a/Master/texmf-dist/bibtex/bst/gost/gost780.bst
+++ b/Master/texmf-dist/bibtex/bst/gost/gost780.bst
@@ -1824,7 +1824,7 @@ FUNCTION {begin.bib}
{ "\begin{thebibliography}{" longest.label * "}" * write$ newline$
"\def\selectlanguageifdefined#1{" write$ newline$
"\expandafter\ifx\csname date#1\endcsname\relax" write$ newline$
- "\else\language\csname l@#1\endcsname\fi}" write$ newline$
+ "\else\selectlanguage{#1}\fi}" write$ newline$
"\providecommand*{\href}[2]{{\small #2}}" write$ newline$
"\providecommand*{\url}[1]{{\small #1}}" write$ newline$
"\providecommand*{\BibUrl}[1]{\url{#1}}" write$ newline$
diff --git a/Master/texmf-dist/bibtex/bst/gost/gost780s.bst b/Master/texmf-dist/bibtex/bst/gost/gost780s.bst
index a0a9e0646b3..e4b802101ae 100644
--- a/Master/texmf-dist/bibtex/bst/gost/gost780s.bst
+++ b/Master/texmf-dist/bibtex/bst/gost/gost780s.bst
@@ -1948,7 +1948,7 @@ FUNCTION {begin.bib}
{ "\begin{thebibliography}{" longest.label * "}" * write$ newline$
"\def\selectlanguageifdefined#1{" write$ newline$
"\expandafter\ifx\csname date#1\endcsname\relax" write$ newline$
- "\else\language\csname l@#1\endcsname\fi}" write$ newline$
+ "\else\selectlanguage{#1}\fi}" write$ newline$
"\providecommand*{\href}[2]{{\small #2}}" write$ newline$
"\providecommand*{\url}[1]{{\small #1}}" write$ newline$
"\providecommand*{\BibUrl}[1]{\url{#1}}" write$ newline$
diff --git a/Master/texmf-dist/bibtex/bst/gost/ugost2003.bst b/Master/texmf-dist/bibtex/bst/gost/ugost2003.bst
index 59786b4039b..e25ae4b4aad 100644
--- a/Master/texmf-dist/bibtex/bst/gost/ugost2003.bst
+++ b/Master/texmf-dist/bibtex/bst/gost/ugost2003.bst
@@ -1901,7 +1901,7 @@ FUNCTION {begin.bib}
{ "\begin{thebibliography}{" longest.label * "}" * write$ newline$
"\def\selectlanguageifdefined#1{" write$ newline$
"\expandafter\ifx\csname date#1\endcsname\relax" write$ newline$
- "\else\language\csname l@#1\endcsname\fi}" write$ newline$
+ "\else\selectlanguage{#1}\fi}" write$ newline$
"\providecommand*{\href}[2]{{\small #2}}" write$ newline$
"\providecommand*{\url}[1]{{\small #1}}" write$ newline$
"\providecommand*{\BibUrl}[1]{\url{#1}}" write$ newline$
diff --git a/Master/texmf-dist/bibtex/bst/gost/ugost2003s.bst b/Master/texmf-dist/bibtex/bst/gost/ugost2003s.bst
index b85d786eb30..f0c342298e3 100644
--- a/Master/texmf-dist/bibtex/bst/gost/ugost2003s.bst
+++ b/Master/texmf-dist/bibtex/bst/gost/ugost2003s.bst
@@ -2024,7 +2024,7 @@ FUNCTION {begin.bib}
{ "\begin{thebibliography}{" longest.label * "}" * write$ newline$
"\def\selectlanguageifdefined#1{" write$ newline$
"\expandafter\ifx\csname date#1\endcsname\relax" write$ newline$
- "\else\language\csname l@#1\endcsname\fi}" write$ newline$
+ "\else\selectlanguage{#1}\fi}" write$ newline$
"\providecommand*{\href}[2]{{\small #2}}" write$ newline$
"\providecommand*{\url}[1]{{\small #1}}" write$ newline$
"\providecommand*{\BibUrl}[1]{\url{#1}}" write$ newline$
diff --git a/Master/texmf-dist/bibtex/bst/gost/ugost2008.bst b/Master/texmf-dist/bibtex/bst/gost/ugost2008.bst
index 920ac7f7ec6..ee362890c9a 100644
--- a/Master/texmf-dist/bibtex/bst/gost/ugost2008.bst
+++ b/Master/texmf-dist/bibtex/bst/gost/ugost2008.bst
@@ -1909,13 +1909,13 @@ FUNCTION {begin.bib}
{ "\begin{thebibliography}{" longest.label * "}" * write$ newline$
"\def\selectlanguageifdefined#1{" write$ newline$
"\expandafter\ifx\csname date#1\endcsname\relax" write$ newline$
- "\else\language\csname l@#1\endcsname\fi}" write$ newline$
+ "\else\selectlanguage{#1}\fi}" write$ newline$
"\providecommand*{\href}[2]{{\small #2}}" write$ newline$
"\providecommand*{\url}[1]{{\small #1}}" write$ newline$
"\providecommand*{\BibUrl}[1]{\url{#1}}" write$ newline$
"\providecommand{\BibAnnote}[1]{}" write$ newline$
"\providecommand*{\BibEmph}[1]{#1}" write$ newline$
- "\providecommand*{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
+ "\ProvideTextCommandDefault{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
"\providecommand*{\BibDash}{\ifdim\lastskip>0pt\unskip\nobreak\hskip.2em\fi" write$ newline$
"\cyrdash\hskip.2em\ignorespaces}" write$ newline$
preamble$ empty$
diff --git a/Master/texmf-dist/bibtex/bst/gost/ugost2008l.bst b/Master/texmf-dist/bibtex/bst/gost/ugost2008l.bst
index c07b6cc6034..6df2f79f8f7 100644
--- a/Master/texmf-dist/bibtex/bst/gost/ugost2008l.bst
+++ b/Master/texmf-dist/bibtex/bst/gost/ugost2008l.bst
@@ -1897,13 +1897,13 @@ FUNCTION {begin.bib}
{ "\begin{thebibliography}{" longest.label * "}" * write$ newline$
"\def\selectlanguageifdefined#1{" write$ newline$
"\expandafter\ifx\csname date#1\endcsname\relax" write$ newline$
- "\else\language\csname l@#1\endcsname\fi}" write$ newline$
+ "\else\selectlanguage{#1}\fi}" write$ newline$
"\providecommand*{\href}[2]{{\small #2}}" write$ newline$
"\providecommand*{\url}[1]{{\small #1}}" write$ newline$
"\providecommand*{\BibUrl}[1]{\url{#1}}" write$ newline$
"\providecommand{\BibAnnote}[1]{}" write$ newline$
"\providecommand*{\BibEmph}[1]{#1}" write$ newline$
- "\providecommand*{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
+ "\ProvideTextCommandDefault{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
"\providecommand*{\BibDash}{\ifdim\lastskip>0pt\unskip\nobreak\hskip.2em\fi" write$ newline$
"\cyrdash\hskip.2em\ignorespaces}" write$ newline$
preamble$ empty$
diff --git a/Master/texmf-dist/bibtex/bst/gost/ugost2008ls.bst b/Master/texmf-dist/bibtex/bst/gost/ugost2008ls.bst
index e07dc41cc82..ebaa7857837 100644
--- a/Master/texmf-dist/bibtex/bst/gost/ugost2008ls.bst
+++ b/Master/texmf-dist/bibtex/bst/gost/ugost2008ls.bst
@@ -2032,13 +2032,13 @@ FUNCTION {begin.bib}
{ "\begin{thebibliography}{" longest.label * "}" * write$ newline$
"\def\selectlanguageifdefined#1{" write$ newline$
"\expandafter\ifx\csname date#1\endcsname\relax" write$ newline$
- "\else\language\csname l@#1\endcsname\fi}" write$ newline$
+ "\else\selectlanguage{#1}\fi}" write$ newline$
"\providecommand*{\href}[2]{{\small #2}}" write$ newline$
"\providecommand*{\url}[1]{{\small #1}}" write$ newline$
"\providecommand*{\BibUrl}[1]{\url{#1}}" write$ newline$
"\providecommand{\BibAnnote}[1]{}" write$ newline$
"\providecommand*{\BibEmph}[1]{#1}" write$ newline$
- "\providecommand*{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
+ "\ProvideTextCommandDefault{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
"\providecommand*{\BibDash}{\ifdim\lastskip>0pt\unskip\nobreak\hskip.2em\fi" write$ newline$
"\cyrdash\hskip.2em\ignorespaces}" write$ newline$
preamble$ empty$
diff --git a/Master/texmf-dist/bibtex/bst/gost/ugost2008n.bst b/Master/texmf-dist/bibtex/bst/gost/ugost2008n.bst
index a119366d6ee..5372cfe35c9 100644
--- a/Master/texmf-dist/bibtex/bst/gost/ugost2008n.bst
+++ b/Master/texmf-dist/bibtex/bst/gost/ugost2008n.bst
@@ -2248,13 +2248,13 @@ FUNCTION {begin.bib}
{ "\begin{thebibliography}{" longest.label * "}" * write$ newline$
"\def\selectlanguageifdefined#1{" write$ newline$
"\expandafter\ifx\csname date#1\endcsname\relax" write$ newline$
- "\else\language\csname l@#1\endcsname\fi}" write$ newline$
+ "\else\selectlanguage{#1}\fi}" write$ newline$
"\providecommand*{\href}[2]{{\small #2}}" write$ newline$
"\providecommand*{\url}[1]{{\small #1}}" write$ newline$
"\providecommand*{\BibUrl}[1]{\url{#1}}" write$ newline$
"\providecommand{\BibAnnote}[1]{}" write$ newline$
"\providecommand*{\BibEmph}[1]{#1}" write$ newline$
- "\providecommand*{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
+ "\ProvideTextCommandDefault{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
"\providecommand*{\BibDash}{\ifdim\lastskip>0pt\unskip\nobreak\hskip.2em\fi" write$ newline$
"\cyrdash\hskip.2em\ignorespaces}" write$ newline$
"\providecommand{\natexlab}[1]{#1}" write$ newline$
diff --git a/Master/texmf-dist/bibtex/bst/gost/ugost2008ns.bst b/Master/texmf-dist/bibtex/bst/gost/ugost2008ns.bst
index 698f2c97c03..6814cecc1d0 100644
--- a/Master/texmf-dist/bibtex/bst/gost/ugost2008ns.bst
+++ b/Master/texmf-dist/bibtex/bst/gost/ugost2008ns.bst
@@ -2382,13 +2382,13 @@ FUNCTION {begin.bib}
{ "\begin{thebibliography}{" longest.label * "}" * write$ newline$
"\def\selectlanguageifdefined#1{" write$ newline$
"\expandafter\ifx\csname date#1\endcsname\relax" write$ newline$
- "\else\language\csname l@#1\endcsname\fi}" write$ newline$
+ "\else\selectlanguage{#1}\fi}" write$ newline$
"\providecommand*{\href}[2]{{\small #2}}" write$ newline$
"\providecommand*{\url}[1]{{\small #1}}" write$ newline$
"\providecommand*{\BibUrl}[1]{\url{#1}}" write$ newline$
"\providecommand{\BibAnnote}[1]{}" write$ newline$
"\providecommand*{\BibEmph}[1]{#1}" write$ newline$
- "\providecommand*{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
+ "\ProvideTextCommandDefault{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
"\providecommand*{\BibDash}{\ifdim\lastskip>0pt\unskip\nobreak\hskip.2em\fi" write$ newline$
"\cyrdash\hskip.2em\ignorespaces}" write$ newline$
"\providecommand{\natexlab}[1]{#1}" write$ newline$
diff --git a/Master/texmf-dist/bibtex/bst/gost/ugost2008s.bst b/Master/texmf-dist/bibtex/bst/gost/ugost2008s.bst
index c9eb9da12a7..7dd8f410f3f 100644
--- a/Master/texmf-dist/bibtex/bst/gost/ugost2008s.bst
+++ b/Master/texmf-dist/bibtex/bst/gost/ugost2008s.bst
@@ -2032,13 +2032,13 @@ FUNCTION {begin.bib}
{ "\begin{thebibliography}{" longest.label * "}" * write$ newline$
"\def\selectlanguageifdefined#1{" write$ newline$
"\expandafter\ifx\csname date#1\endcsname\relax" write$ newline$
- "\else\language\csname l@#1\endcsname\fi}" write$ newline$
+ "\else\selectlanguage{#1}\fi}" write$ newline$
"\providecommand*{\href}[2]{{\small #2}}" write$ newline$
"\providecommand*{\url}[1]{{\small #1}}" write$ newline$
"\providecommand*{\BibUrl}[1]{\url{#1}}" write$ newline$
"\providecommand{\BibAnnote}[1]{}" write$ newline$
"\providecommand*{\BibEmph}[1]{#1}" write$ newline$
- "\providecommand*{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
+ "\ProvideTextCommandDefault{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
"\providecommand*{\BibDash}{\ifdim\lastskip>0pt\unskip\nobreak\hskip.2em\fi" write$ newline$
"\cyrdash\hskip.2em\ignorespaces}" write$ newline$
preamble$ empty$
diff --git a/Master/texmf-dist/doc/bibtex/gost/README b/Master/texmf-dist/doc/bibtex/gost/README
index a1155013f4f..4c9608a336a 100644
--- a/Master/texmf-dist/doc/bibtex/gost/README
+++ b/Master/texmf-dist/doc/bibtex/gost/README
@@ -76,7 +76,7 @@ suffixes |s|, |l|, |n| as explained below. These styles are intended
primarily for the librarians who compose a library catalog.
The |modern| option meets the Standard 7.0.5-2008 which can be thought
-off as a relaxed version of the Standards 7.1-2003. The styles compiled with
+off as a relaxed version of the Standard 7.1-2003. The styles compiled with
that option bear the name |gost2008| with possible suffixes |s|, |l|, |n|.
The |strict| option has precedence over |modern| so that a style compiled
with both options will resemble mainly the |gost2003| style rather than
@@ -149,13 +149,13 @@ How to use
2. Add the field language="ukrainian" or language="russian" to the
bibliographic entries in Ukrainian or Russian languages in your
database; English is the default language. German, Italian and
- French are partially supported.
+ French are also supported.
3. To compile list of references from your database use bibtex8.exe
rather than bibtex.exe. Depending on the codepage of your
bibliographic database, indicate one of the CS files
listed above as option to bibtex8.exe. Run LaTeX, then run
- bibTeX8 and LaTeX again:
+ bibTeX8 and again LaTeX:
latex <filename>.tex
bibtex8 -B -c <csf_file>.csf <filename>.aux
@@ -208,9 +208,9 @@ that dash by overriding the command \BibDash as follows
By default, \BibDash is equivalent to the shorthand "---
introduced by the babel package with the option russian.
It prints a so called Cyrillic dash (\cyrdash), which is
-20% shorter then ordinary LaTeX dash (---), and puts
-unbreakable space before \cyrdash so that dash never appears
-in the beginning of a line.
+20% shorter than ordinary LaTeX dash (---), and puts
+unbreakable space before \cyrdash so that the dash never
+appears at the beginning of a line.
Where to get
@@ -218,6 +218,9 @@ Where to get
1. http://ctan.org/tex-archive/biblio/bibtex/contrib/gost
2. http://ctan.org/pkg/gost
+What's new in version 1.2a (2012.08.31)
+
+1. \cyrdash is now defined via \ProvideTextCommand rather than \providecommand.
What's new in version 1.2 (2012.02.22)
@@ -225,11 +228,10 @@ What's new in version 1.2 (2012.02.22)
2. Support for GOST-7.1-2003. The field |medium| is added to reflect type
of material. For most entry types |medium| defaults to |text|.
3. Support for |natbib| package.
-4. Support for |natbib| package.
-5. All modern styles are now compiled with the |eprint| option.
+4. All modern styles are now compiled with the |eprint| option.
-What's new in version 1.1 (2012.01.21)}
+What's new in version 1.1 (2012.01.21)
1. Support for GOST 7.0.5-2008 and GOST 7.1-2003 is provided.
2. |@Online| entry is added to format a reference to electronic
@@ -242,6 +244,7 @@ What's new in version 1.1 (2012.01.21)}
Version history
+2012.08.31 \cyrdash is now defined via \ProvideTextCommand.
2012.02.22 Support for |natbib| package.
2012.02.02 Adaptation to GOST 7.0.5, electronic publishing.
2005.08.12 First version uploaded to CTAN.
diff --git a/Master/texmf-dist/doc/bibtex/gost/gost.pdf b/Master/texmf-dist/doc/bibtex/gost/gost.pdf
index 79c8a16fc58..c1e87eb08a4 100644
--- a/Master/texmf-dist/doc/bibtex/gost/gost.pdf
+++ b/Master/texmf-dist/doc/bibtex/gost/gost.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/bibtex/gost/gost.dtx b/Master/texmf-dist/source/bibtex/gost/gost.dtx
index 989390856a1..a46a1321086 100644
--- a/Master/texmf-dist/source/bibtex/gost/gost.dtx
+++ b/Master/texmf-dist/source/bibtex/gost/gost.dtx
@@ -8,7 +8,7 @@
% GOST R 7.0.5-2008 with some conventional modifications.
%
% Copyright 2012 Igor A. Kotelnikov.
-% Version 1.2
+% Version 1.2a
%
% Copyright 1996-2005 Maksym Polyakov.
% Version 2005.08.12
@@ -48,11 +48,11 @@
% Move all *.pdf files to TDS:doc/bibtex/gost
% Move gost.dtx and gost.ins to TDS:source/bibtex/gost/
%
-% $Id: gost.dtx, v.2012/01/31 kia999 $
+% $Id: gost.dtx, v.2012/08/31 kia999 $
%
%<*driver>
\ProvidesFile{gost.dtx}%
- [2012/02/13 v.1.2 Bibliography styles for GOST R 7.0.5-2008.]
+ [2012/08/31 v.1.2a Bibliography styles for GOST R 7.0.5-2008.]
\documentclass{ltxdoc}
@@ -126,8 +126,9 @@
%</driver>
% \fi
%
-% \CheckSum{439}
+% \CheckSum{440}
%
+% \changes{v1.2a}{31 Aug 2012}{Default for \cs{cyrdash} added}
% \changes{v1.2}{20 Feb 2012}{Support for natbib package}
% \changes{v1.2}{13 Feb 2012}{Fix bbl.urldate for ukrainian (Andrey Shvajkoy)}
% \changes{v1.2}{02 Feb 2012}{Thesis entry, report entry}
@@ -435,9 +436,6 @@
% Support for |natbib| package.
%
% \item
-% Support for |natbib| package.
-%
-% \item
% All modern styles are now compiled with the |eprint| option.
%
% \end{enumerate}
@@ -3451,6 +3449,8 @@ FUNCTION {thesis}
}
%</modern|strict>
+% \end{macrocode}
+%
% \DescribeFunction{report}
% New in version 2012.02.02.
%
@@ -4391,14 +4391,15 @@ FUNCTION {begin.bib}
{ "\begin{thebibliography}{" longest.label * "}" * write$ newline$
"\def\selectlanguageifdefined#1{" write$ newline$
"\expandafter\ifx\csname date#1\endcsname\relax" write$ newline$
- "\else\language\csname l@#1\endcsname\fi}" write$ newline$
+% "\else\language\csname l@#1\endcsname\fi}" write$ newline$
+ "\else\selectlanguage{#1}\fi}" write$ newline$
"\providecommand*{\href}[2]{{\small #2}}" write$ newline$
"\providecommand*{\url}[1]{{\small #1}}" write$ newline$
"\providecommand*{\BibUrl}[1]{\url{#1}}" write$ newline$
"\providecommand{\BibAnnote}[1]{}" write$ newline$
"\providecommand*{\BibEmph}[1]{#1}" write$ newline$
%<*modern>
- "\providecommand*{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
+ "\ProvideTextCommandDefault{\cyrdash}{\hbox to.8em{--\hss--}}" write$ newline$
"\providecommand*{\BibDash}{\ifdim\lastskip>0pt\unskip\nobreak\hskip.2em\fi" write$ newline$
"\cyrdash\hskip.2em\ignorespaces}" write$ newline$
%</modern>