[latex3-commits] [latex3/latex2e] array: and a docu fix (e5d1d57f)

github at latex-project.org github at latex-project.org
Mon Dec 11 12:48:24 CET 2023


Repository : https://github.com/latex3/latex2e
On branch  : array
Link       : https://github.com/latex3/latex2e/commit/e5d1d57fc77fb0349a7d8ea1d25b3d3866ea1e36

>---------------------------------------------------------------

commit e5d1d57fc77fb0349a7d8ea1d25b3d3866ea1e36
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Mon Dec 11 12:48:24 2023 +0100

    and a docu fix


>---------------------------------------------------------------

e5d1d57fc77fb0349a7d8ea1d25b3d3866ea1e36
 required/tools/longtable.dtx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/required/tools/longtable.dtx b/required/tools/longtable.dtx
index 821d84f3..1675ae01 100644
--- a/required/tools/longtable.dtx
+++ b/required/tools/longtable.dtx
@@ -2373,14 +2373,14 @@
 %    and so making any assignment, etc., would start a row --- something we don't want.
 %    To get out of this trap we  run \cs{crcr} (which would normally
 %    come inside \cs{LT at echunk}. That will then trigger \cs{everycr}
-%    and update \cs{g_@@_row_int}, but now we have a defined state, so
+%    and update \verb=\g_@@_row_int=, but now we have a defined state, so
 %    we can use \cs{noalign} to undo that. 
 %    We also change \cs{LT at rows} so that further \cs{cr}s do not do
 %    any harm (as explained above.
 %
-%    The \cs{crcr} inside \LT at echunk} will be bypassed now as we just
-%    executed a \cs{crcr} and are still in scanning modus for
-%    \cs{omit} or \cs{noalign}     
+%    The \cs{crcr} inside \cs{LT at echunk} will be bypassed in that case
+%    as we have just executed a \cs{crcr} and are still in scanning modus for
+%    \cs{omit} or \cs{noalign}.     
 %    \begin{macrocode}
      {
        \crcr





More information about the latex3-commits mailing list.