Skip to content

Commit

Permalink
ltproperties ProvidesFile for latex3#1267
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarlisle authored and jlaurens committed Jun 6, 2024
1 parent ac64bd5 commit 8375292
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
2 changes: 0 additions & 2 deletions base/lthooks.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
%
% \fi
%

% \iffalse
%
%%% From File: lthooks.dtx
%
%<*driver>
Expand Down
28 changes: 18 additions & 10 deletions base/ltproperties.dtx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
%% File: ltproperties.dtx
% File: ltproperties.dtx
%
% Copyright (C) 2021-2023 The LaTeX Project
%
Expand All @@ -21,13 +21,21 @@
% https://github.com/latex3/latex2e
%
% for those people who are interested.
% \begin{macrocode}
\def\ltpropertiesversion{1.0d}
\def\ltpropertiesdate{2024-02-04}
% \end{macrocode}

%<*driver>
%
% \fi
%
% \iffalse
%%% From File: ltproperties.dtx
%
%<*driver>
% \fi
\ProvidesFile{ltproperties.dtx}
[2024/02/11 v1.0d LaTeX Kernel (Properties)]
% \iffalse
%
\documentclass[full]{l3doc}
\GetFileInfo{ltproperties.dtx}

\EnableCrossrefs
\CodelineIndex
\begin{document}
Expand All @@ -39,7 +47,7 @@
% \title{^^A
% Recording and cross-referencing document properties^^A
% \thanks{This module has version
% \ltpropertiesversion\ dated \ltpropertiesdate, \copyright\ The \LaTeX\
% \fileversion\ dated \filedate, \copyright\ The \LaTeX\
% Project.}
% }
%
Expand Down Expand Up @@ -329,7 +337,7 @@
% of properties. Also similar to the standard \cs{label} command, the command is surrounded
% by an \cs{@bsphack}/\cs{@esphack} pair to preserve spacing.
% \end{function}

%
% \begin{function}[EXP]{\RefProperty}
% \begin{syntax}
% \cs{RefProperty} \oarg{local default} \Arg{label} \Arg{property}
Expand Down Expand Up @@ -361,7 +369,7 @@
% \end{syntax}
% Tests if the label and a value of the \meta{property} for the \meta{label} are both known.
% \end{function}

%
% \begin{function}{\RefUndefinedWarn}
% \begin{syntax}
% \cs{RefUndefinedWarn} \Arg{label} \Arg{property}
Expand Down

0 comments on commit 8375292

Please sign in to comment.