Scenic

crate::scenic

Presentation tool that utilizes LaTex Beamer package.

Screenshot

Install

zsh % cargo install scenic

Usage

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

write stdout into a file for now :)

% scenic input.latex > /path/to/output.pdf ```

```zsh

eg. zathura

% zathura --mode=presentation /path/to/output.pdf ```

Build

zsh % make build

Test

zsh % make test

Requirements

License

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; typeshow c' for details. ```