summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-19 23:50:53 +0000
committerKarl Berry <karl@freefriends.org>2011-09-19 23:50:53 +0000
commit28ceee86f87c2f6dc30500d0ab39fe47a93ee24d (patch)
tree632b315aed9c9fa9809ff7c61a98b9263699c1ff /Master/texmf-dist/source
parent982fd914e8a8280290bf497fc838067e08bae6f3 (diff)
disser (19sep11)
git-svn-id: svn://tug.org/texlive/trunk@24029 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/disser/candidate.dtx2
-rw-r--r--Master/texmf-dist/source/latex/disser/chapter.dtx3
-rw-r--r--Master/texmf-dist/source/latex/disser/custom.dtx18
-rw-r--r--Master/texmf-dist/source/latex/disser/disser.dtx4
-rw-r--r--Master/texmf-dist/source/latex/disser/doctor.dtx2
-rw-r--r--Master/texmf-dist/source/latex/disser/gost705.dtx13
-rw-r--r--Master/texmf-dist/source/latex/disser/gost732.dtx4
7 files changed, 23 insertions, 23 deletions
diff --git a/Master/texmf-dist/source/latex/disser/candidate.dtx b/Master/texmf-dist/source/latex/disser/candidate.dtx
index d3c18b108f8..ef1f07fb401 100644
--- a/Master/texmf-dist/source/latex/disser/candidate.dtx
+++ b/Master/texmf-dist/source/latex/disser/candidate.dtx
@@ -87,7 +87,7 @@
% \end{macrocode}
% На правах рукописи
% \begin{macrocode}
- \asmanuscript
+ \asmanuscript\\
% \end{macrocode}
% Факсимиле
% \begin{macrocode}
diff --git a/Master/texmf-dist/source/latex/disser/chapter.dtx b/Master/texmf-dist/source/latex/disser/chapter.dtx
index 464b72205ab..dd054126c89 100644
--- a/Master/texmf-dist/source/latex/disser/chapter.dtx
+++ b/Master/texmf-dist/source/latex/disser/chapter.dtx
@@ -49,7 +49,8 @@
\providecommand\chapterfont{\Large\bfseries}
\providecommand\beforechapter{}
\providecommand\afterchapter{\par\nobreak\vskip 20\p@}
-\providecommand\chapterindent{0\p@}
+\newlength{\chapterindent}
+\setlength{\chapterindent}{0\p@}
% \end{macrocode}
%
diff --git a/Master/texmf-dist/source/latex/disser/custom.dtx b/Master/texmf-dist/source/latex/disser/custom.dtx
index c1ed00cde48..1d62e3e14ea 100644
--- a/Master/texmf-dist/source/latex/disser/custom.dtx
+++ b/Master/texmf-dist/source/latex/disser/custom.dtx
@@ -36,17 +36,21 @@
\let\Eng=\English
}
\ifDis@mtpro
- \AtBeginDocument{%
+ \AtBeginDocument{%
% \end{macrocode}
% \DescribePackage{mtpro}\index{Пакеты!\verb*+mtpro+}
% \begin{macrocode}
- \IfFileExists{mtpro.sty}{
- \usepackage[subscriptcorrection,nofontinfo,boldalphabet]{mtpro}
- }{
- \PackageWarning{disser}%
- {Unable to find mtpro package. Font is unchanged.}
+ \IfFileExists{mtpro2.sty}{
+ \usepackage[subscriptcorrection,nofontinfo]{mtpro2}
+ }{
+ \IfFileExists{mtpro.sty}{
+ \usepackage[subscriptcorrection,nofontinfo,boldalphabet]{mtpro}
+ }{
+ \PackageWarning{disser}%
+ {Unable to find mtpro package. Font is unchanged.}
+ }
+ }
}
- }
\else
% \end{macrocode}
% \DescribePackage{txfonts}\index{Пакеты!\verb*+txfonts+}
diff --git a/Master/texmf-dist/source/latex/disser/disser.dtx b/Master/texmf-dist/source/latex/disser/disser.dtx
index 18f9e1e8261..7b38f83fe7e 100644
--- a/Master/texmf-dist/source/latex/disser/disser.dtx
+++ b/Master/texmf-dist/source/latex/disser/disser.dtx
@@ -19,7 +19,7 @@
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%<*driver>
-\ProvidesFile{disser.drv}[2010/11/21 1.1.7 Document class for dissertations]
+\ProvidesFile{disser.drv}[2010/09/11 1.1.8 Document class for dissertations]
\documentclass{ltxdoc}
\usepackage[a4paper,includeheadfoot,nohead,mag=1000,
@@ -180,7 +180,7 @@
%<*disser>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{disser}[2010/06/13 1.1.7 Document class for dissertations]
+\ProvidesClass{disser}[2011/09/11 1.1.8 Document class for dissertations]
% \end{macrocode}
% Подключение пакета \pkg{kvoptions} для обработки опций в формате
diff --git a/Master/texmf-dist/source/latex/disser/doctor.dtx b/Master/texmf-dist/source/latex/disser/doctor.dtx
index ddeeee7ce9c..5af09f75735 100644
--- a/Master/texmf-dist/source/latex/disser/doctor.dtx
+++ b/Master/texmf-dist/source/latex/disser/doctor.dtx
@@ -81,7 +81,7 @@
% \end{macrocode}
% На правах рукописи
% \begin{macrocode}
- \asmanuscript
+ \asmanuscript\\
% \end{macrocode}
% Факсимиле
% \begin{macrocode}
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$
diff --git a/Master/texmf-dist/source/latex/disser/gost732.dtx b/Master/texmf-dist/source/latex/disser/gost732.dtx
index 99e2ab13567..8d8f2a85683 100644
--- a/Master/texmf-dist/source/latex/disser/gost732.dtx
+++ b/Master/texmf-dist/source/latex/disser/gost732.dtx
@@ -20,7 +20,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%<*driver>
-\ProvidesFile{gost732.drv}[2010/11/21 1.1.7 GOST 7.32-2001 implementation]
+\ProvidesFile{gost732.drv}[2010/09/11 1.1.8 GOST 7.32-2001 implementation]
\documentclass{ltxdoc}
\usepackage[a4paper,includeheadfoot,nohead,mag=1000,
@@ -112,7 +112,7 @@
%
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
-\ProvidesClass{gost732}[2010/06/13 1.1.7 GOST 7.32-2001 implementation]
+\ProvidesClass{gost732}[2011/09/11 1.1.8 GOST 7.32-2001 implementation]
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{disser}}
\ProcessOptions\relax