diff options
author | Karl Berry <karl@freefriends.org> | 2012-08-14 23:28:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-08-14 23:28:14 +0000 |
commit | c33dd0f6eb3ee533df663d363845fc7d22578ba6 (patch) | |
tree | 537c0448e654b3e0868b94ad0e56ca6a3e9bbab8 /Master/texmf-dist/source/latex/l3experimental/xgalley/l3galley.dtx | |
parent | e15c57294632f6474030420648f16a9bf4efbd99 (diff) |
l3* (14aug12)
git-svn-id: svn://tug.org/texlive/trunk@27406 c570f23f-e606-0410-a88d-b1316a301751
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 |