Skip to content
Snippets Groups Projects
Commit 63faaca1 authored by Mihai Lefter's avatar Mihai Lefter
Browse files

Make basics pdf free

parent 2c03421b
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,8 @@
\usetheme{lumc}
\usepackage[inkscapelatex=false,inkscapearea=page]{svg}
\AtBeginSection[]
{
\begin{frame}
......@@ -26,7 +28,8 @@
%\renewcommand{\pause}{}
% Make the title slide.
\makeTitleSlide{\includegraphics[width=3.5cm]{../shared/git_logo.pdf}}
\makeTitleSlide{\includesvg[width=3.5cm]{../shared/git_logo.svg}}
% First page of the presentation.
\section{Getting started}
......@@ -105,7 +108,7 @@
\href{http://git-scm.com/book/en/v2/Getting-Started-Git-Basics}
{Pro Git Book}.}}:
\begin{center}
\includegraphics[width=0.7\textwidth]{images/git_areas.pdf}\\
\includesvg[width=0.7\textwidth]{images/git_areas.svg}\\
\end{center}
\vspace{-0.4cm}
\end{pframe}
......@@ -147,7 +150,7 @@
\href{http://git-scm.com/book/en/v2/Getting-Started-Git-Basics}
{Pro Git Book}.}}:
\begin{center}
\includegraphics[width=0.75\textwidth]{images/file_status_cycles_00.pdf}\\
\includesvg[width=0.75\textwidth]{images/file_status_cycles_00.svg}\\
\end{center}
\end{pframe}
......@@ -157,7 +160,7 @@
\href{http://git-scm.com/book/en/v2/Getting-Started-Git-Basics}
{Pro Git Book}.}}:
\begin{center}
\includegraphics[width=0.75\textwidth]{images/file_status_cycles_01.pdf}\\
\includesvg[width=0.75\textwidth]{images/file_status_cycles_01.svg}\\
\end{center}
\end{pframe}
......@@ -194,7 +197,7 @@
We can see that the state of the file has changed:
\begin{center}
\includegraphics[width=0.75\textwidth]{images/file_status_cycles_add.pdf}\\
\includesvg[width=0.75\textwidth]{images/file_status_cycles_add.svg}\\
\end{center}
\end{pframe}
......@@ -233,7 +236,7 @@
\end{framed}
\begin{center}
\includegraphics[width=0.75\textwidth]{images/file_status_cycles_commit.pdf}\\
\includesvg[width=0.75\textwidth]{images/file_status_cycles_commit.svg}\\
\end{center}
\end{pframe}
......@@ -269,7 +272,7 @@
\end{framed}
\begin{center}
\includegraphics[width=0.75\textwidth]{images/file_status_cycles_edit.pdf}\\
\includesvg[width=0.75\textwidth]{images/file_status_cycles_edit.svg}\\
\end{center}
\end{pframe}
......@@ -358,7 +361,7 @@
\prompt\ \gitcmd\ \cmd{reset}\ \textcolor{head}{\lstinline{HEAD}} \cmdarg{README}
\end{framed}
\begin{center}
\includegraphics[width=0.75\textwidth]{images/file_status_cycles_reset.pdf}\\
\includesvg[width=0.75\textwidth]{images/file_status_cycles_reset.svg}\\
\end{center}
\end{pframe}
......@@ -394,7 +397,7 @@
\end{framed}
\pause
\begin{center}
\includegraphics[width=0.75\textwidth]{images/file_status_cycles_checkout.pdf}\\
\includesvg[width=0.75\textwidth]{images/file_status_cycles_checkout.svg}\\
\end{center}
\end{pframe}
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment