diff ja/concepts.tex @ 294:b2d447356c42

- completed cmdref.tex - minor temporal changes.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Fri, 08 Feb 2008 01:41:42 +0900
parents 3b1291f24c0d
children 93d19b27859c
line wrap: on
line diff
--- a/ja/concepts.tex	Thu Feb 07 23:11:10 2008 +0900
+++ b/ja/concepts.tex	Fri Feb 08 01:41:42 2008 +0900
@@ -38,7 +38,8 @@
 
 \begin{figure}[ht]
   \centering
-  \grafix{filelog}
+%  \grafix{filelog}
+  \includegraphics{filelog}
   \caption{Relationships between files in working directory and
     filelogs in repository}
   \label{fig:concepts:filelog}
@@ -76,7 +77,7 @@
 
 \begin{figure}[ht]
   \centering
-  \grafix{metadata}
+  \includegraphics{metadata}
   \caption{Metadata relationships}
   \label{fig:concepts:metadata}
 \end{figure}
@@ -143,7 +144,7 @@
 
 \begin{figure}[ht]
   \centering
-  \grafix{snapshot}
+  \includegraphics{snapshot}
   \caption{Snapshot of a revlog, with incremental deltas}
   \label{fig:concepts:snapshot}
 \end{figure}
@@ -229,7 +230,7 @@
 
 \begin{figure}[ht]
   \centering
-  \grafix{revlog}
+  \includegraphics{revlog}
   \caption{}
   \label{fig:concepts:revlog}
 \end{figure}
@@ -270,7 +271,7 @@
 
 \begin{figure}[ht]
   \centering
-  \grafix{wdir}
+  \includegraphics{wdir}
   \caption{The working directory can have two parents}
   \label{fig:concepts:wdir}
 \end{figure}
@@ -282,7 +283,7 @@
 
 \begin{figure}[ht]
   \centering
-  \grafix{wdir-after-commit}
+  \includegraphics{wdir-after-commit}
   \caption{The working directory gains new parents after a commit}
   \label{fig:concepts:wdir-after-commit}
 \end{figure}
@@ -315,7 +316,7 @@
 
 \begin{figure}[ht]
   \centering
-  \grafix{wdir-pre-branch}
+  \includegraphics{wdir-pre-branch}
   \caption{The working directory, updated to an older changeset}
   \label{fig:concepts:wdir-pre-branch}
 \end{figure}
@@ -331,7 +332,7 @@
 
 \begin{figure}[ht]
   \centering
-  \grafix{wdir-branch}
+  \includegraphics{wdir-branch}
   \caption{After a commit made while synced to an older changeset}
   \label{fig:concepts:wdir-branch}
 \end{figure}
@@ -363,7 +364,7 @@
 
 \begin{figure}[ht]
   \centering
-  \grafix{wdir-merge}
+  \includegraphics{wdir-merge}
   \caption{Merging two heads}
   \label{fig:concepts:wdir-merge}
 \end{figure}