mirror of
https://github.com/eddelbuettel/binb
synced 2025-01-18 17:07:08 +01:00
45 lines
1.2 KiB
Plaintext
45 lines
1.2 KiB
Plaintext
---
|
|
author: Ratul Saha
|
|
address: www.ratulsaha.com
|
|
title: PRESENTO
|
|
subtitle: clean, simple and extensible
|
|
date: \today
|
|
output: binb::presento
|
|
---
|
|
|
|
## Presento
|
|
|
|
- \begin{center}\largetext{The design is \underline{clean}}\end{center}
|
|
- \item \begin{center}\largetext{The rules are \underline{simple}}\end{center}
|
|
- \item \begin{center}\largetext{The code is \underline{extensible}}\end{center}
|
|
|
|
|
|
## Open Source Fonts
|
|
|
|
- \montserratfont This is Montserrat
|
|
- \notosansfont This is Noto Sans
|
|
- \latolightfont This is Lato (light)
|
|
- \inconsolatafont This is inconsolata
|
|
- \textsc{This is Alegreya Sans small caps}
|
|
|
|
|
|
## Color Palette
|
|
|
|
\begin{center}
|
|
\crule[colordgray] \crule[colorhgray] \crule[colorblue] \crule[colorgreen] \crule[colororange]
|
|
\end{center}
|
|
|
|
____
|
|
|
|
\setbeamercolor{background canvas}{bg=\colorgreen}
|
|
\centering{\hugetext{BIG BOLD TEXT} \bigskip \tiny but background color does not work}
|
|
|
|
|
|
----
|
|
<!-- maybe this could be wrapped into one latex command -->
|
|
\tikz[overlay,remember picture] \node[opacity=0.8, at=(current page.center)]{%
|
|
\includegraphics[width=\paperwidth]{images/skeleton}};
|
|
\begin{textblock}{7}(7,2.5)
|
|
{\color{colorblue}\hugetext{\textbf{RUN!}}}
|
|
\end{textblock}
|