diff -urN -X stacks-0.2/src/documentation/dontdiff stacks-0.2.orig/src/Makefile stacks-0.2/src/Makefile
--- stacks-0.2.orig/src/Makefile	2006-03-21 02:59:58.000000000 +0000
+++ stacks-0.2/src/Makefile	2006-03-21 15:05:41.000000000 +0000
@@ -53,12 +53,15 @@
 # the bibtex command creates %.bbl, and finally
 # the touch command creates %.funny with a newer
 # modification time then any of %.dvi, %.aux, %.toc,
-# %.bbl, %.blg, %.log and %.out.
+# %.bbl, %.blg, %.log and %.out. Actually the modification
+# time resolution is not good enough so we remove %.dvi.
 %.funny: %.tex
 	echo "latex $<" >> logfile.log
 	latex $<
 	echo "bibtex $*" >> logfile.log
 	bibtex $*
+	echo "rm $*.dvi" >> logfile.log
+	rm $*.dvi
 	echo "touch $@" >> logfile.log
 	touch $@
 
diff -urN -X stacks-0.2/src/documentation/dontdiff stacks-0.2.orig/src/algebraic.tex stacks-0.2/src/algebraic.tex
--- stacks-0.2.orig/src/algebraic.tex	2006-03-20 01:48:12.000000000 +0000
+++ stacks-0.2/src/algebraic.tex	2006-03-21 14:30:01.000000000 +0000
@@ -33,9 +33,11 @@
 % For any local file, say "hello.tex" you want to refer to please use
 % \externaldocument[hello-]{hello}
 \externaldocument[conventions-]{conventions}
-\externaldocument[hypercovering-]{hypercovering}
 \externaldocument[categories-]{categories}
+\externaldocument[hypercovering-]{hypercovering}
 \externaldocument[schemes-]{schemes}
+\externaldocument[desirables-]{desirables}
+\externaldocument[fdl-]{fdl}
 
 % The macro \autoref uses the macros \figurename, etc.
 % We list the default values and we change some of them
@@ -220,6 +222,19 @@
 \end{definition}
 
 
+
+\smallskip\noindent
+To continue reading, 
+\begin{enumerate}
+
+\item visit the next section: Algebraic stacks desirables,
+\autoref{desirables-section-foundational}, or 
+
+\item go back to the
+table of contents: \url{index.html#contents}.
+
+\end{enumerate}
+
 \bibliography{my}
 \bibliographystyle{alpha}
 
diff -urN -X stacks-0.2/src/documentation/dontdiff stacks-0.2.orig/src/flat.tex stacks-0.2/src/flat.tex
--- stacks-0.2.orig/src/flat.tex	2006-03-07 19:44:10.000000000 +0000
+++ stacks-0.2/src/flat.tex	2006-03-21 14:17:25.000000000 +0000
@@ -24,9 +24,10 @@
 % For any local file, say "hello.tex" you want to refer to please use
 % \externaldocument[hello-]{hello}
 \externaldocument[conventions-]{conventions}
-\externaldocument[hypercovering-]{hypercovering}
-\externaldocument[sites-]{sites}
 \externaldocument[categories-]{categories}
+\externaldocument[sites-]{sites}
+\externaldocument[etale-]{etale}
+\externaldocument[hypercovering-]{hypercovering}
 \externaldocument[stacks-groupoids-]{stacks-groupoids}
 \externaldocument[desirables-]{desirables}
 
@@ -471,8 +472,8 @@
 To continue reading,
 \begin{enumerate}
 
-\item visit the next section: Algebraic Stacks Desirables,
-\autoref{desirables-section-foundational}, or
+\item visit the next section: The \'etale topology on schemes,
+\autoref{etale-section-introduction}, or
 
 \item go back to the
 table of contents: \url{index.html#contents}.
diff -urN -X stacks-0.2/src/documentation/dontdiff stacks-0.2.orig/src/injectives.tex stacks-0.2/src/injectives.tex
--- stacks-0.2.orig/src/injectives.tex	2006-03-20 01:48:12.000000000 +0000
+++ stacks-0.2/src/injectives.tex	2006-03-21 14:08:06.000000000 +0000
@@ -375,8 +375,9 @@
 is a limit of sets and that $\varphi : S \to T$ is a map of sets. 
 Then $\varphi$ lifts to a map into $T_\alpha$ for some $\alpha < \beta$
 provided that $\beta$ is not a limit of ordinals indexed by $S$.
-In other words, you pick $\beta$ to be a singular cardinal with
-$cf(\beta)$ bigger than the cardinality of $S$. Reference? Use this and
+In other words, you pick $\beta$ to be a cardinal with cofinality
+$cf(\beta)$ bigger than the cardinality of $S$; for example you can take 
+$\beta = \aleph_{\alpha+1}$. Reference? Use this and
 some argument for equalizers to get through.
 \end{proof}
 
diff -urN -X stacks-0.2/src/documentation/dontdiff stacks-0.2.orig/src/schemes.tex stacks-0.2/src/schemes.tex
--- stacks-0.2.orig/src/schemes.tex	2006-03-20 01:48:12.000000000 +0000
+++ stacks-0.2/src/schemes.tex	2006-03-21 14:22:09.000000000 +0000
@@ -33,9 +33,10 @@
 % For any local file, say "hello.tex" you want to refer to please use
 % \externaldocument[hello-]{hello}
 \externaldocument[conventions-]{conventions}
+\externaldocument[sets-]{sets}
 \externaldocument[categories-]{categories}
 \externaldocument[stacks-]{stacks}
-\externaldocument[sets-]{sets}
+\externaldocument[algebraic-]{algebraic}
 
 % The macro \autoref uses the macros \figurename, etc.
 % We list the default values and we change some of them
@@ -476,6 +477,18 @@
 \noindent
 FIXME. Explain rationale behind this definition: what else could it be?
 
+\smallskip\noindent
+To continue reading, 
+\begin{enumerate}
+
+\item visit the next section: Algebraic stacks,
+\autoref{algebraic-section-introduction}, or 
+
+\item go back to the
+table of contents: \url{index.html#contents}.
+
+\end{enumerate}
+
 \bibliography{my}
 \bibliographystyle{alpha}
 
diff -urN -X stacks-0.2/src/documentation/dontdiff stacks-0.2.orig/src/sites.tex stacks-0.2/src/sites.tex
--- stacks-0.2.orig/src/sites.tex	2006-03-05 03:48:21.000000000 +0000
+++ stacks-0.2/src/sites.tex	2006-03-21 14:11:22.000000000 +0000
@@ -35,8 +35,9 @@
 \externaldocument[conventions-]{conventions}
 \externaldocument[sets-]{sets}
 \externaldocument[categories-]{categories}
-\externaldocument[injectives-]{injectives}
+\externaldocument[flat-]{flat}
 \externaldocument[etale-]{etale}
+\externaldocument[injectives-]{injectives}
 
 % The macro \autoref uses the macros \figurename, etc.
 % We list the default values and we change some of them
@@ -548,8 +549,8 @@
 To continue reading,
 \begin{enumerate}
 
-\item visit the next section: The \'etale topology of schemes,
-\autoref{etale-section-introduction}, or
+\item visit the next section: Flat descent for quasi-coherent sheaves,
+\autoref{flat-section-introduction}, or
 
 \item go back to the
 table of contents: \url{index.html#contents}.
diff -urN -X stacks-0.2/src/documentation/dontdiff stacks-0.2.orig/src/stacks-groupoids.tex stacks-0.2/src/stacks-groupoids.tex
--- stacks-0.2.orig/src/stacks-groupoids.tex	2006-03-05 15:12:12.000000000 +0000
+++ stacks-0.2/src/stacks-groupoids.tex	2006-03-21 14:19:24.000000000 +0000
@@ -45,8 +45,9 @@
 % For any local file, say "hello.tex" you want to refer to please use
 % \externaldocument[hello-]{hello}
 \externaldocument[conventions-]{conventions}
-\externaldocument[desirables-]{desirables}
 \externaldocument[flat-]{flat}
+\externaldocument[schemes-]{schemes}
+\externaldocument[desirables-]{desirables}
 
 % The macro \autoref uses the macros \figurename, etc.
 % We list the default values and we change some of them
@@ -224,8 +225,8 @@
 To continue reading, 
 \begin{enumerate}
 
-\item visit the next section: Flat descent for quasi-coherent sheaves,
-\autoref{flat-section-introduction}, or 
+\item visit the next section: Schemes as stacks and representability,
+\autoref{schemes-section-introduction}, or 
 
 \item go back to the
 table of contents: \url{index.html#contents}.
