[latex3-commits] [git/LaTeX3-latex3-latex3] master: Update xgalley example [ci skip] (fixes #614) (5a301c441)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Aug 22 09:07:16 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/5a301c441af5a8f42cc3e71517433e6a9954c5b4
>---------------------------------------------------------------
commit 5a301c441af5a8f42cc3e71517433e6a9954c5b4
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Aug 22 08:07:16 2019 +0100
Update xgalley example [ci skip] (fixes #614)
>---------------------------------------------------------------
5a301c441af5a8f42cc3e71517433e6a9954c5b4
l3experimental/xgalley/xgalley-demo.tex | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3experimental/xgalley/xgalley-demo.tex b/l3experimental/xgalley/xgalley-demo.tex
index bec422bba..aa35810a6 100644
--- a/l3experimental/xgalley/xgalley-demo.tex
+++ b/l3experimental/xgalley/xgalley-demo.tex
@@ -29,14 +29,14 @@
{ \clist_put_right:Nn \l_tmpa_clist { 0 pt } }
\bool_if:NTF \l_galley_parshape_on_left_bool
{
- \galley_parshape_single_par:nVVN
+ \galley_parshape_set_single:nVVN
\l_galley_parshape_lines_int
\l_galley_parshape_clist
\l_tmpa_clist
\c_true_bool
}
{
- \galley_parshape_single_par:nVVN
+ \galley_parshape_set_single:nVVN
\l_galley_parshape_lines_int
\l_tmpa_clist
\l_galley_parshape_clist
More information about the latex3-commits
mailing list