Fix authors and add demo
This commit is contained in:
parent
4b168b45e7
commit
09efd3b2f2
10
README.md
10
README.md
|
@ -1,4 +1,10 @@
|
||||||
# Bruno Beamer theme
|
# Bruno Beamer theme
|
||||||
|
|
||||||
A lightweight Beamer theme inspired from the Metropolis theme.
|
A simple Beamer theme.
|
||||||
This theme is to be used with XeLaTeX-compiled documents.
|
|
||||||
|
* 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)
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
Binary file not shown.
|
@ -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}
|
|
@ -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
|
%% A lightweight Beamer theme inspired from the Metropolis theme
|
||||||
%%
|
%%
|
||||||
%% Written in 2017 by Mattéo Delabre
|
%% Written in 2017-2019 by:
|
||||||
%% <bonjour@matteodelabre.me>
|
%% — Rémi Cérès <remiceres@msn.com>
|
||||||
|
%% — Mattéo Delabre <bonjour@matteodelabre.me>
|
||||||
%%
|
%%
|
||||||
%% This work is released under the CC0 1.0 Universal license. See the
|
%% This work is released under the CC0 1.0 Universal license. See the
|
||||||
%% accompanying LICENSE file for details. To the extent possible under
|
%% accompanying LICENSE file for details. To the extent possible under
|
||||||
%% law, Mattéo Delabre has waived all copyright and related or neighboring
|
%% law, Rémi Cérès and Mattéo Delabre have waived all copyright and
|
||||||
%% rights to the Bruno Beamer theme. This work is published from France.
|
%% related or neighboring rights to the Bruno Beamer theme. This work
|
||||||
|
%% is published from France.
|
||||||
|
|
||||||
\mode<presentation>
|
\mode<presentation>
|
||||||
|
|
|
@ -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
|
%% A lightweight Beamer theme inspired from the Metropolis theme
|
||||||
%%
|
%%
|
||||||
%% Written in 2017 by Mattéo Delabre
|
%% Written in 2017-2019 by:
|
||||||
%% <bonjour@matteodelabre.me>
|
%% — Rémi Cérès <remiceres@msn.com>
|
||||||
|
%% — Mattéo Delabre <bonjour@matteodelabre.me>
|
||||||
%%
|
%%
|
||||||
%% This work is released under the CC0 1.0 Universal license. See the
|
%% This work is released under the CC0 1.0 Universal license. See the
|
||||||
%% accompanying LICENSE file for details. To the extent possible under
|
%% accompanying LICENSE file for details. To the extent possible under
|
||||||
%% law, Mattéo Delabre has waived all copyright and related or neighboring
|
%% law, Rémi Cérès and Mattéo Delabre have waived all copyright and
|
||||||
%% rights to the Bruno Beamer theme. This work is published from France.
|
%% related or neighboring rights to the Bruno Beamer theme. This work
|
||||||
|
%% is published from France.
|
||||||
|
|
||||||
\mode<presentation>
|
\mode<presentation>
|
||||||
|
|
|
@ -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
|
%% A lightweight Beamer theme inspired from the Metropolis theme
|
||||||
%%
|
%%
|
||||||
%% Written in 2017 by Mattéo Delabre
|
%% Written in 2017-2019 by:
|
||||||
%% <bonjour@matteodelabre.me>
|
%% — Rémi Cérès <remiceres@msn.com>
|
||||||
|
%% — Mattéo Delabre <bonjour@matteodelabre.me>
|
||||||
%%
|
%%
|
||||||
%% This work is released under the CC0 1.0 Universal license. See the
|
%% This work is released under the CC0 1.0 Universal license. See the
|
||||||
%% accompanying LICENSE file for details. To the extent possible under
|
%% accompanying LICENSE file for details. To the extent possible under
|
||||||
%% law, Mattéo Delabre has waived all copyright and related or neighboring
|
%% law, Rémi Cérès and Mattéo Delabre have waived all copyright and
|
||||||
%% rights to the Bruno Beamer theme. This work is published from France.
|
%% related or neighboring rights to the Bruno Beamer theme. This work
|
||||||
|
%% is published from France.
|
||||||
|
|
||||||
\mode<presentation>
|
\mode<presentation>
|
||||||
|
|
|
@ -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
|
%% A lightweight Beamer theme inspired from the Metropolis theme
|
||||||
%%
|
%%
|
||||||
%% Written in 2017 by Mattéo Delabre
|
%% Written in 2017-2019 by:
|
||||||
%% <bonjour@matteodelabre.me>
|
%% — Rémi Cérès <remiceres@msn.com>
|
||||||
|
%% — Mattéo Delabre <bonjour@matteodelabre.me>
|
||||||
%%
|
%%
|
||||||
%% This work is released under the CC0 1.0 Universal license. See the
|
%% This work is released under the CC0 1.0 Universal license. See the
|
||||||
%% accompanying LICENSE file for details. To the extent possible under
|
%% accompanying LICENSE file for details. To the extent possible under
|
||||||
%% law, Mattéo Delabre has waived all copyright and related or neighboring
|
%% law, Rémi Cérès and Mattéo Delabre have waived all copyright and
|
||||||
%% rights to the Bruno Beamer theme. This work is published from France.
|
%% related or neighboring rights to the Bruno Beamer theme. This work
|
||||||
|
%% is published from France.
|
||||||
|
|
||||||
\mode<presentation>
|
\mode<presentation>
|
||||||
|
|
|
@ -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
|
%% A lightweight Beamer theme inspired from the Metropolis theme
|
||||||
%%
|
%%
|
||||||
%% Written in 2017 by Mattéo Delabre
|
%% Written in 2017-2019 by:
|
||||||
%% <bonjour@matteodelabre.me>
|
%% — Rémi Cérès <remiceres@msn.com>
|
||||||
|
%% — Mattéo Delabre <bonjour@matteodelabre.me>
|
||||||
%%
|
%%
|
||||||
%% This work is released under the CC0 1.0 Universal license. See the
|
%% This work is released under the CC0 1.0 Universal license. See the
|
||||||
%% accompanying LICENSE file for details. To the extent possible under
|
%% accompanying LICENSE file for details. To the extent possible under
|
||||||
%% law, Mattéo Delabre has waived all copyright and related or neighboring
|
%% law, Rémi Cérès and Mattéo Delabre have waived all copyright and
|
||||||
%% rights to the Bruno Beamer theme. This work is published from France.
|
%% related or neighboring rights to the Bruno Beamer theme. This work
|
||||||
|
%% is published from France.
|
||||||
|
|
||||||
\mode<presentation>
|
\mode<presentation>
|
||||||
|
|
Loading…
Reference in New Issue