déplacement des images et suppression de fichiers inutiles.

This commit is contained in:
Benjamin Bohard 2015-03-09 15:07:39 +01:00
parent 9e83c67bf7
commit 47c26b2cfc
9 changed files with 7 additions and 8 deletions

BIN
figures/apps/roundcube.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

BIN
figures/cadoles/logo_01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
figures/en/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
figures/medde/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

View File

@ -75,10 +75,10 @@ def main():
env = {'root': root,
'title': title,
'author': author}
resources = [(path.join('presentations', directory), 'main.tex'),
('slides', 'license-cc-by-sa-2.0.tex'),
('slides', 'preambule.tex'),
('slides', 'title.tex')]
resources = [(path.join('presentations', directory), 'main.tex'),]
#('slides', 'license-cc-by-sa-2.0.tex'),
#('slides', 'preambule.tex'),
#('slides', 'title.tex')]
for directory, template_file in resources:
template = jinja_env.get_template(template_file)
rendered_template = template.render(**env)

View File

@ -19,7 +19,7 @@
\author[Equipe Auteur]{(((author)))}
\institute[Cadoles]{\includegraphics[width=2cm]{beamer-skel/img/logo-cadoles-01.png}}
\institute[Cadoles]{\skbfigure[width=2cm]{cadoles/logo\_01.png}}
\date{{\small \today}}
@ -34,11 +34,10 @@
}
\logo{
% \includegraphics[width=1cm]{beamer-skel/img/logo-ecologie.png}~
\hspace{120pt}
\includegraphics[width=2cm]{beamer-skel/img/logo-cadoles-01.png}~
\skbfigure[width=2cm]{cadoles/logo\_01.png}
\hspace{113pt}
\includegraphics[width=1cm]{beamer-skel/img/logo_en.jpg}~
\skbfigure[width=1cm]{en/logo.png}
}
\begin{document}