Hi,
I send you a third patch to texinfo.tex.
\today should be defined only if it hasn't been defined yet.
Czech format for \today is different, see txi-cs.tex
Stepan Kasal <[EMAIL PROTECTED]>
--- texinfo.tex
+++ texinfo.tex Sun Feb 27 16:10:27 2000
@@ -1669,6 +1669,8 @@
\global\let\contentsalignmacro = \chappager
}
+% Maybe a language package already has defined \today.
+\ifx\today\undefined
% Subroutines used in generating headings
% Produces Day Month Year style of output.
\def\today{%
@@ -1679,6 +1681,7 @@
\or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
\fi
\space\number\year}
+\fi
% @settitle line... specifies the title of the document, for headings.
% It generates no output of its own.