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 | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/Master/texmf-dist/source/latex/l3experimental/xgalley/l3galley.dtx b/Master/texmf-dist/source/latex/l3experimental/xgalley/l3galley.dtx index 57fbb9ecca4..0d3fdafcdf8 100644 --- a/Master/texmf-dist/source/latex/l3experimental/xgalley/l3galley.dtx +++ b/Master/texmf-dist/source/latex/l3experimental/xgalley/l3galley.dtx @@ -37,7 +37,7 @@ % %<*driver|package> \RequirePackage{l3names} -\GetIdInfo$Id: l3galley.dtx 2938 2011-10-25 18:41:20Z joseph $ +\GetIdInfo$Id: l3galley.dtx 3071 2011-12-20 20:14:00Z bruno $ {L3 Experimental galley code} %</driver|package> %<*driver> @@ -653,17 +653,6 @@ \package_check_loaded_expl: %</package> % \end{macrocode} -% -% \subsection{TO BE MOVED} -% -% \begin{macro}{\scan_marker_new:N, \scan_marker_new:c} -% Temporary: needs to go somewhere else if this concept is retained. -% \begin{macrocode} -\cs_new_protected:Npn \scan_marker_new:N #1 - { \cs_new_eq:NN #1 \scan_stop: } -\cs_generate_variant:Nn \scan_marker_new:N { c } -% \end{macrocode} -% \end{macro} % % \subsection{Support items} % @@ -1049,11 +1038,11 @@ % \end{macro} % % \subsection{The \cs{par} token} -% +% % \begin{variable}{\s_par_omit} % Used to indicate that a paragraph should be omitted. % \begin{macrocode} -\scan_marker_new:N \s_par_omit +\scan_new:N \s_par_omit % \end{macrocode} % \end{variable} % @@ -1085,7 +1074,7 @@ } } % \end{macrocode} -% No marker, so really insert a paragraph. In vertical mode, +% No marker, so really insert a paragraph. In vertical mode, % \begin{macrocode} \cs_new_protected_nopar:Npn \galley_std_par_aux_ii: { |