From 8b5d2086698cbaf2d58362fe2a35170cb7733d95 Mon Sep 17 00:00:00 2001 From: Yukai Chou Date: Thu, 28 Nov 2024 15:52:03 +0800 Subject: [PATCH] Typos and minor doc rewording (#1568) --- base/ltproperties.dtx | 12 ++++++------ base/ltsect.dtx | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/base/ltproperties.dtx b/base/ltproperties.dtx index 6351d08c8..c8d880f81 100644 --- a/base/ltproperties.dtx +++ b/base/ltproperties.dtx @@ -30,7 +30,7 @@ %<*driver> % \fi \ProvidesFile{ltproperties.dtx} - [2024/11/05 v1.0i LaTeX Kernel (Properties)] + [2024/11/28 v1.0i LaTeX Kernel (Properties)] % \iffalse % \documentclass[full]{l3doc} @@ -225,7 +225,7 @@ % \cs{property_ref_undefined_warn:} % \end{syntax} % \LaTeXe{}-interface: not provided.\\ -% The commands triggers the standard warning +% Triggers the standard warning % \\ % \hspace*{1em}\texttt{LaTeX Warning: There were undefined references.} % \\ @@ -239,8 +239,8 @@ % \begin{syntax} % \cs{property_ref_undefined_warn:n} \Arg{label} % \end{syntax} -% \LaTeXe{}-interface: not provided.\\ -% The commands triggers the standard warning\\ +% \LaTeXe{}-interface: not provided.\\ +% Triggers the standard warning\\ % \hspace*{1em}\texttt{LaTeX Warning: There were undefined references.} % \\ % at the end of the document if \meta{label} is not known. @@ -254,7 +254,7 @@ % \cs{property_ref_undefined_warn:nn} \Arg{label} \Arg{property} % \end{syntax} % \LaTeXe{}-interface: see \cs{RefUndefinedWarn}.\\ -% The commands triggers the standard warning\\ +% Triggers the standard warning\\ % \hspace*{1em}% % \texttt{LaTeX Warning: There were undefined references.}\\ % at the end of the document if the reference can not be resolved. @@ -374,7 +374,7 @@ % \begin{syntax} % \cs{RefUndefinedWarn} \Arg{label} \Arg{property} % \end{syntax} -% This commands triggers the standard warning\\ +% Triggers the standard warning\\ % \hspace*{1em}% % \texttt{LaTeX Warning: There were undefined references.}\\ % at the end of the document if the reference for \meta{label} and \meta{property} diff --git a/base/ltsect.dtx b/base/ltsect.dtx index 21aeda32e..c71e78109 100644 --- a/base/ltsect.dtx +++ b/base/ltsect.dtx @@ -31,7 +31,7 @@ %%% From File: ltsect.dtx %<*driver> % \fi -\ProvidesFile{ltsect.dtx}[2024/03/25 v1.1f LaTeX Kernel (Sectioning)] +\ProvidesFile{ltsect.dtx}[2024/11/28 v1.1f LaTeX Kernel (Sectioning)] % \iffalse \documentclass{ltxdoc} \GetFileInfo{ltsect.dtx} @@ -762,8 +762,8 @@ % \end{macro} % % \begin{macro}{\addcontentsline} -% The |\addcontentsline{|\meta{table}|}{|\meta{type}|}{|% -% \meta{entry}|}| command allows the user to add +% The |\addcontentsline{|\meta{table}|}{|\meta{type}|}{|\meta{entry}|}| +% command allows the user to add % his/her own entry to a table of contents, etc. The command adds the % entry |\contentsline{|\meta{type}|}{|\meta{entry}|}{|\meta{page}|}{}| % to the |.|\meta{table} file.