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
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
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