% % \iffalse %%% File: ltvers % %<*driver> % \fi \ProvidesFile{ltvers.dtx} [1994/05/25 v1.0d LaTeX Kernel (Version Info)] % \iffalse \documentclass{ltxdoc} \GetFileInfo{ltvers.dtx} \title{\filename} \date{\filedate} \author{% Johannes Braams\and David Carlisle\and Alan Jeffrey\and Leslie Lamport\and Frank Mittelbach\and Chris Rowley\and Rainer Sch\"opf} \begin{document} \maketitle \DocInput{\filename} \end{document} % % \fi % % \CheckSum{14} % % \section{Version Identifictation} % First we identify the date and version number of this release of % \LaTeX, and set |\everyjob| so that it is printed at the start of % every \LaTeX\ run. % % \StopEventually{} % % \changes{v1.0d}{1994/05/25} % {Remove PRELIMINARY TEST RELEASE from startup banner % (spring is here)} % \changes{v1.0b}{1994/04/12} % {Have version info generated automatically.} % \changes{v1.0a}{1994/03/04} % {Initial version, split from latex.dtx} % % \begin{macrocode} %<*2ekernel> \def\fmtname{LaTeX2e} \edef\fmtversion{1994/06/01} % \end{macrocode} % % \begin{macrocode} \everyjob{\typeout{\fmtname\space<\fmtversion>}} \immediate\write16{\fmtname\space<\fmtversion>} % % \end{macrocode} % % \Finale % \endinput