From 8eaad704087ac0987cf5672fdfc0f3d03d70a302 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Fri, 16 Apr 2010 10:38:28 +0200 Subject: [PATCH] require the latest Pod::PseudoPod::LaTeX, which fixes various rendering bugs and now likes B<...> inside programlistings --- README | 2 +- bin/book-to-latex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 2b7013e..01362c1 100644 --- a/README +++ b/README @@ -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 diff --git a/bin/book-to-latex b/bin/book-to-latex index 914e475..52ea498 100644 --- a/bin/book-to-latex +++ b/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}