[latex3-commits] [git/LaTeX3-latex3-latex2e] longtable4.14: increase default chunksize (a2416a4a)

David Carlisle d.p.carlisle at gmail.com
Sat Mar 7 16:44:23 CET 2020


Repository : https://github.com/latex3/latex2e
On branch  : longtable4.14
Link       : https://github.com/latex3/latex2e/commit/a2416a4a871675e7eb2f79da12d1f81641cccc22

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

commit a2416a4a871675e7eb2f79da12d1f81641cccc22
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Sat Mar 7 15:44:23 2020 +0000

    increase default chunksize


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

a2416a4a871675e7eb2f79da12d1f81641cccc22
 required/tools/longtable.dtx | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/required/tools/longtable.dtx b/required/tools/longtable.dtx
index 22346edb..e2cd97c2 100644
--- a/required/tools/longtable.dtx
+++ b/required/tools/longtable.dtx
@@ -309,7 +309,7 @@
 % (see below), the "LTchunksize" must be at least  as large as the
 % number of rows in each of the head or foot sections.
 %
-% This document specifies "\setcounter{LTchunksize}{10}".  If you look
+% This document specifies "\setcounter{LTchunksize}{200}".  If you look
 % at the previous table, after the \emph{first} run of \LaTeX\  you will
 % see that various parts of the table do not line up.
 % \LaTeX\ will also have printed a warning that the column
@@ -883,9 +883,11 @@
 % \end{macro}
 %
 % \begin{macro}{\LTchunksize}
-% Chunk size (The number of rows taken per "\halign"). Default 20.
+% \changes{v4.14}{2020/02/07}
+%      {Increase default chunksize from 20 to 200}
+% Chunk size (The number of rows taken per "\halign"). Default 200.
 %    \begin{macrocode}
-\newcount\LTchunksize \LTchunksize=20
+\newcount\LTchunksize \LTchunksize=200
 %    \end{macrocode}
 % \end{macro}
 %





More information about the latex3-commits mailing list.