Re: Contribution to Perl 6 Week 6: help improve the sidebars in the book

2010-06-10 Thread Moritz Lenz
Hi Dean, thank you very much for your patches. I've incorporated them, and I'm really grateful for the useful input from somebody with stronger LaTeX-fu than me. Dean Serenevy wrote: > 1) Modify Pod::PseudoPod::LaTeX to (when requested) emit LaTeX code > which requires that certain environments

Contribution to Perl 6 Week 6: help improve the sidebars in the book

2010-06-10 Thread Dean Serenevy
Here are some patches which 1) Modify Pod::PseudoPod::LaTeX to (when requested) emit LaTeX code which requires that certain environments be defined (rather than enforcing style in Pod::PseudoPod::LaTeX itself). In particular, the "sidebar" environment. Tests included. 2) Add a "sidebar" envir

Re: Contribution to Perl 6 Week 6: help improve the sidebars in the book

2010-06-09 Thread Carl Mäsak
Dean (>): > Here are some patches which > > 1) Modify Pod::PseudoPod::LaTeX to (when requested) emit LaTeX code which > requires that certain environments be defined (rather than enforcing style in > Pod::PseudoPod::LaTeX itself). In particular, the "sidebar" environment. > Tests included. > > 2