[latex3-commits] [latex3/latex2e] develop: ltproperties ProvidesFile for #1267 (beab7d2f)
github at latex-project.org
github at latex-project.org
Sun Feb 11 21:32:34 CET 2024
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/beab7d2f3aa00ff5aeb906e99ea9fb04e6fbd48d
>---------------------------------------------------------------
commit beab7d2f3aa00ff5aeb906e99ea9fb04e6fbd48d
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Sun Feb 11 10:27:43 2024 +0000
ltproperties ProvidesFile for #1267
>---------------------------------------------------------------
beab7d2f3aa00ff5aeb906e99ea9fb04e6fbd48d
base/lthooks.dtx | 2 --
base/ltproperties.dtx | 26 +++++++++++++++++---------
2 files changed, 17 insertions(+), 11 deletions(-)
diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index 895b6bbc..db0a925d 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -26,9 +26,7 @@
%
% \fi
%
-
% \iffalse
-%
%%% From File: lthooks.dtx
%
%<*driver>
diff --git a/base/ltproperties.dtx b/base/ltproperties.dtx
index 3c73e3ac..4a5fa78b 100644
--- a/base/ltproperties.dtx
+++ b/base/ltproperties.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-%% File: ltproperties.dtx
+% File: ltproperties.dtx
%
% Copyright (C) 2021-2023 The LaTeX Project
%
@@ -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}
-
+%
+% \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}
@@ -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.}
% }
%
@@ -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}
@@ -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}
More information about the latex3-commits
mailing list.