[latex3-commits] [l3svn] 01/02: Also cover \addpenalty

noreply at latex-project.org noreply at latex-project.org
Mon Jan 4 10:30:21 CET 2016


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

joseph pushed a commit to branch master
in repository l3svn.

commit 7bae3af02e0ffd794709a2fd630fa544108b5660
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Jan 4 09:27:08 2016 +0000

    Also cover \addpenalty
---
 l3experimental/xgalley/l3galley.dtx |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/l3experimental/xgalley/l3galley.dtx b/l3experimental/xgalley/l3galley.dtx
index 92a472f..c8a059e 100644
--- a/l3experimental/xgalley/l3galley.dtx
+++ b/l3experimental/xgalley/l3galley.dtx
@@ -2556,10 +2556,11 @@
 %    \end{macrocode}
 % \end{macro}
 %
-% \begin{macro}{\addvspace}
+% \begin{macro}{\addpenalty, \addvspace}
 %   The mechanism here is entirely different, but at least this works!
 %    \begin{macrocode}
-\cs_set_nopar:Npn \addvspace { \galley_vspace_set_single:n }
+\cs_set_nopar:Npn \addpenalty { \galley_penalty_set_single:n }
+\cs_set_nopar:Npn \addvspace  { \galley_vspace_set_single: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