Skip to content

Commit

Permalink
Fixed alertblock theme campus color bug and compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gquittet committed May 1, 2018
1 parent bdcf5bc commit ebbcb87
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
1 change: 0 additions & 1 deletion hehBeamerCore/packages/hehBeamerPackagesList.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
\usepackage{csquotes}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{caption}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{listings, lstautogobble}
Expand Down
10 changes: 2 additions & 8 deletions hehBeamerCore/theme/hehBeamerTheme.tex
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
\setbeamercolor{frametitle continuation}{fg=hehWhite, bg=hehGris}
\setbeamercolor{titlelike}{fg=hehWhite, bg=hehGris}
% Block
\setbeamercolor{block title alerted}{fg=hehWhite, bg=hehRouge}
\setbeamercolor{block body alerted}{fg=hehGris, bg=grisClair}
\setbeamercolor{block title example}{fg=hehWhite, bg=hehGris}
\setbeamercolor{block body example}{fg=hehGris, bg=grisClair}
Expand Down Expand Up @@ -92,8 +93,6 @@
\setbeamercolor{enumerate subitem}{fg=hehJaune}
\setbeamercolor{enumerate subsubitem}{fg=hehJaune}
\setbeamercolor{description item}{fg=hehJaune}
% Block
\setbeamercolor{block title alerted}{fg=hehWhite, bg=hehJaune}

% Données campus
\configure{\campus}{Économique}
Expand Down Expand Up @@ -121,8 +120,7 @@
\setbeamercolor{enumerate subitem}{fg=hehMauve}
\setbeamercolor{enumerate subsubitem}{fg=hehMauve}
\setbeamercolor{description item}{fg=hehMauve}
% Block
\setbeamercolor{block title alerted}{fg=hehWhite, bg=hehMauve}

% Données campus
\configure{\campus}{Pédagogique}
\configure{\logoCampus}{hehBeamerCore/logos/campus-pédagogique.pdf}
Expand All @@ -149,8 +147,6 @@
\setbeamercolor{enumerate subitem}{fg=hehOrange}
\setbeamercolor{enumerate subsubitem}{fg=hehOrange}
\setbeamercolor{description item}{fg=hehOrange}
% Block
\setbeamercolor{block title alerted}{fg=hehWhite, bg=hehOrange}

% Données campus
\configure{\campus}{Social}
Expand Down Expand Up @@ -178,8 +174,6 @@
\setbeamercolor{enumerate subitem}{fg=hehRouge}
\setbeamercolor{enumerate subsubitem}{fg=hehRouge}
\setbeamercolor{description item}{fg=hehRouge}
% Block
\setbeamercolor{block title alerted}{fg=hehWhite, bg=hehRouge}

% Données campus
\configure{\campus}{Technique}
Expand Down
Binary file modified presentation.pdf
Binary file not shown.
1 change: 0 additions & 1 deletion presentation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
\pageDeTitre{}



\hehBeamerInfo{}

\end{document}

0 comments on commit ebbcb87

Please sign in to comment.