Skip to content

Commit

Permalink
clean up dates and package declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Jul 21, 2023
1 parent f3b5011 commit 247c57b
Show file tree
Hide file tree
Showing 16 changed files with 181 additions and 137 deletions.
9 changes: 6 additions & 3 deletions required/latex-lab/latex-lab-bib.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
%
% for those people who are interested or want to report an issue.
%
\def\ltlabbibdate{2023-07-20}
\def\ltlabbibversion{0.81a}
%<*driver>
\documentclass{l3doc}
\EnableCrossrefs
Expand All @@ -31,7 +33,7 @@
% Changes and additions to the kernel related to tagging and links in citations and
% bibliography entries}
% \author{\LaTeX{} Project\thanks{Initial implementation done by Ulrike Fischer}}
% \date{Version 0.81 2023-06-07}
% \date{v\ltlabbibversion\ \ltlabbibdate}
%
% \maketitle
%
Expand Down Expand Up @@ -129,7 +131,7 @@
%<@@=tag>
% \end{macrocode}
% \begin{macrocode}
\ProvidesExplPackage {latex-lab-testphase-bib} {2023-05-18} {0.8}
\ProvidesExplPackage {latex-lab-testphase-bib} {\ltlabbibdate} {\ltlabbibversion}
{Code related to the tagging of bibliography and cite command}
% \end{macrocode}
% We need at least the block tagging code.
Expand Down Expand Up @@ -398,7 +400,8 @@
% \begin{macrocode}
%<*latex-lab>
\ProvidesFile{bib-latex-lab-testphase.ltx}
[2023-05-18 v0.8 code related to the tagging of bib and citations]
[\ltlabbibdate\space v\ltlabbibversion\space
latex-lab wrapper bib]

\RequirePackage{latex-lab-testphase-bib}

Expand Down
13 changes: 5 additions & 8 deletions required/latex-lab/latex-lab-block.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
%
% https://www.latex-project.org/lppl.txt
%
%
\def\ltlabblockdate{2023-07-20}
\def\ltlabblockversion{0.8g}
%<*driver>
\documentclass{l3doc}
\usepackage{amstext}
Expand All @@ -25,15 +26,11 @@
%
% \fi
%

\def\ltblocksversion{v0.8f}
\def\ltblocksdate{2023/07/19}

%
% \title{Prototype reimplementation of \LaTeXe{}'s block environments using templates}
% \author{\LaTeX{} Project\thanks{Initial reimplementation of lists done by Bruno
% Le Floch, generalized second version with tagging support by Frank Mittelbach.}}
% \date{\ltblocksversion\ \ltblocksdate}
% \date{v\ltlabblockversion\ \ltlabblockdate}
%
% \maketitle
%
Expand Down Expand Up @@ -642,7 +639,7 @@
%
% \begin{macrocode}
\ProvidesPackage {latex-lab-testphase-block}
[\ltblocksdate\space \ltblocksversion\space
[\ltlabblockdate\space v\ltlabblockversion\space
blockenv implementation]
% \end{macrocode}
%
Expand Down Expand Up @@ -3867,7 +3864,7 @@
% \begin{macrocode}
%<*latex-lab>
\ProvidesFile{block-latex-lab-testphase.ltx}
[\ltblocksdate\space \ltblocksversion\space
[\ltlabblockdate\space v\ltlabblockversion\space
blockenv implementation]
\RequirePackage{latex-lab-testphase-block}
%</latex-lab>
Expand Down
14 changes: 9 additions & 5 deletions required/latex-lab/latex-lab-firstaid.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
%
% for those people who are interested or want to report an issue.
%
\def\ltlabfirstaiddate{2023-07-20}
\def\ltlabfirstaidversion{0.85a}
%<*driver>
\documentclass{l3doc}
\EnableCrossrefs
Expand All @@ -28,9 +30,9 @@
% \fi
%
% \title{The \textsf{latex-lab-firstaid} package\\
% Temporary patches to external packages}
% Temporary patches to external packages needed for the tagging project}
% \author{\LaTeX{} Project\thanks{Initial implementation done by Ulrike Fischer}}
% \date{Version 0.80 2023-06-04}
% \date{v\ltlabfirstaidversion\ \ltlabfirstaiddate}
%
% \maketitle
%
Expand Down Expand Up @@ -58,8 +60,9 @@
%<@@=tag>
% \end{macrocode}
% \begin{macrocode}
\ProvidesPackage {latex-lab-testphase-firstaid} [2023-06-04 v0.8
Temporary patches to external packages need for the tagging project]
\ProvidesPackage {latex-lab-testphase-firstaid} [%
\ltlabfirstaiddate\space v\ltlabfirstaiddate\space
Temporary patches to external packages needed for the tagging project]
% \end{macrocode}

% \subsection{blindtext}
Expand Down Expand Up @@ -162,7 +165,8 @@
% \begin{macrocode}
%<*latex-lab>
\ProvidesFile{firstaid-latex-lab-testphase.ltx}
[2023-06-04 v0.8 Temporary patches to external packages need for the tagging project]
[\ltlabfirstaiddate\space v\ltlabfirstaidversion\space
latex-lab wrapper firstaid]

\RequirePackage{latex-lab-testphase-firstaid}

Expand Down
8 changes: 5 additions & 3 deletions required/latex-lab/latex-lab-float.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
%
% for those people who are interested or want to report an issue.
%
\def\ltlabfloatdate{2023-07-20}
\def\ltlabfloatversion{0.81a}
%<*driver>
\documentclass{l3doc}
\EnableCrossrefs
Expand All @@ -31,7 +33,7 @@
% \title{The \textsf{latex-lab-floats} package\\
% Tagging of floats }
% \author{\LaTeX{} Project\thanks{Initial implementation done by Ulrike Fischer}}
% \date{v0.81 2023-06-07}
% \date{v\ltlabfloatversion\ \ltlabfloatdate}
%
% \maketitle
%
Expand Down Expand Up @@ -128,7 +130,7 @@
% \begin{implementation}
% \section{Implementation}
% \begin{macrocode}
\ProvidesExplPackage {latex-lab-testphase-float} {2023-04-28} {0.8}
\ProvidesExplPackage {latex-lab-testphase-float} {\ltlabfloatdate} {\ltlabfloatversion}
{Code related to the tagging of floats}
% \end{macrocode}
% \subsection{Variables}
Expand Down Expand Up @@ -529,7 +531,7 @@
% \begin{macrocode}
%<*latex-lab>
\ProvidesFile{float-latex-lab-testphase.ltx}
[2023-04-30 v0.8 code related to the tagging of floats]
[\ltlabfloatdate\space v\ltlabfloatversion\space latex-lab wrapper float]
\RequirePackage{latex-lab-testphase-float}
%</latex-lab>
% \end{macrocode}
Expand Down
8 changes: 5 additions & 3 deletions required/latex-lab/latex-lab-graphic.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
% https://github.com/latex3/latex2e/required/latex-lab
%
% for those people who are interested or want to report an issue.
\def\ltlabgraphicdate{2023-07-20}
\def\ltlabgraphicversion{0.80a}
%
%<*driver>
\documentclass{l3doc}
Expand All @@ -31,7 +33,7 @@
% \title{The \textsf{latex-lab-graphic} package\\
% Tagging of included graphics }
% \author{\LaTeX{} Project\thanks{Initial implementation done by Ulrike Fischer}}
% \date{v0.8 2023-04-07}
% \date{v\ltlabgraphicversion\ \ltlabgraphicdate}
%
% \maketitle
%
Expand Down Expand Up @@ -174,7 +176,7 @@
% \begin{implementation}
% \section{Implementation}
% \begin{macrocode}
\ProvidesExplPackage {latex-lab-testphase-graphic} {2023-04-07} {0.8}
\ProvidesExplPackage {latex-lab-testphase-graphic} {\ltlabgraphicdate} {\ltlabgraphicversion}
{Code related to the tagging of graphics}
% \end{macrocode}
% We load l3opacity for the debug code
Expand Down Expand Up @@ -1066,7 +1068,7 @@
% \begin{macrocode}
%<*latex-lab>
\ProvidesFile{graphic-latex-lab-testphase.ltx}
[2023-04-07 v0.8 code related to the tagging included graphics]
[\ltlabgraphicdate\space v\ltlabgraphicversion\space latex-lab wrapper graphic]
\RequirePackage{latex-lab-testphase-graphic}
%</latex-lab>
% \end{macrocode}
Expand Down
11 changes: 6 additions & 5 deletions required/latex-lab/latex-lab-math.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
% for those people who are interested or want to report an issue.
%
%
\def\ltmathdate{2023-07-20}
\def\ltmathversion{v0.5b}
\def\ltlabmathdate{2023-07-20}
\def\ltlabmathversion{0.5b}
%
%<*driver>
\documentclass{l3doc}
Expand All @@ -39,7 +39,8 @@
%
% \title{The \texttt{latex-lab-math} code\thanks{}}
% \author{Frank Mittelbach, Joseph Wright, \LaTeX{} Project}
%
% \date{v\ltlabmathversion\ \ltlabmathdate}
%
% \maketitle
%
% \newcommand\NEW[1]{\marginpar{\mbox{}\hfill\fbox{New: #1}}}
Expand Down Expand Up @@ -199,8 +200,8 @@
% \car{Change description here?}
% \begin{macrocode}
\ProvidesFile{latex-lab-math.ltx}
[\ltmathdate\space
\ltmathversion\space
[\ltlabmathdate\space
v\ltlabmathversion\space
Grab all the math(s) and tag it (experiments)]
% \end{macrocode}
%
Expand Down
14 changes: 7 additions & 7 deletions required/latex-lab/latex-lab-minipage.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
%
% for those people who are interested or want to report an issue.
%
\def\ltlabminipagedate{2023-07-20}
\def\ltlabminipageversion{0.81a}
%<*driver>
\documentclass{l3doc}
\EnableCrossrefs
Expand All @@ -27,15 +29,11 @@
%
% \fi
%

\def\ltlistsversion{v0.81}
\def\ltlistsdate{2023/05/10}

%
% \title{The \textsf{latex-lab-minipage} package\\
% Changes related to the tagging of minipage and parbox}
% \author{\LaTeX{} Project\thanks{Initial implementation done by Ulrike Fischer}}
% \date{\ltlistsversion\ \ltlistsdate}
% \date{v\ltlabminipageversion\ \ltlabminipagedate}
%
% \maketitle
%
Expand Down Expand Up @@ -64,7 +62,8 @@
%
% \section{Implementation}
% \begin{macrocode}
\ProvidesExplPackage {latex-lab-testphase-minipage} {2023-05-10} {0.81}
\ProvidesExplPackage {latex-lab-testphase-minipage}
{\ltlabminipagedate} {\ltlabminipageversion}
{Code related to the tagging of minipages and parboxes}
% \end{macrocode}
%
Expand Down Expand Up @@ -196,7 +195,8 @@
% \begin{macrocode}
%<*latex-lab>
\ProvidesFile{minipage-latex-lab-testphase.ltx}
[2022-10-26 v0.8 code related to the tagging of sectioning commands]
[\ltlabminipagedate\space v\ltlabminipageversion
code related to the tagging of minipage and parbox]
\RequirePackage{latex-lab-testphase-minipage}
%</latex-lab>
% \end{macrocode}
20 changes: 15 additions & 5 deletions required/latex-lab/latex-lab-new-or-1.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
%
% https://www.latex-project.org/lppl.txt
%
\def\ltlabneworIdate{2023-07-20}
\def\ltlabneworIversion{0.85a}
%<*driver>
\documentclass{l3doc}

Expand All @@ -27,7 +29,8 @@
%
% \title{Temporary output patches for tagging and better link support}
% \author{Frank Mittelbach \and Ulrike Fischer}
%
% \date{v\ltlabneworIversion\ \ltlabneworIdate}
%
% \maketitle
%
% \section{Introduction}
Expand All @@ -47,12 +50,13 @@
%
% \section{The Implementation}
% \begin{macrocode}
%<*code>
%<*package>
% \end{macrocode}
%
% \begin{macrocode}
\ProvidesPackage{latex-lab-testphase-new-or-1}
[2022-11-94 v0.1a Temporary output patches for tagging and better link support]
[\ltlabneworIdate\space v\ltlabneworIversion\space
Temporary output patches for tagging and better link support]
\RequirePackage{etoolbox}
% \end{macrocode}
%
Expand Down Expand Up @@ -150,9 +154,15 @@
\def\@kernel@after@foot {\pdfannot_link_on:}
\ExplSyntaxOff
% \end{macrocode}
%
% \begin{macrocode}
%</code>
%<*latex-lab>
\ProvidesFile{new-or-1-latex-lab-testphase.ltx}
[\ltlabneworIdate\space v\ltlabneworIversion\space latex-lab wrapper new-or-1]
\RequirePackage{latex-lab-testphase-new-or-1}
%</latex-lab>
% \end{macrocode}
% \begin{macrocode}
%</package>
% \end{macrocode}
%
% \Finale
Expand Down
13 changes: 8 additions & 5 deletions required/latex-lab/latex-lab-new-or-2.dtx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% \iffalse meta-comment
%
%% File: latex-lab-new-or-2.dtx
% Copyright (C) 2022 The LaTeX Project
% Copyright (C) 2022-2023 The LaTeX Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
Expand All @@ -17,6 +17,8 @@
%
% for those people who are interested or want to report an issue.
%
\def\ltlabneworIIdate{2023-07-20}
\def\ltlabneworIIversion{0.85a}
%<*driver>
\documentclass{l3doc}
\EnableCrossrefs
Expand All @@ -31,7 +33,7 @@
%
% \title{The \texttt{latex-lab-testphase-new-or-2} code\thanks{}}
% \author{Frank Mittelbach, \LaTeX{} Project}
%
% % \date{v\ltlabneworIIversion\ \ltlabneworIIdate}
% \maketitle
%
% \newcommand\fmi[1]{\begin{quote} TODO: \itshape #1\end{quote}}
Expand Down Expand Up @@ -123,13 +125,14 @@
% \section{The Implementation}
%
% \begin{macrocode}
%<*code>
%<*package>
% \end{macrocode}
%
% \subsection{File declaration}
% \begin{macrocode}
\ProvidesPackage{latex-lab-testphase-new-or-2}
[2022-11-04 v0.1c changes to the output routine]
[\ltlabneworIIdate\space v\ltlabneworIIversion\space
Changes to the output routine]
% \end{macrocode}
% \subsection{\cs{@makecol} reimplementation}
%
Expand Down Expand Up @@ -538,7 +541,7 @@
%
%
% \begin{macrocode}
%</code>
%</package>
% \end{macrocode}
%
% \Finale
Expand Down
Loading

0 comments on commit 247c57b

Please sign in to comment.