fixed some bugs and improved the quality of the code to build/extract data
This commit is contained in:
@@ -23,7 +23,7 @@ foreach $filename (@ARGV) {
|
||||
|
||||
if ($line =~ /^\% pdfpc\:end/) {
|
||||
$note_record = 0;
|
||||
chomp $note_text;
|
||||
$note_text =~ s/^\s*(.*?)\s*$/$1/;
|
||||
print NOTESFILE "\#\#\# $slide_counter\n$note_text\n";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user