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).
METHODS
new(latex => \@latex_chunks)
latex
Accessor to the latex arrayref passed at the constructor.
process
Return the beamer body as a string.