summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/base/source2e.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/base/source2e.tex')
-rw-r--r--Master/texmf-dist/tex/latex/base/source2e.tex9
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/base/source2e.tex b/Master/texmf-dist/tex/latex/base/source2e.tex
index 8abcd3abdce..1a257b9086d 100644
--- a/Master/texmf-dist/tex/latex/base/source2e.tex
+++ b/Master/texmf-dist/tex/latex/base/source2e.tex
@@ -110,9 +110,11 @@ page_precedence "rnaA"
% The standard \changes command modified slightly to better cope with
% this multiple file document.
\makeatletter
+\def\@changes@iso@date#1/#2/#3/#4\space{#1\if\relax#2\relax\else-#2-#3\fi\space}
\def\changes@#1#2#3{%
\let\protect\@unexpandable@protect
- \edef\@tempa{\noexpand\glossary{#2\space\currentfile\space#1\levelchar
+ \edef\@tempa{\noexpand\glossary{\@changes@iso@date#2///\space
+ \currentfile\space#1\levelchar
\ifx\saved@macroname\@empty
\space
\actualchar
@@ -128,6 +130,11 @@ page_precedence "rnaA"
:\levelchar #3}}%
\@tempa\endgroup\@esphack}
+% Move whole block up so that the file key is not so close
+% to bottom of US letter page.
+\addtolength\topmargin{-2\baselineskip}
+
+
% Section numbers now reach eg 74.17.2 which need more space
\renewcommand*\l@subsection{\@dottedtocline{2}{1.5em}{2.8em}}
\renewcommand*\l@subsubsection{\@dottedtocline{3}{3.8em}{3.4em}}