Skip to content

Commit

Permalink
fixes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Jul 21, 2015
1 parent a263e47 commit 99a3b1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void execute() throws MojoExecutionException, MojoFailureException {
toc(toc.name().toLowerCase()).
numbered(numbered).minimizable(minimizable).searchable(searchable);
if (format.equals(Format.pdf)) {
documentAttributes.pdfTheme(true).minimizable(false).docInfo(false);
documentAttributes.pdfTheme(true).minimizable(false).searchable(false).docInfo(false);
} else {
documentAttributes.docInfo(true).pdfTheme(false);
}
Expand Down

0 comments on commit 99a3b1f

Please sign in to comment.