Crates.io | scenic |
lib.rs | scenic |
version | 0.1.1 |
source | src |
created_at | 2023-06-15 18:49:15.43904 |
updated_at | 2023-06-15 19:03:46.988523 |
description | Presentation tool that utilizes LaTex Beamer package. |
homepage | https://gitlab.com/grauwoelfchen/scenic |
repository | https://gitlab.com/grauwoelfchen/scenic |
max_upload_size | |
id | 891333 |
size | 170,530 |
Presentation tool that utilizes LaTex Beamer package.
% cargo install scenic
Prepare input file like so:
% 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}
}
}
# write stdout into a file for now :)
% scenic input.latex > /path/to/output.pdf
# eg. zathura
% zathura --mode=presentation /path/to/output.pdf
% make build
% make test
GPL-3.0-or-later
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.