LaTeX Beamer style following (as close as possible) the official EnergyVille MS Powerpoint template.
This template was produced for personal use and it is provided as it is. Contributions are welcome.
To select the logo of the mother institution the options are:
kul
for KU Leuvenvito
for VITOimec
for IMECuhasselt
for UHasselt
Example:
\usetheme[kul]{energyville}
To display the progress in the table of contents before each section the option tocsection
can be used as:
\usetheme[kul, tocsection]{energyville}
By default, the title page defines titlegraphic
as EnergyVille logo. A custom graphic can be defined with:
\titlegraphic{ \includegraphics[height=45px]{mytitlelogo.png} }
If you would like to keep both logos, the following snippet can be used.
\titlegraphic{
\hfill
\includegraphics[height=45px]{graphics/energyville}
\hspace{40px} % you might need to adjust this space
\includegraphics[height=45px]{mytitlelogo.png}
\hfill
}
Three additional commands are provided in the template.
Text indicating the level of confidentiality (will appear on the bottom left)
\confidentiality{Confidential}
Logo of the project (will appear on the top right)
\projectlogo{\includegraphics[height=15px]{graphics/project}}
Logo of the funding body (will appear on the top right under the project logo)
\fundinglogo{\includegraphics[height=15px]{graphics/funding}}