summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Janousek <tjanouse@redhat.com>2007-12-20 15:46:06 +0100
committerTomas Janousek <tjanouse@redhat.com>2007-12-20 15:46:06 +0100
commitc4cbcb0de657bdb4c442a130056e391edb303fe3 (patch)
tree69b57de8738f0dc14c9598ba59d5e0889d5cb692
parent47291b2529b59ce1739668bdd4c8c095e1fe3448 (diff)
downloadgit-presentation-master.tar.gz
git-presentation-master.tar.xz
git-presentation-master.zip
Replace \resizebox with \includegraphics params.HEADmaster
Signed-off-by: Tomas Janousek <tjanouse@redhat.com>
-rw-r--r--git.tex6
1 files 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