mirror of
https://github.com/Polarolouis/anova-phylogenetique-projet-msv.git
synced 2026-06-17 18:25:25 +02:00
💥 add footer image and color to resolve compilation error
This commit is contained in:
parent
58b79093b7
commit
52390b265e
7 changed files with 25 additions and 4 deletions
21
beamercolorthemeaggie.sty
Normal file
21
beamercolorthemeaggie.sty
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
\definecolor{ag-maroon}{RGB}{80,0,0}
|
||||
\definecolor{ag-maroon2}{RGB}{60,0,0}
|
||||
\definecolor{ag-blue}{RGB}{0,60,113}
|
||||
\definecolor{ag-odgreen}{RGB}{91,98,54}
|
||||
\definecolor{ag-brown}{RGB}{116,79,40}
|
||||
\definecolor{ag-tan}{RGB}{153,133,66}
|
||||
\definecolor{ag-beige}{RGB}{214,210,196}
|
||||
\definecolor{ag-white}{RGB}{246,246,246}
|
||||
\definecolor{ag-black}{RGB}{0,0,0}
|
||||
\definecolor{ag-light-black}{RGB}{20,20,20}
|
||||
|
||||
\setbeamercolor{background canvas}{fg=ag-white}
|
||||
\setbeamercolor{normal text}{fg=ag-black}
|
||||
\setbeamercolor{alerted text}{fg=ag-tan}
|
||||
\setbeamercolor{example text}{fg=ag-light-black}
|
||||
|
||||
\setbeamercolor{frametitle}{bg=ag-maroon}
|
||||
\setbeamercolor{progress bar}{fg=ag-maroon}
|
||||
\setbeamercolor{title separator}{fg=ag-maroon}
|
||||
\setbeamercolor{progress bar in head/foot}{fg=ag-tan}
|
||||
\setbeamercolor{progress bar in section page}{fg=ag-tan}
|
||||
BIN
img/footer/image1.png
Normal file
BIN
img/footer/image1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 102 KiB |
BIN
img/footer/image2.png
Normal file
BIN
img/footer/image2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
img/footer/image3.png
Normal file
BIN
img/footer/image3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 321 KiB |
BIN
img/footer/image4.png
Normal file
BIN
img/footer/image4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 218 KiB |
8
prez.Rnw
8
prez.Rnw
|
|
@ -126,7 +126,7 @@ Objectif : Comparer les méthodes Anova et Anova phylogénétique
|
|||
\begin{figure}
|
||||
\centering
|
||||
On forme des groupes \textbf{en lien avec la phylogénie}.
|
||||
\includegraphics[scale=0.32]{img/group_phylo_tree.png}
|
||||
% \includegraphics[scale=0.32]{img/group_phylo_tree.png}
|
||||
\caption{Arbre phylogénétique et groupes concordants}
|
||||
\label{fig:phylo_matching}
|
||||
\end{figure}
|
||||
|
|
@ -135,7 +135,7 @@ Objectif : Comparer les méthodes Anova et Anova phylogénétique
|
|||
\begin{figure}
|
||||
\centering
|
||||
On forme des groupes qui ne sont \textbf{pas phylogénétiques}.
|
||||
\includegraphics[scale=0.32]{img/group_nonphylo_tree.png}
|
||||
% \includegraphics[scale=0.32]{img/group_nonphylo_tree.png}
|
||||
\caption{Arbre phylogénétique et groupes non concordants}
|
||||
\label{fig:phylo-non-matching}
|
||||
\end{figure}
|
||||
|
|
@ -167,7 +167,7 @@ Objectif : Comparer les méthodes Anova et Anova phylogénétique
|
|||
\begin{frame}[fragile]{Les résultats, 1}
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[scale=0.32]{img/simulation_power_pure_BM.png}
|
||||
% \includegraphics[scale=0.32]{img/simulation_power_pure_BM.png}
|
||||
\caption{Avec de la variabilité purement phylogénétique}
|
||||
\label{fig:only_phylo_error}
|
||||
\end{figure}
|
||||
|
|
@ -176,7 +176,7 @@ Objectif : Comparer les méthodes Anova et Anova phylogénétique
|
|||
\begin{frame}[fragile]{Les résultats, 2}
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[scale=0.32]{img/simulation_power_pure_both_error.png}
|
||||
% \includegraphics[scale=0.32]{img/simulation_power_pure_both_error.png}
|
||||
\caption{Avec de la variabilité phylogénétique et d'erreur de mesure}
|
||||
\label{fig:with_phylo_and_measure_error}
|
||||
\end{figure}
|
||||
|
|
|
|||
BIN
prez.pdf
Normal file
BIN
prez.pdf
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue