%This command provides the copyright and version text
%The command has one parameter
% 1) The width allowed for the text
\newcommand\TFourVersion[1]{%
\parbox[t]{#1}{%
\TFourCopyrightFontSize
\centerline{v2.02 \copyright 1994--2002 by Steve Seiden}
\centerline{
[email protected]}
\centerline{v\Version{} \copyright 2018--2022, port to \LaTeX{} by Alain Aubord}
\centerline{
[email protected]}
}
}