summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/expl3/l3doc.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-08-02 23:18:13 +0000
committerKarl Berry <karl@freefriends.org>2008-08-02 23:18:13 +0000
commit81dde574dee7e20779753c076ece922cdcba0fb0 (patch)
tree6fd6b740c2e6e9fd836ecef99b265445eb8dfae0 /Master/texmf-dist/tex/latex/expl3/l3doc.cls
parent1a1b8177153694d230e0fcc3f541b242330aa067 (diff)
expl3 update (2aug08)
git-svn-id: svn://tug.org/texlive/trunk@10021 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/expl3/l3doc.cls')
-rw-r--r--Master/texmf-dist/tex/latex/expl3/l3doc.cls12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/expl3/l3doc.cls b/Master/texmf-dist/tex/latex/expl3/l3doc.cls
index 59c7a7c971d..da59bf174ef 100644
--- a/Master/texmf-dist/tex/latex/expl3/l3doc.cls
+++ b/Master/texmf-dist/tex/latex/expl3/l3doc.cls
@@ -1,5 +1,5 @@
% \iffalse
-%% File: l3doc.dtx Copyright (C) 1990-2006 LaTeX3 project
+%% File: l3doc.dtx Copyright (C) 1990-2008 LaTeX3 project
%%
%% It may be distributed and/or modified under the conditions of the
%% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -37,7 +37,7 @@
%<*class>
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{l3doc}
- [2007/09/08 v0.0j class for documenting experimental stuff]
+ [2008/08/01 v0.0k class for documenting experimental stuff]
%
\NeedsTeXFormat{LaTeX2e}
%</class>
@@ -179,13 +179,13 @@
\IndexInput{l3patch.ltx}}
% Get the date from ltvers.dtx
-\let\patchdate=\@empty
+\def\patchdate{0}
\begingroup
%%\def\ProvidesFile#1\fmtversion#2{\date{#2}\endinput}
\def\ProvidesFile#1[#2#3]{\date{#2}\endinput}
\input{l3vers.dtx}
-\global\let\X@date=\@date
-
+ \xdef\@date{\@date}
+ \global\let\X@date=\@date
% Add the patch version if available.
\long\def\Xdef#1#2#3\def#4#5{%
\xdef\X@date{#2}%
@@ -201,7 +201,7 @@
\edef\@date{\@date\space Patch level \patchdate}
\fi
\else
- \@warning{l3patch.ltx does not match l3tvers.dtx!}
+ \@warning{l3patch.ltx does not match l3vers.dtx!}
\let\includeltpatch\relax
\fi