summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/bibtex/gost
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/source/bibtex/gost
parent14363fe6c1130453f3e0f33d9be64bae3f261e0f (diff)
gost (10sep12)
git-svn-id: svn://tug.org/texlive/trunk@27642 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/bibtex/gost')
-rw-r--r--Master/texmf-dist/source/bibtex/gost/gost.dtx19
1 files changed, 10 insertions, 9 deletions
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>