diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3experimental/xgalley/l3galley.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3experimental/xgalley/l3galley.dtx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/l3experimental/xgalley/l3galley.dtx b/Master/texmf-dist/source/latex/l3experimental/xgalley/l3galley.dtx index ed9db8b5920..305a91b629d 100644 --- a/Master/texmf-dist/source/latex/l3experimental/xgalley/l3galley.dtx +++ b/Master/texmf-dist/source/latex/l3experimental/xgalley/l3galley.dtx @@ -38,8 +38,8 @@ %<*driver|package> % The version of expl3 required is tested as early as possible, as % some really old versions do not define \ProvidesExplPackage. -\RequirePackage{expl3}[2015/09/06] -%<package>\@ifpackagelater{expl3}{2015/09/06} +\RequirePackage{expl3}[2015/09/11] +%<package>\@ifpackagelater{expl3}{2015/09/11} %<package> {} %<package> {% %<package> \PackageError{l3galley}{Support package l3kernel too old} @@ -51,7 +51,7 @@ %<package> }% %<package> \endinput %<package> } -\GetIdInfo$Id: l3galley.dtx 5925 2015-09-06 09:25:46Z joseph $ +\GetIdInfo$Id: l3galley.dtx 6001 2015-09-11 21:50:23Z joseph $ {L3 Experimental galley code} %</driver|package> %<*driver> @@ -735,7 +735,7 @@ % % Settings for application by the galley respect the usual \TeX{} grouping and % so are all local variables. -% +% % \begin{variable} % {\l_@@_cutout_left_indent_seq, \l_@@_cutout_right_indent_seq} % Essentially scratch space, used when setting up a cutout in a paragrph, @@ -1183,7 +1183,7 @@ % operation. Once the paragraph has been typeset, the number of lines is % added to the running total. It's possible that the conceptual paragraph % contains display-like material, and simply setting the number of lines -% equal to \cs{tex_prevgraf:D} would lose these. +% equal to \cs{tex_prevgraf:D} would lose these. % \begin{macrocode} { \g_galley_par_end_hook_tl @@ -1772,7 +1772,7 @@ % \end{macro} % % \subsection{Setting the primitive paragraph shape} -% +% % \begin{macro}[int]{\@@_parshape_set:} % \begin{macro}[aux] % { @@ -1814,7 +1814,7 @@ % Setting the margins is simple. Either they are zero, using the full measure, % or they are not. This is always set even if there are other elements to % apply as these settings are very fast, so it is not worth doing a check -% at this stage for further parts to apply. +% at this stage for further parts to apply. % \begin{macrocode} \cs_new_protected_nopar:Npn \@@_parshape_set_margins: { @@ -1945,7 +1945,7 @@ } % \end{macrocode} % Grab the last entry of the shorter sequence and repeat it to match -% the length of the longer. +% the length of the longer. % \begin{macrocode} \cs_new_protected:Npn \@@_parshape_set_cutouts:N #1 { |