Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 369883 | Differences between
and this patch

Collapse All | Expand All

(-)texmf-dist/tex/latex/base/latex.ltx.orig (-24 lines)
Lines 522-551 Link Here
522
%%% From File: ltvers.dtx
522
%%% From File: ltvers.dtx
523
\def\fmtname{LaTeX2e}
523
\def\fmtname{LaTeX2e}
524
\edef\fmtversion{2005/12/01}
524
\edef\fmtversion{2005/12/01}
525
\iftrue
526
\def\reserved@a#1/#2/#3\@nil{%
527
  \count@\year
528
  \advance\count@-#1\relax
529
  \multiply\count@ by 12\relax
530
  \advance\count@\month
531
  \advance\count@-#2\relax}
532
\expandafter\reserved@a\fmtversion\@nil
533
\ifnum\count@>65
534
  \typeout{^^J%
535
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!^^J%
536
!  You are attempting to make a LaTeX format from a source file^^J%
537
!  That is more than five years old.^^J%
538
!^^J%
539
!  If you enter <return> to scroll past this message then the format^^J%
540
!  will be built, but please consider obtaining newer source files^^J%
541
!  before continuing to build LaTeX.^^J%
542
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!^^J%
543
}
544
   \errhelp{To avoid this error message, obtain new LaTeX sources.}
545
   \errmessage{LaTeX source files more than 5 years old!}
546
\fi
547
\let\reserved@a\relax
548
\fi
549
\everyjob{\typeout{\fmtname
525
\everyjob{\typeout{\fmtname
550
                                     \space<\fmtversion>}}
526
                                     \space<\fmtversion>}}
551
\immediate\write16{\fmtname
527
\immediate\write16{\fmtname

Return to bug 369883