[latex3-commits] [l3svn] branch master updated: Probably \vspace is wrong too ...

noreply at latex-project.org noreply at latex-project.org
Sat May 14 20:40:30 CEST 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  fc6fb48   Probably \vspace is wrong too ...
fc6fb48 is described below

commit fc6fb48ab0018957e0e65b121ecf1edeb387e37d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat May 14 19:40:29 2016 +0100

    Probably \vspace is wrong too ...
---
 l3experimental/xgalley/l3galley.dtx |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/l3experimental/xgalley/l3galley.dtx b/l3experimental/xgalley/l3galley.dtx
index 4a7858f..77391a6 100644
--- a/l3experimental/xgalley/l3galley.dtx
+++ b/l3experimental/xgalley/l3galley.dtx
@@ -2507,7 +2507,15 @@
       \@vspace
       \@vspace
   }
-\cs_set:Npn \@vspace #1 { \galley_vspace_set_single:n {#1} }
+\cs_set:Npn \@vspace #1
+  {
+    \galley_vspace_set_single:n
+      {
+        \tl_if_empty:NF \g_@@_interpar_vspace_user_tl
+          { \g_@@_interpar_vspace_user_tl + }
+        #1
+      }
+  }
 %    \end{macrocode}
 % \end{macro}
 % \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