4 # Open \______ \ ____ ____ | | _\_ |__ _______ ___
5 # Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
6 # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
7 # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
19 # collapse all "full" lines
22 # collapse lines indicating an error with next one and append a space.
27 if(length($reflowed) > 0) {
28 # collapse with previous line if it continues some "area".
29 if($reflowed =~ /^\s*(\]|\[|\\|\)|<)/) {
33 # find current input file
34 my @inputfile = $last =~ /\(([a-zA-Z_\-\/\
.]+\
.tex
)/g
;
39 print "LaTeX processing $_\n";
46 if($reflowed =~ /^!\s*(.*)/) {
48 $l =~ s/^!\s*(.*)l.(\d+) /$2: $1/;
49 print "$currentfile:$l\n";
51 # restart for next reflowed line