diff --git a/README.md b/README.md index ab7754e..cec5bd9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # Bruno Beamer theme -A lightweight Beamer theme inspired from the Metropolis theme. -This theme is to be used with XeLaTeX-compiled documents. +A simple Beamer theme. + +* Inspired from the Metropolis theme. +* Lightweight structure and non-intrusive colors. +* Gives priority on content over slide elements. +* Uses XeLaTeX. + +[Check out the sample slides.](demo/slides.pdf) diff --git a/demo/background.jpeg b/demo/background.jpeg new file mode 100644 index 0000000..c61c812 Binary files /dev/null and b/demo/background.jpeg differ diff --git a/demo/slides.pdf b/demo/slides.pdf new file mode 100644 index 0000000..d27a268 Binary files /dev/null and b/demo/slides.pdf differ diff --git a/demo/slides.tex b/demo/slides.tex new file mode 100644 index 0000000..0690337 --- /dev/null +++ b/demo/slides.tex @@ -0,0 +1,26 @@ +\documentclass[aspectratio=169]{beamer} +\usetheme{Bruno} + +\title{Bruno sample slides} +\author{ + Rémi Cérès \and + Mattéo Delabre +} +\institute{Université de Montpellier} +\date{\today} +\background{background.jpeg} + +\begin{document} + +\maketitle + +\begin{frame}{This is a sample slide} +\begin{itemize} + \item This presentation is meant to demonstrate the Bruno Beamer theme. + \item Inspired from the Metropolis theme. + \item Lightweight structure and non-intrusive colors. + \item Gives priority on content over slide elements. +\end{itemize} +\end{frame} + +\end{document} diff --git a/beamercolorthemeBruno.sty b/src/beamercolorthemeBruno.sty similarity index 67% rename from beamercolorthemeBruno.sty rename to src/beamercolorthemeBruno.sty index 439139b..1b52bfc 100644 --- a/beamercolorthemeBruno.sty +++ b/src/beamercolorthemeBruno.sty @@ -1,13 +1,15 @@ -%% Bruno Beamer theme - Version 1.0 +%% Bruno Beamer theme — Version 1.0 %% A lightweight Beamer theme inspired from the Metropolis theme %% -%% Written in 2017 by Mattéo Delabre -%% +%% Written in 2017-2019 by: +%% — Rémi Cérès +%% — Mattéo Delabre %% %% This work is released under the CC0 1.0 Universal license. See the %% accompanying LICENSE file for details. To the extent possible under -%% law, Mattéo Delabre has waived all copyright and related or neighboring -%% rights to the Bruno Beamer theme. This work is published from France. +%% law, Rémi Cérès and Mattéo Delabre have waived all copyright and +%% related or neighboring rights to the Bruno Beamer theme. This work +%% is published from France. \mode diff --git a/beamerfontthemeBruno.sty b/src/beamerfontthemeBruno.sty similarity index 77% rename from beamerfontthemeBruno.sty rename to src/beamerfontthemeBruno.sty index 21afa8b..3cbfb00 100644 --- a/beamerfontthemeBruno.sty +++ b/src/beamerfontthemeBruno.sty @@ -1,13 +1,15 @@ %% Bruno Beamer theme — Version 1.0 %% A lightweight Beamer theme inspired from the Metropolis theme %% -%% Written in 2017 by Mattéo Delabre -%% +%% Written in 2017-2019 by: +%% — Rémi Cérès +%% — Mattéo Delabre %% %% This work is released under the CC0 1.0 Universal license. See the %% accompanying LICENSE file for details. To the extent possible under -%% law, Mattéo Delabre has waived all copyright and related or neighboring -%% rights to the Bruno Beamer theme. This work is published from France. +%% law, Rémi Cérès and Mattéo Delabre have waived all copyright and +%% related or neighboring rights to the Bruno Beamer theme. This work +%% is published from France. \mode diff --git a/beamerinnerthemeBruno.sty b/src/beamerinnerthemeBruno.sty similarity index 89% rename from beamerinnerthemeBruno.sty rename to src/beamerinnerthemeBruno.sty index b169e1a..9ddf124 100644 --- a/beamerinnerthemeBruno.sty +++ b/src/beamerinnerthemeBruno.sty @@ -1,13 +1,15 @@ %% Bruno Beamer theme — Version 1.0 %% A lightweight Beamer theme inspired from the Metropolis theme %% -%% Written in 2017 by Mattéo Delabre -%% +%% Written in 2017-2019 by: +%% — Rémi Cérès +%% — Mattéo Delabre %% %% This work is released under the CC0 1.0 Universal license. See the %% accompanying LICENSE file for details. To the extent possible under -%% law, Mattéo Delabre has waived all copyright and related or neighboring -%% rights to the Bruno Beamer theme. This work is published from France. +%% law, Rémi Cérès and Mattéo Delabre have waived all copyright and +%% related or neighboring rights to the Bruno Beamer theme. This work +%% is published from France. \mode diff --git a/beamerouterthemeBruno.sty b/src/beamerouterthemeBruno.sty similarity index 80% rename from beamerouterthemeBruno.sty rename to src/beamerouterthemeBruno.sty index fbb3494..5d57bb8 100644 --- a/beamerouterthemeBruno.sty +++ b/src/beamerouterthemeBruno.sty @@ -1,13 +1,15 @@ %% Bruno Beamer theme — Version 1.0 %% A lightweight Beamer theme inspired from the Metropolis theme %% -%% Written in 2017 by Mattéo Delabre -%% +%% Written in 2017-2019 by: +%% — Rémi Cérès +%% — Mattéo Delabre %% %% This work is released under the CC0 1.0 Universal license. See the %% accompanying LICENSE file for details. To the extent possible under -%% law, Mattéo Delabre has waived all copyright and related or neighboring -%% rights to the Bruno Beamer theme. This work is published from France. +%% law, Rémi Cérès and Mattéo Delabre have waived all copyright and +%% related or neighboring rights to the Bruno Beamer theme. This work +%% is published from France. \mode diff --git a/beamerthemeBruno.sty b/src/beamerthemeBruno.sty similarity index 56% rename from beamerthemeBruno.sty rename to src/beamerthemeBruno.sty index f2e70fd..7bee3d9 100644 --- a/beamerthemeBruno.sty +++ b/src/beamerthemeBruno.sty @@ -1,13 +1,15 @@ %% Bruno Beamer theme — Version 1.0 %% A lightweight Beamer theme inspired from the Metropolis theme %% -%% Written in 2017 by Mattéo Delabre -%% +%% Written in 2017-2019 by: +%% — Rémi Cérès +%% — Mattéo Delabre %% %% This work is released under the CC0 1.0 Universal license. See the %% accompanying LICENSE file for details. To the extent possible under -%% law, Mattéo Delabre has waived all copyright and related or neighboring -%% rights to the Bruno Beamer theme. This work is published from France. +%% law, Rémi Cérès and Mattéo Delabre have waived all copyright and +%% related or neighboring rights to the Bruno Beamer theme. This work +%% is published from France. \mode