déplacement des images et suppression de fichiers inutiles.
BIN
figures/apps/roundcube.png
Normal file
After Width: | Height: | Size: 91 KiB |
BIN
figures/apps/squirelmail.png
Normal file
After Width: | Height: | Size: 109 KiB |
BIN
figures/apps/webcalendar.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
figures/cadoles/banner_01.png
Normal file
After Width: | Height: | Size: 177 KiB |
BIN
figures/cadoles/logo_01.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
figures/en/logo.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
figures/medde/logo.png
Normal file
After Width: | Height: | Size: 62 KiB |
@ -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)
|
||||
|
@ -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}
|
||||
|