[latex3-commits] [l3svn] branch master updated: Fix \@normalcr patch

noreply at latex-project.org noreply at latex-project.org
Mon Jan 4 19:16:35 CET 2016


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  b2ca104   Fix \@normalcr patch
b2ca104 is described below

commit b2ca10465213463af11598a4c4dfc3d035de6d00
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Jan 4 18:16:25 2016 +0000

    Fix \@normalcr patch
---
 l3experimental/xgalley/l3galley.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3experimental/xgalley/l3galley.dtx b/l3experimental/xgalley/l3galley.dtx
index a542b4d..2ef4121 100644
--- a/l3experimental/xgalley/l3galley.dtx
+++ b/l3experimental/xgalley/l3galley.dtx
@@ -2603,7 +2603,7 @@
 %   This is needed as \cs{@parboxrestore} sets |\\| equal to \cs{@normalcr},
 %   and the new definition must be used
 %    \begin{macrocode}
-\cs_set_eq:Nc \@normalcr { \token_to_str:N \\ }
+\cs_set_eq:Nc \@normalcr { \cs_to_str:N \\ }
 %    \end{macrocode}
 %\end{macro}
 %

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list