The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Text::Amuse::Beamer - Beamer output for Text::Amuse

DESCRIPTION

Parse the Text::Amuse::Output LaTeX result and convert it to a beamer documentclass body, wrapping the text into frames.

SYNOPSIS

The module is used internally by Text::Amuse, so everything here is pretty much internal only (and underdocumented).

CONSTRUCTORS

new(latex => \@latex_chunks)

METHODS

latex

Accessor to the latex arrayref passed at the constructor.

process

Return the beamer body as a string.