[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: mathcapture: Remove stray brace (cfb45e5b)

Joseph Wright joseph.wright at morningstar2.co.uk
Sat Jan 21 13:04:48 CET 2023


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/cfb45e5b8ec4b9b82ea20aca33730420d309a725

>---------------------------------------------------------------

commit cfb45e5b8ec4b9b82ea20aca33730420d309a725
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Jan 21 12:04:48 2023 +0000

    mathcapture: Remove stray brace


>---------------------------------------------------------------

cfb45e5b8ec4b9b82ea20aca33730420d309a725
 required/latex-lab/latex-lab-mathcapture.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/required/latex-lab/latex-lab-mathcapture.dtx b/required/latex-lab/latex-lab-mathcapture.dtx
index 0e54ebd8..ee19f72b 100644
--- a/required/latex-lab/latex-lab-mathcapture.dtx
+++ b/required/latex-lab/latex-lab-mathcapture.dtx
@@ -117,7 +117,7 @@
 % \subsection{File declaration}
 %    \begin{macrocode}
 \ProvidesFile{latex-lab-mathcapture.ltx}
-        [2023-01-19 v0.1a Grab all the math(s)]
+        [2023-01-21 v0.1a Grab all the math(s)]
 %    \end{macrocode}
 %
 %    \begin{macrocode}
@@ -185,7 +185,7 @@
   {
     \tl_if_blank:nF {#1}
       {
-        \@@_process:nn { math } {#1} } % $
+        \@@_process:nn { math } {#1} % $
         #1 $
       }
   }





More information about the latex3-commits mailing list.