[latex3-commits] [git/LaTeX3-latex3-mathtools] master: Prevent wrong hyphenation (am-stext), fix mistakes (f1ac125)
GitHub
noreply at github.com
Thu Aug 26 15:36:13 CEST 2021
Repository : https://github.com/latex3/mathtools
On branch : master
Link : https://github.com/latex3/mathtools/commit/f1ac125db25e6ddc455854e695a164794eefaa49
>---------------------------------------------------------------
commit f1ac125db25e6ddc455854e695a164794eefaa49
Author: Ivan Panchenko <39594356+ivan-pan at users.noreply.github.com>
Date: Thu Aug 26 15:36:13 2021 +0200
Prevent wrong hyphenation (am-stext), fix mistakes
>---------------------------------------------------------------
f1ac125db25e6ddc455854e695a164794eefaa49
mhsetup.dtx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/mhsetup.dtx b/mhsetup.dtx
index bf89bc9..8d967ba 100644
--- a/mhsetup.dtx
+++ b/mhsetup.dtx
@@ -190,7 +190,7 @@ and the derived files
% \cs{InternalSyntaxOn} which makes |_| and |:| letters and then
% automatically restores the category codes at the end of the
% package. This usually works fine but when you try to load
-% \pkg{amstext} you will experience that \TeX{} goes into an
+% \pkg{\mbox{amstext}} you will experience that \TeX{} goes into an
% infinite loop. Packages containing code like
% |\@for\@tempa:=\@tempb\do{...}| will not work correctly either,
% thus we provide an alternative version here with the pair of
@@ -207,7 +207,7 @@ and the derived files
% The standard behavior of scanning for optional arguments in
% \LaTeX{} allows any number of spaces preceding the optional
% argument and that is not always good in math. For that reason
-% \pkg{amsmath} makes sure that commands like |\\| disallows spaces
+% \pkg{amsmath} makes sure that commands like |\\| disallow spaces
% before the optional argument but at the same time it fails to
% provide ``safe'' environments. What would you expect from the
% following input?
@@ -338,7 +338,7 @@ and the derived files
% The whole idea is to provide programming tools that are convenient
% but not yet widely available. I hope this'll be obsolete soon!
%
-% Firstly we setup a few helper functions.
+% Firstly we set up a few helper functions.
% \begin{macro}{\MH_let:NwN}
% An alias for \cs{let}.
% \begin{macrocode}
@@ -354,8 +354,8 @@ and the derived files
% \end{macrocode}
% \end{macro}
% \begin{macro}{\MH_let:cc}
-% This one has takes a \cs{csname}-\cs{endcsname} name and \cs{let}s
-% it to a another \cs{csname}-\cs{endcsname} name. To be used in
+% This one takes a \cs{csname}-\cs{endcsname} name and \cs{let}s
+% it to another \cs{csname}-\cs{endcsname} name. To be used in
% constructions with weird characters like \texttt{*} or alike in
% them and can take a \cs{global} prefix if wanted (we want that
% later on).
More information about the latex3-commits
mailing list.