';
}
/**
* Closes the document
*/
function document_end(){
// we don't care for footnotes and toc
// but cleanup is nice
$this->doc = preg_replace('#
\s*
#','',$this->doc);
// cleanup quotes - too much whitspace from declaration: "> valid quote"
$this->doc = preg_replace('/
“\s*/u','“',$this->doc);
// close maybe open slide and column
$this->close_slide_container();
$show_controls = $this->getConf('controls') ? 'true' : 'false';
$show_progress_bar = $this->getConf('show_progress_bar') ? 'true' : 'false';
$size = explode("x", $this->getConf('size'));
$auto_slide = $this->getConf('auto_slide');
$loop = $this->getConf('loop') ? 'true' : 'false';
$this->doc .= '