Opened 9 years ago

Closed 9 years ago

#3848 closed defect (fixed)

Begin of script version-check.sh missing in the pdf version

Reported by: amj Owned by:
Priority: low Milestone: 7.9
Component: Book Version: SVN
Severity: minor Keywords:
Cc:

Description

The begin of the script version-check.sh is missing because fop does not break him at the right place. The patch below fix it (not for all page format) by adding an obligatory break.

Attachments (1)

pdf_break_fix.patch (414 bytes ) - added by amj 9 years ago.

Download all attachments as: .zip

Change History (2)

by amj, 9 years ago

Attachment: pdf_break_fix.patch added

comment:1 by bdubbs@…, 9 years ago

Resolution: fixed
Status: newclosed

Fixed at revision 10964.

I was able to shorten up the sed:

sed -i -e 's@gcc --version@<fo:block page-break-before="always"></fo:block>&@' $FILE

Note: See TracTickets for help on using tickets.