déplacement des images et suppression de fichiers inutiles.
After Width: | Height: | Size: 91 KiB |
After Width: | Height: | Size: 109 KiB |
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 177 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 62 KiB |
|
@ -75,10 +75,10 @@ def main():
|
||||||
env = {'root': root,
|
env = {'root': root,
|
||||||
'title': title,
|
'title': title,
|
||||||
'author': author}
|
'author': author}
|
||||||
resources = [(path.join('presentations', directory), 'main.tex'),
|
resources = [(path.join('presentations', directory), 'main.tex'),]
|
||||||
('slides', 'license-cc-by-sa-2.0.tex'),
|
#('slides', 'license-cc-by-sa-2.0.tex'),
|
||||||
('slides', 'preambule.tex'),
|
#('slides', 'preambule.tex'),
|
||||||
('slides', 'title.tex')]
|
#('slides', 'title.tex')]
|
||||||
for directory, template_file in resources:
|
for directory, template_file in resources:
|
||||||
template = jinja_env.get_template(template_file)
|
template = jinja_env.get_template(template_file)
|
||||||
rendered_template = template.render(**env)
|
rendered_template = template.render(**env)
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
\author[Equipe Auteur]{(((author)))}
|
\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}}
|
\date{{\small \today}}
|
||||||
|
|
||||||
|
@ -34,11 +34,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
\logo{
|
\logo{
|
||||||
% \includegraphics[width=1cm]{beamer-skel/img/logo-ecologie.png}~
|
|
||||||
\hspace{120pt}
|
\hspace{120pt}
|
||||||
\includegraphics[width=2cm]{beamer-skel/img/logo-cadoles-01.png}~
|
\skbfigure[width=2cm]{cadoles/logo\_01.png}
|
||||||
\hspace{113pt}
|
\hspace{113pt}
|
||||||
\includegraphics[width=1cm]{beamer-skel/img/logo_en.jpg}~
|
\skbfigure[width=1cm]{en/logo.png}
|
||||||
}
|
}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|