summaryrefslogtreecommitdiff
path: root/info/mathtrip/src/version.tex
diff options
context:
space:
mode:
Diffstat (limited to 'info/mathtrip/src/version.tex')
-rw-r--r--info/mathtrip/src/version.tex12
1 files changed, 12 insertions, 0 deletions
diff --git a/info/mathtrip/src/version.tex b/info/mathtrip/src/version.tex
new file mode 100644
index 0000000000..7e9f5200a5
--- /dev/null
+++ b/info/mathtrip/src/version.tex
@@ -0,0 +1,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}
+ }
+}