Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logcreative/presenter
A LaTeX presentation framework with seamless migration
https://github.com/logcreative/presenter
latex latex-presentation presentation slide
Last synced: 2 days ago
JSON representation
A LaTeX presentation framework with seamless migration
- Host: GitHub
- URL: https://github.com/logcreative/presenter
- Owner: LogCreative
- License: lppl-1.3c
- Created: 2023-01-07T07:26:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T13:43:47.000Z (about 1 month ago)
- Last Synced: 2024-12-06T18:56:41.804Z (17 days ago)
- Topics: latex, latex-presentation, presentation, slide
- Language: TeX
- Homepage:
- Size: 287 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# presenter
A LaTeX presentation framework with seamless migrationpresenter is a package to create presentations from
regular LaTeX documents without many modifications, which could be natively run by any latest TeX distributions.> [!WARNING]
> You should use the LaTeX2e kernel (2024-06-01 or later) to compile the latest version of presenter document successfully.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.
## Demo
```diff
-\documentclass{article}
+\documentclass{presenter}
\begin{document}
\section{Get Started}
Hello, world!
\end{document}
``````latex
\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}
```## License
This work may be distributed and/or modified under the
conditions of the [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), 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.