Skip to content

Commit

Permalink
Trim spaces from math mode content
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Dec 11, 2022
1 parent 31dd285 commit c9df91f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion required/latex-lab/latex-lab-everymath.dtx
Expand Up @@ -115,7 +115,7 @@
\cs_new_protected:Npn \@@_process:n #1
{
\legacy_if:nF { measuring@ }
{ \@@_process_aux:n {#1} }
{ \tl_trim_spaces_apply:nN {#1} \@@_process_aux:n }
}
\cs_new_protected:Npn \@@_process_aux:n #1 { }
% \end{macrocode}
Expand Down
2 changes: 1 addition & 1 deletion required/latex-lab/testfiles/everymath-001.tlg
@@ -1,6 +1,6 @@
This is a generated file for the l3build validation system.
Don't change this file in any respect.
y = mx + c
y = mx + c
y = mx + c
y = mx + c \hskip 1em\relax \hbox {for all $c$}
g_{\hbox {foo$b$}}

0 comments on commit c9df91f

Please sign in to comment.