Skip to content

Commit

Permalink
Whoops-a-daisy, forgot to remove the latex preamble
Browse files Browse the repository at this point in the history
  • Loading branch information
eternaleye committed Nov 26, 2009
1 parent 7552628 commit fcde9ac
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions bin/book-to-html
Expand Up @@ -2,20 +2,8 @@
use strict;
use Pod::PseudoPod::HTML;

print <<'HEADER';
\documentclass[11pt,a4paper,oneside]{report}
\usepackage{graphics,graphicx}
\usepackage{colortbl}
\begin{document}
HEADER

for (@ARGV) {
my $parser = Pod::PseudoPod::HTML->new();
$parser->output_fh( *STDOUT );
$parser->parse_file( $_ );
}

print <<'FOOTER';
\end{document}
FOOTER

0 comments on commit fcde9ac

Please sign in to comment.