Presentation tool that utilizes LaTex Beamer package.
zsh
% cargo install scenic
Prepare input file like so:
latex
% Sample page
{% page 2
\setbeamercolor{background canvas}{bg=black}
\frame{
\frametitle{A sample frame title}
\framesubtitle{Hello, world!}
\begin{itemize}
\item \textsf{Car} % Sans-Serif
\item \texttt{Cdr} % Typewriter (Teletype)
\item \textrm{Cadr} % Roman (Serif)
\item \textit{Cdar}% Italic
\item \textbf{Cddr} % Bold
\end{itemize}
}
}
```zsh
% scenic input.latex > /path/to/output.pdf ```
```zsh
% zathura --mode=presentation /path/to/output.pdf ```
zsh
% make build
zsh
% make test
GPL-3.0-or-later
```txt Scenic Copyright (C) 2023 Yasuhiro Яша Asaka
This program comes with ABSOLUTELY NO WARRANTY; for details type show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type
show c' for details.
```