summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/latex-tds/tex/manual.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/latex-tds/tex/manual.cfg')
-rw-r--r--Master/texmf-dist/source/latex/latex-tds/tex/manual.cfg24
1 files changed, 18 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/latex-tds/tex/manual.cfg b/Master/texmf-dist/source/latex/latex-tds/tex/manual.cfg
index e508a715000..d3bfbf83432 100644
--- a/Master/texmf-dist/source/latex/latex-tds/tex/manual.cfg
+++ b/Master/texmf-dist/source/latex/latex-tds/tex/manual.cfg
@@ -1,8 +1,8 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{manual.cfg}%
- [2006/06/02 v1.0 latex-tds: manual.err configuration (HO)]
+ [2008/09/06 v1.1 latex-tds: manual.err configuration (HO)]
%
-% Copyright 2006 Heiko Oberdiek
+% Copyright 2006, 2008 Heiko Oberdiek
%
% This file is part of project `latex-tds'.
%
@@ -29,15 +29,27 @@
\renewcommand*{\subsection}{%
\@ifstar\ERR@subsection\ERR@subsection
}
+\def\ERR@all{Errors in All Printings}
\newcommand*{\ERR@subsection}[1]{%
- \SAVED@subsection{%
- \texorpdfstring{#1}{%
- \ERR@strip #1\@nil
+ \def\ERR@string{#1}%
+ \ifx\ERR@string\ERR@all
+ \SAVED@subsection{%
+ \texorpdfstring{#1}{All Printings}%
}%
- }%
+ \else
+ \SAVED@subsection{%
+ \texorpdfstring{#1}{%
+ \ERR@strip #1\@nil
+ }%
+ }%
+ \fi
}
\def\ERR@strip Error#1 Corrected in the #2\@nil{#2}
\renewcommand*{\subsubsection}{%
\@ifstar\SAVED@subsubsection\SAVED@subsubsection
}
+\AtBeginDocument{%
+ \def\xpmd Last modified %
+ on #1 #2 #3 #4 at #5:#6:#7 #8 by #9 endypmd{#3 #2, #4}%
+}
\endinput