From c4cbcb0de657bdb4c442a130056e391edb303fe3 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Thu, 20 Dec 2007 15:46:06 +0100 Subject: Replace \resizebox with \includegraphics params. Signed-off-by: Tomas Janousek --- git.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/git.tex b/git.tex index 16a96b3..5c3b659 100644 --- a/git.tex +++ b/git.tex @@ -109,7 +109,7 @@ Texts. \begin{frame} \frametitle{Centralized model} - \resizebox{7cm}{4cm}{\includegraphics{git-centralized.pdf}} + \includegraphics[width=7cm,height=4cm]{git-centralized.pdf} \begin{itemize} \item extra policy for write access \item SCM is not development tool, but source code archive only @@ -121,7 +121,7 @@ Texts. \begin{frame} \frametitle{Distributed model} - \resizebox{8cm}{5cm}{\includegraphics{git-distributed.pdf}} + \includegraphics[width=8cm,height=5cm]{git-distributed.pdf} \begin{itemize} \item maintainer has full control over primary (his) repository \item support for non-linear development @@ -245,7 +245,7 @@ Texts. \begin{frame} \frametitle{Internal objects} - \resizebox{8cm}{4cm}{\includegraphics{git-objdb.pdf}} + \includegraphics[width=8cm,height=4cm]{git-objdb.pdf} \begin{description}[commit] \item[commit] -- connection between ``tree'' and ``parent`` \item[tree] -- state of a single directory -- cgit