Skip Menu |

This queue is for tickets about the LaTeX-Driver CPAN distribution.

Report information
The Basics
Id: 42073
Status: resolved
Priority: 0/
Queue: LaTeX-Driver

People
Owner: Nobody in particular
Requestors: sthoenna [...] efn.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: patch to do required reruns when using longtable
Date: Wed, 31 Dec 2008 16:59:11 -0800 (PST)
To: bug-LaTeX-Driver [...] rt.cpan.org
From: "Yitzchak Scott-Thoennes" <sthoenna [...] efn.org>
--- Driver.pm.orig 2008-12-31 16:47:34.000000000 -0800 +++ Driver.pm 2008-12-31 16:53:24.000000000 -0800 @@ -385,6 +385,10 @@ debug('labels have changed') if $DEBUG; $self->labels_changed(1); } + elsif ( /^Package longtable Warning: Table widths have changed\. Rerun LaTeX\./i ) { + debug('table widths changed') if $DEBUG; + $self->rerun_required(1); + } } } else { (also attached in case formatting was messed up).

Message body is not shown because sender requested not to inline it.

Code included in release 0.08 to accommodate reruns required by the longtable LaTeX package (as well as other packages).