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 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/l3experimental/xgalley/l3galley.dtx b/Master/texmf-dist/source/latex/l3experimental/xgalley/l3galley.dtx index 77b6456d15e..783ebbf0113 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{xparse} -\GetIdInfo$Id: l3galley.dtx 3918 2012-07-05 00:32:37Z bruno $ +\GetIdInfo$Id: l3galley.dtx 4009 2012-07-20 18:18:29Z joseph $ {L3 Experimental galley code} %</driver|package> %<*driver> @@ -1224,17 +1224,12 @@ % group level as the text, hence this function cannot be placed using % \cs{group_insert_after:N}. Resetting the meaning of the \cs{par} token % needs to be carried out after the group used for the environment. -% As \LaTeXe{} already adds one group, there are two \enquote{escapes} -% here: the format version needs only one escape. % \begin{macrocode} \cs_new_protected_nopar:Npn \galley_display_end: { \par \@@_restore_parameters: \group_end: -%<*package> - \group_insert_after:N \group_insert_after:N -%</package> \group_insert_after:N \@@_display_par_setup: } % \end{macrocode} @@ -2325,4 +2320,4 @@ % % \end{implementation} % -% \PrintIndex
\ No newline at end of file +% \PrintIndex |