added theme to odt
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 24 Mar 2016 16:14:12 +0000 (17:14 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 24 Mar 2016 16:14:12 +0000 (17:14 +0100)
star2016-abstracts.pl

index d7d8468..0c5b827 100755 (executable)
@@ -69,6 +69,8 @@ foreach my $abstract ( @$abstracts ) {
        }
 
        $doc->appendParagraph(text => $abstract->{Content}->[0], style => 'Abstract');
+       
+       $doc->appendParagraph(text => "Theme: " . $f->{2}->{'content'}, style => 'Theme');
 
 }