A LaTeX presentation framework with seamless migration
presenter is a package to create presentations from regular LaTeX documents without many modifications, which could be natively run by any latest TeX distributions.
presenter won't need any additional frame or slide environment to split different pages, but uses the original sectioning commands as the natural way to split different points.
-\documentclass{article}
+\documentclass{presenter}
\begin{document}
\section{Get Started}
Hello, world!
\end{document}
\documentclass{presenter}
\usepackage{xcolor}
\LoadPresenterBackground{block}
\EditPresenterBackground{headline}{fill-color=blue!70!green}
\EditPresenterForeground{headline}{style={\Large\color{white}}}
\begin{document}
\paragraph{Some text}
This is the content of this page.
\end{document}
This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 of this license or (at your option) any later version.
This work has the LPPL maintenance status "maintained".
The Current Maintainer of this work is Log Creative.