diff --git a/module1/slides/diapos_git.org b/module1/slides/diapos_git.org index b87a433ae9080e0e7150733a64b7efa69703169c..a61fcfd10cce8b73e9e70052e49ad950c79fa9ac 100644 --- a/module1/slides/diapos_git.org +++ b/module1/slides/diapos_git.org @@ -14,7 +14,6 @@ #+LATEX_HEADER: \usedescriptionitemofwidthas{} - #+LATEX_HEADER: \usepackage[francais]{babel} #+LATEX_HEADER: \usepackage{tikz} #+LATEX_HEADER: \usetikzlibrary{babel} @@ -64,8 +63,9 @@ *** Solution ? #+ATTR_BEAMER: :overlay <+-> - Sauvegarde régulière avec une notion d'historique\smallskip + #+BEGIN_EXPORT latex - \footnotesize\enquote{\texttt{SE15\_PPT\_16x9\_Template\_Arial\only<+->{\_FINAL\only<+->{\_FINAL\only<+->{\_0925}}}.pptx}} + \footnotesize\enquote{\texttt{my_presentation_Arial\only<+->{\_FINAL\only<+->{\_FINAL\only<+->{\_0925}}}.pptx}} #+END_EXPORT - Passer son temps à (s')envoyer des mails! ** Gestionnaire de versions @@ -822,6 +822,8 @@ git clone git@gitlab.inria.fr:learninglab/mooc-rr/mooc-rr-modele.git cd mooc-rr-modele sed -i 's/rebase = true/rebase = false/g' .git/config git reset --hard f186adfdddfd0986ab3af38187b8e5f949f9bcf3 +# git reset --hard 64844e0894095f7a8cd9609218bcad3d9b4b24ea +# 64844e0894095f7a8cd9609218bcad3d9b4b24ea git checkout master sed -i "s/= logmodel.predict/= logmodel.predict/" module2/exo5/exo5_python_fr.org git commit -a -m "Carelessly adding space" @@ -1090,3 +1092,4 @@ startup. Exporting may require that you copy them in your .emacs. # eval: (load-file (expand-file-name my-utils-file (file-name-directory (buffer-file-name)))) # eval: (ox-extras-activate '(ignore-headlines)) # End: + diff --git a/module1/slides/diapos_git.pdf b/module1/slides/diapos_git.pdf index b7d4444ac29259cc87a993adc7b54456e5d8924f..ad9ba05e0a834b3d7196e23c26c7949a9f19c392 100644 Binary files a/module1/slides/diapos_git.pdf and b/module1/slides/diapos_git.pdf differ