Skip to content

Commit

Permalink
require the latest Pod::PseudoPod::LaTeX, which fixes various renderi…
Browse files Browse the repository at this point in the history
…ng bugs and now likes B<...> inside programlistings
  • Loading branch information
moritz committed Apr 16, 2010
1 parent f9a8270 commit 8eaad70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -15,7 +15,7 @@ To build the book, you need to have the following software installed:

* GNU make
* perl 5
* the Perl 5 module Pod::PseudoPod::LaTeX
* the Perl 5 module Pod::PseudoPod::LaTeX version 1.101050 or newer
* inkscape (for svg -> pdf conversion)
* pdflatex

Expand Down
2 changes: 1 addition & 1 deletion bin/book-to-latex
@@ -1,6 +1,6 @@
#!perl -w
use strict;
use Pod::PseudoPod::LaTeX;
use Pod::PseudoPod::LaTeX 1.101050;

print <<'HEADER';
\documentclass[11pt,a4paper,oneside]{report}
Expand Down

0 comments on commit 8eaad70

Please sign in to comment.