From 22cd1d11a41d8f70f8240da4e451e7c47c709b95 Mon Sep 17 00:00:00 2001 From: Arnaud Legrand Date: Wed, 11 Dec 2019 22:51:53 +0100 Subject: [PATCH] Fixing title and outline --- module1/slides/diapos_git.org | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/module1/slides/diapos_git.org b/module1/slides/diapos_git.org index 61d7b3c..6129543 100644 --- a/module1/slides/diapos_git.org +++ b/module1/slides/diapos_git.org @@ -1,6 +1,8 @@ #+TITLE: Démystifions Git, Github, Gitlab -#+AUTHOR: @@latex:{\large Arnaud Legrand} \\ \vspace{0.2cm}Grenoble Alpes University and CNRS\\ \vspace{0.2cm} \texttt{arnaud.legrand@imag.fr}@@ -#+OPTIONS: H:2 tags:nil +#+AUTHOR:   +# @@latex:{\large Arnaud Legrand} \\ \vspace{0.2cm}Grenoble Alpes University and CNRS\\ \vspace{0.2cm} \texttt{arnaud.legrand@imag.fr}@@ +#+DATE:   +#+OPTIONS: H:2 tags:nil toc:nil #+LANGUAGE: fr #+EXCLUDE_TAGS: noexport #+SELECT_TAGS: export @@ -32,8 +34,9 @@ # #+LATEX_HEADER: \usetikzlibrary{graphdrawing} # #+LATEX_HEADER: \usegdlibrary{layered} # #+LATEX_HEADER: \usetikzlibrary{arrows, graphs, graphs.standard, trees, graphdrawing, quotes, positioning, shadows, shapes, mindmap} +#+LATEX_HEADER: \let\maketitlesave=\maketitle +#+LATEX_HEADER: \def\maketitle{} #+BEAMER_HEADER: \setbeamercovered{invisible} -#+BEAMER_HEADER: \AtBeginSection[]{\begin{frame}\frametitle{Où en sommes nous ?}\tableofcontents[currentsection]\end{frame}} #+BEAMER_HEADER: \beamertemplatenavigationsymbolsempty #+STARTUP: beamer #+COLUMNS: %45ITEM %10BEAMER_ENV(Env) %10BEAMER_ACT(Act) %4BEAMER_COL(Col) %8BEAMER_OPT(Opt) @@ -45,7 +48,11 @@ #+LaTeX: \newcommand<>\ga[2]{\only#3{\node[DAGref,fill = white, align=center, font = \normalsize, #2] () {#1};}} #+LaTeX: \let\alert=\textbf -* Contexte + +#+LaTeX: \begin{frame}\frametitle{}\centerline{\LARGE \textcolor{BrickRed}{Démystifions Git, Github, Gitlab}}\tableofcontents\end{frame} + +* Notion d'historique +#+LaTeX: \AtBeginSection[]{\begin{frame}\frametitle{}\centerline{\LARGE \textcolor{BrickRed}{Démystifions Git, Github, Gitlab}}\tableofcontents[currentsection]\end{frame}} ** Aaah... l'informatique *** Problème #+ATTR_BEAMER: :overlay <+-> -- 2.18.1