Skip to content

Commit

Permalink
Use Metropolis as beamer theme
Browse files Browse the repository at this point in the history
  • Loading branch information
tcalmant committed Feb 6, 2018
1 parent 0b4baf2 commit 80c7b1f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion slides/common.tex
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
},
}

\usetheme{Boadilla}
% \usetheme{Boadilla}
\usetheme{metropolis}
\setbeamertemplate{blocks}[rounded][shadow=true]

% Setup hyperref with hypersetup to avoid an "option clash" error
Expand Down
5 changes: 3 additions & 2 deletions slides/ipopo-remote-services/ipopo-remote-services.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

\begin{document}
\titlegraphic{
\includegraphics[width=.3\textwidth]{../imgs/ipopo_logo}
\flushright
\includegraphics[width=.2\textwidth]{../imgs/ipopo_logo}
}
\frame{\titlepage}

Expand Down Expand Up @@ -36,7 +37,7 @@ \section{Services API}
\usebeamerfont{title}Questions ?\par%
\end{beamercolorbox}
\vspace{3ex}
\includegraphics[width=.5\textwidth]{../imgs/questions_fry_3}
\includegraphics[width=.5\textwidth]{../imgs/ipopo_question}
\vfill
\end{frame}
\end{document}
5 changes: 3 additions & 2 deletions slides/pelix-ipopo-overview/pelix-ipopo-overview.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

\begin{document}
\titlegraphic{
\includegraphics[width=.3\textwidth]{../imgs/ipopo_logo_texte}
\flushright
\includegraphics[width=.2\textwidth]{../imgs/ipopo_logo}
}
\frame{\titlepage}

Expand Down Expand Up @@ -42,7 +43,7 @@ \section{Pelix/iPOPO Provided Services}
\usebeamerfont{title}Questions ?\par%
\end{beamercolorbox}
\vspace{3ex}
\includegraphics[width=.6\textwidth]{../imgs/questions_fry_2}
\includegraphics[width=.6\textwidth]{../imgs/ipopo_question}
\vfill
\end{frame}
\end{document}
3 changes: 2 additions & 1 deletion slides/pelix-shell/pelix-shell.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

\begin{document}
\titlegraphic{
\flushright
\includegraphics[width=.3\textwidth]{../imgs/ipopo_logo}
}
\frame{\titlepage}
Expand Down Expand Up @@ -36,7 +37,7 @@ \section{How To Write a Command Provider}
\usebeamerfont{title}Questions ?\par%
\end{beamercolorbox}
\vspace{3ex}
\includegraphics[width=.7\textwidth]{../imgs/dont_panic}
\includegraphics[width=.6\textwidth]{../imgs/ipopo_question}
\vfill
\end{frame}
\end{document}

0 comments on commit 80c7b1f

Please sign in to comment.