Skip to content
Snippets Groups Projects
Commit 94ebb71f authored by Laurent Modolo's avatar Laurent Modolo
Browse files

change lualatex to pdflatex

parent 3bccf3c0
No related branches found
No related tags found
No related merge requests found
all: presentation.pdf all: presentation.pdf
presentation.pdf: presentation.tex header.tex presentation.pdf: presentation.tex header.tex
latex -shell-escape presentation.tex pdflatex -shell-escape presentation.tex
clean: clean:
rm presentation.{aux,bcf,dvi,log,nav,out,run.xml,snm,toc} rm presentation.{aux,bcf,dvi,log,nav,out,run.xml,snm,toc}
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
\usepackage{array} % Pour générer des tableaux \usepackage{array} % Pour générer des tableaux
\setbeamertemplate{footline}[default] \setbeamertemplate{footline}[default]
\usepackage{multirow} \usepackage{multirow}
\usepackage{graphicx}
%% symbol in math mode %% symbol in math mode
\newcommand\NN{\mathbb{N}} \newcommand\NN{\mathbb{N}}
\newcommand\ZZ{\mathbb{Z}} \newcommand\ZZ{\mathbb{Z}}
......
File moved
...@@ -32,13 +32,13 @@ time so that you can recall specific versions later. ...@@ -32,13 +32,13 @@ time so that you can recall specific versions later.
\end{itemize} \end{itemize}
\begin{columns} \begin{columns}
\begin{column}{0.3\textwidth} \begin{column}{0.3\textwidth}
\includegraphics[width=1.1\textwidth]{./img/subversion_logo.jpg} \includegraphics[width=\textwidth]{./img/subversion_logo.png}
\end{column} \end{column}
\begin{column}{0.3\textwidth} \begin{column}{0.3\textwidth}
\includegraphics[width=1.1\textwidth]{./img/git_logo.jpg} \includegraphics[width=\textwidth]{./img/git_logo.jpg}
\end{column} \end{column}
\begin{column}{0.3\textwidth} \begin{column}{0.3\textwidth}
\includegraphics[width=0.6\textwidth]{./img/mercurial_logo.jpg} \includegraphics[width=0.7\textwidth]{./img/mercurial_logo.jpg}
\end{column} \end{column}
\end{columns} \end{columns}
\end{frame} \end{frame}
...@@ -50,7 +50,7 @@ time so that you can recall specific versions later. ...@@ -50,7 +50,7 @@ time so that you can recall specific versions later.
{\bf Local}\\ {\bf Local}\\
\vspace{-2em} \vspace{-2em}
\begin{center} \begin{center}
\includegraphics[width=0.6\textwidth]{./img/vcs_local}\\ \includegraphics[width=0.6\textwidth]{./img/vcs_local.png}\\
\begin{itemize} \begin{itemize}
\item can be done manually, but error prone \item can be done manually, but error prone
\item need to collaborate with other developers \item need to collaborate with other developers
...@@ -61,7 +61,7 @@ time so that you can recall specific versions later. ...@@ -61,7 +61,7 @@ time so that you can recall specific versions later.
{\bf Centralized}\\ {\bf Centralized}\\
\vspace{-2em} \vspace{-2em}
\begin{center} \begin{center}
\includegraphics[width=0.6\textwidth]{./img/vcs_centralized}\\ \includegraphics[width=0.6\textwidth]{./img/vcs_centralized.png}\\
\begin{itemize} \begin{itemize}
\item In case of failure of the central serveur or network, we lose access \item In case of failure of the central serveur or network, we lose access
to the version database to the version database
...@@ -72,7 +72,7 @@ time so that you can recall specific versions later. ...@@ -72,7 +72,7 @@ time so that you can recall specific versions later.
{\bf Distributed}\\ {\bf Distributed}\\
\vspace{-2em} \vspace{-2em}
\begin{center} \begin{center}
\includegraphics[width=0.6\textwidth]{./img/vcs_distributed}\\ \includegraphics[width=0.6\textwidth]{./img/vcs_distributed.png}\\
\end{center} \end{center}
} }
\end{frame} \end{frame}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment