summaryrefslogtreecommitdiff
path: root/info/mathtrip/src/version.tex
blob: 7e9f5200a5c72780ebb5891f4d3fe4c0d0cef7b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%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{sseiden@acm.org}
      \centerline{v\Version{} \copyright 2018--2022, port to \LaTeX{} by Alain Aubord}
      \centerline{tex.support@sourire.ch}
   }
}