Commit b3b9ebfd authored by Léo Grange's avatar Léo Grange
Browse files

finish the 'neocampus' theme

The only missing part is... my work?
parent fa2097de
Loading
Loading
Loading
Loading
+30 −6
Original line number Diff line number Diff line
@@ -17,6 +17,15 @@
\definecolor{neocampusOrangeLight}{HTML}{F79646}
\definecolor{neocampusGrayDark}{HTML}{404040}


\setbeamercolor*{block title}{fg=neocampusGrayDark, bg=white}
\setbeamercolor*{itemize item}{fg=neocampusOrangeDark, bg=white}
\setbeamercolor*{itemize subitem}{fg=neocampusOrangeLight, bg=white}
\setbeamercolor*{itemize subsubitem}{fg=neocampusOrangeLight, bg=white}

\setbeamercolor*{enumerate item}{fg=neocampusGrayDark, bg=white}
\setbeamercolor*{enumerate subitem}{fg=neocampusGrayDark, bg=white}

\setbeamercolor*{title page header}{fg=white}
\setbeamercolor*{title page title}{fg=neocampusGrayDark,bg=neocampusOrangeDark}
\setbeamercolor*{author}{fg=white}
@@ -33,7 +42,7 @@
  \edef\supervisorlist{
    \unexpanded\expandafter{\supervisorlist}%
    \ifdefempty{\supervisorlist}{}{\noexpand\\}%
    ~- {#1}} %
    ~- {\unexpanded{#1}}} %
}

\def\teamlogocontent{}
@@ -47,6 +56,20 @@
}


% inner modifications...

% just for fun...
% \setbeamertemplate{itemize item}{
% 	\centering\includegraphics[width=0.7em]{neocampus_item}
% }


% \setbeamertemplate{itemize subitem}{
% 	\centering\includegraphics[width=0.6em]{neocampus_item}
% }




% background and title slides
\setbeamertemplate{background}{
@@ -77,11 +100,12 @@
    \useasboundingbox (\the\beamerleftmargin,0) rectangle(\the\paperwidth,\the\paperheight);
  %\fill[color=neocampusOrangeLight] (0,0) rectangle (\the\paperwidth,\the\paperheight);
  \node[inner sep=0pt, anchor=north west] (baseneo) at (0,\the\paperheight)
    {  \includegraphics[width=0.48\paperwidth]{base_neocampus}};
    {  \includegraphics[width=0.495\paperwidth]{base_neocampus}};

    \ifdefempty{\illustrationpicture}{}{
      \node[inner sep=0pt, anchor=north east] (illustration) at (\the\paperwidth,\the\paperheight)
        {  \includegraphics[width=0.48\paperwidth]{\illustrationpicture}};
      %\node[inner sep=0pt, anchor=north east] (illustration) at (\the\paperwidth,\the\paperheight)
      \node[inner sep=0pt, anchor=west, right = 0.01\paperwidth of baseneo.east] (illustration) %at (\the\paperwidth,\the\paperheight)
        {  \includegraphics[width=0.495\paperwidth]{\illustrationpicture}};
    }

  \usebeamercolor{title page title}
@@ -102,7 +126,7 @@
    {  \includegraphics[height=0.7cm]{neocampus_logo}};

    \node[inner sep=0pt, anchor=south west] (custom_logos) at (3.4cm, 0cm)
    {\begin{minipage}[t][1.2cm]{4.9cm}\centering\teamlogocontent\par\end{minipage}};
    {\begin{minipage}[c][1.2cm]{4.9cm}\centering\teamlogocontent\par\end{minipage}};
    % \node[inner sep=0pt, anchor=south east] (logo_neocampus) at (6cm, 0.1cm)
    % {  \includegraphics[height=1cm]{logo_sepia}};

@@ -111,7 +135,7 @@
    

    % stupid content...
    \node[anchor=north west] at (7cm, 5cm) {
    \node[anchor=north west] at (6.7cm, 5cm) {
      \begin{minipage}{1.0\linewidth}
        \usebeamerfont{author title}
        Réalisé par~:\\

dc_solar.jpg

0 → 100644
+355 KiB
Loading image diff...

neocampus_item.pdf

0 → 100644
+2.11 KiB

File added.

No diff preview for this file type.

+33 −7
Original line number Diff line number Diff line
\documentclass[frenchb]{beamer}
\documentclass[frenchb,12pt]{beamer}

\usepackage{babel}
\usepackage[utf8]{inputenc}

\usetheme{Neocampus}

\title{Création de template as a service}
\author{Léo Grange}
\supervisor{Georges Da Costa}
\title{Utilisation efficace de sources d'énergies renouvelables dans les centres
de données}
\author{Léo Grange (IRIT, équipe SEPIA)\\ \texttt{leo.grange@irit.fr}}
\supervisor{Georges \textsc{Da Costa}}
\supervisor{Patricia Stolf}

\illustration{to_change_dc_solar}
\illustration{dc_solar}
\teamlogo{
  \includegraphics[height=1cm]{logo_sepia}\quad
  \includegraphics[height=1.1cm]{logo_datazero}
  \includegraphics[height=1cm]{logo_sepia}\quad\quad
  \includegraphics[height=1.14cm]{logo_datazero}
}

\begin{document}
@@ -33,6 +34,31 @@
  \end{block}

  Content...
  \begin{block}{And a block}
    Content...
    \begin{itemize}
    \item first
    \item second
      \begin{itemize}
      \item Trololol
      \item Everything in LaTeX
        \begin{itemize}
        \item last level
        \end{itemize}
      \end{itemize}
    \end{itemize}
  \end{block}
\end{frame}


\begin{frame}
  \frametitle{Négociation}

  \begin{enumerate}
  \item first
  \item second
  \end{enumerate}
\end{frame}

\end{document}