diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3experimental/xgalley/xgalley.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3experimental/xgalley/xgalley.sty | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/l3experimental/xgalley/xgalley.sty b/Master/texmf-dist/tex/latex/l3experimental/xgalley/xgalley.sty index 5ebe766a12b..3e3d251791a 100644 --- a/Master/texmf-dist/tex/latex/l3experimental/xgalley/xgalley.sty +++ b/Master/texmf-dist/tex/latex/l3experimental/xgalley/xgalley.sty @@ -14,7 +14,7 @@ %% Do not distribute a modified version of this file. %% %% File: xgalley.dtx Copyright (C) 1999-2001, 2004-2009 Frank Mittelbach -%% (C) 2010,2011 The LaTeX3 Project +%% (C) 2010-2012 The LaTeX3 Project %% %% It may be distributed and/or modified under the conditions of the %% LaTeX Project Public License (LPPL), either version 1.3c of this @@ -48,7 +48,7 @@ %% ----------------------------------------------------------------------- %% \RequirePackage{l3names} -\GetIdInfo$Id: xgalley.dtx 2922 2011-10-17 19:01:04Z joseph $ +\GetIdInfo$Id: xgalley.dtx 3253 2012-01-28 14:59:55Z joseph $ {L3 Experimental galley} \ProvidesExplPackage {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription} @@ -195,11 +195,17 @@ \int_set:Nn \tex_lefthyphenmin:D { \bool_if:NTF \l_galley_hyphen_enable_bool - { \l_galley_hyphen_left_int } { 63 } + { \l_galley_hyphen_left_int } + { 63 } } \int_set:Nn \tex_uchyph:D - { \bool_if:NTF \l_galley_hyphen_uppercase_bool { 1 } { 0 } } + { + \bool_if:NTF \l_galley_hyphen_uppercase_bool + { 1 } + { 0 } + } } +\UseTemplate { hyphenation } { std } { } \tex_defaulthyphenchar:D 45 \scan_stop: \tl_new:N \l_galley_justification_other_tl \DeclareObjectType { justification } { 0 } @@ -260,7 +266,7 @@ \bool_if:NTF \l_galley_fixed_spacing_bool { \bool_set_true:N \exp_not:N \l_galley_fixed_spacing_bool } { \bool_set_false:N \exp_not:N \l_galley_fixed_spacing_bool } - \galley_set_interword_space:N + \galley_set_interword_spacing:N \exp_not:N \l_galley_fixed_spacing_bool \dim_set:Nn \exp_not:N \l_galley_par_indent_dim { \dim_use:N \l_galley_par_indent_dim } @@ -268,8 +274,8 @@ { \skip_use:N \l_galley_line_left_skip } \skip_set:Nn \exp_not:N \l_galley_line_right_skip { \skip_use:N \l_galley_line_right_skip } - \skip_set:Nn \exp_not:N \l_galley_par_start_skip - { \skip_use:N \l_galley_par_start_skip } + \skip_set:Nn \exp_not:N \l_galley_par_begin_skip + { \skip_use:N \l_galley_par_begin_skip } \int_set:Nn \exp_not:N \l_galley_last_line_fit_int { \int_use:N \l_galley_last_line_fit_int } \skip_set:Nn \exp_not:N \@rightskip |