This commit is contained in:
Marc Beninca 2020-05-06 12:03:36 +02:00
parent c59c5c86eb
commit ce3069e43b
3 changed files with 5 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

View file

@ -1,6 +1,6 @@
% apparence visuelle et numérotation
\documentclass{beamer}
\usetheme{Berkeley}\usecolortheme{seahorse}
\documentclass[aspectratio=43]{beamer}\usetheme{Berkeley}
\usecolortheme{seahorse}\usebackgroundtemplate
{\includegraphics[width=\paperwidth]{paper.png}}
\beamertemplatenavigationsymbolsempty
\addtobeamertemplate{navigation symbols}{}{
\color{black}\normalsize\textbf\insertframenumber}

View file

@ -11,8 +11,8 @@
\lstset{
basicstyle=\ttfamily\scriptsize,
numbers=left,
numbersep=0.25em,
backgroundcolor=\color{bg},
numbersep=0.5em,
%backgroundcolor=\color{bg},
commentstyle=\color{cm},
keywordstyle=\color{kw},
stringstyle=\color{str},