Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add title, authors and table of contents to PDF version
  • Loading branch information
moritz committed May 7, 2010
1 parent f7a5527 commit 218afc4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/book-to-latex
Expand Up @@ -10,8 +10,15 @@ print <<'HEADER';
\usepackage[T1]{fontenc}
\usepackage{bera}
\usepackage[utf8]{inputenc}
\title{Using Perl~6}
\author{Jonathan S. Duff, Moritz Lenz, Carl Mäsak, Patrick R. Michaud, Jonathan Worthington}
\begin{document}
\maketitle
\tableofcontents
HEADER

for (@ARGV) {
Expand Down

0 comments on commit 218afc4

Please sign in to comment.