[latex3-commits] [git/LaTeX3-latex3-latex2e] gh613: Minor fixes (d226cd85)
PhelypeOleinik
phelype.oleinik at latex-project.org
Mon Jul 12 18:35:49 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : gh613
Link : https://github.com/latex3/latex2e/commit/d226cd85bee8c2ef371071e582c1b6169e70a49d
>---------------------------------------------------------------
commit d226cd85bee8c2ef371071e582c1b6169e70a49d
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Mon Jul 12 13:35:49 2021 -0300
Minor fixes
>---------------------------------------------------------------
d226cd85bee8c2ef371071e582c1b6169e70a49d
base/changes.txt | 2 +-
base/doc/ltnews34.tex | 12 ++++++------
base/lterror.dtx | 2 +-
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/base/changes.txt b/base/changes.txt
index f6577e63..0c399317 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -11,7 +11,7 @@ are not part of the distribution.
* lterror.dtx (subsection{General commands}):
Provide \ClassNote and \PackageNote that write information to the
terminal but labels it as "Info" and not as "Warning", i.e. a cross
- between \PackageWarning and \PackageInfo
+ between \PackageWarning and \PackageInfo
2021-07-08 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
diff --git a/base/doc/ltnews34.tex b/base/doc/ltnews34.tex
index 1430fed6..e323f530 100644
--- a/base/doc/ltnews34.tex
+++ b/base/doc/ltnews34.tex
@@ -148,17 +148,17 @@
\subsection{Added \cs{PackageNote} and \cs{ClassNote}}
-\LaTeX{} offers \cs{Packageerror} to signal errors that stop
-processing, \cs{PackageWarning} that generate a warning messageon the
-terminal, but continue with the processing and also \cs{PackageInfo}
+\LaTeX{} offers \cs{PackageError} to signal errors that stop
+processing, \cs{PackageWarning} that generates a warning message on the
+terminal, but continues with the processing and also \cs{PackageInfo}
to provide some information that is only written to the \texttt{.log}
file. What hasn't existed up to now is a way to provide some
information on the terminal that is identifying itself as coming from
a specific package but which isn't claiming to be a warning. Thus,
packages that wanted to write to the terminal used \cs{PackageWarning}
-even though the information wasn't really warning the user. for this
-we now have \cs{PackageNote} and \cs{PackageNotNoLine} that idntify
-themselves as \enquote{informational} but still go to the terminal and
+even though the information wasn't really warning the user. For this
+we now have \cs{PackageNote} and \cs{PackageNoteNoLine}, that identify
+themselves as \enquote{informational}, but still go to the terminal and
not only to the transcript.
Similar commands exist for classes and there we have added the missing
diff --git a/base/lterror.dtx b/base/lterror.dtx
index f46a7e6f..331c0565 100644
--- a/base/lterror.dtx
+++ b/base/lterror.dtx
@@ -413,7 +413,7 @@ Type H <return> for immediate help.}%
% \end{macrocode}
% We don't roll back, because if this code is used by packages then
% most often they will not have rollback code implemented, so they
-% would immediately break even of they otherwise would work fine.
+% would immediately break even if they otherwise would work fine.
% \begin{macrocode}
%<latexrelease>\IncludeInRelease{0000/00/00}%
%<latexrelease> {\ClassNote}{Notes for classes/packages}%
More information about the latex3-commits
mailing list.