From: Dobrica Pavlinusic Date: Thu, 24 Mar 2016 16:14:12 +0000 (+0100) Subject: added theme to odt X-Git-Url: http://git.rot13.org/?p=star2016;a=commitdiff_plain;h=010220ad0890e9aec2a1db5e63712cbc7fc050b7 added theme to odt --- diff --git a/star2016-abstracts.pl b/star2016-abstracts.pl index d7d8468..0c5b827 100755 --- a/star2016-abstracts.pl +++ b/star2016-abstracts.pl @@ -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'); }