r536: no message
[ctsim.git] / doc / ctsim-concepts.tex
index 3f0dab0ff558207cc4a9411e5a90b35027811ea2..3a01615190f08910ee6a0a81ae9201ac403d35c4 100644 (file)
@@ -1,5 +1,5 @@
 \chapter{Concepts}\index{Concepts}%
-\setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
+\setheader{{\it CHAPTER \thechapter}}{}{}{\ctsimheadtitle}{}{{\it CHAPTER \thechapter}}%
 \ctsimfooter%
 
 \section{Overview}\label{conceptoverview}\index{Concepts,Overview}%
@@ -348,9 +348,12 @@ $r$ is the maximum error of a 2 by 2 pixel area.
 To compare two images, $A$ and $B$, each of which has $n$ columns and $m$ rows,
 these values are calculated as below.
 
+
+\latexonly{
 \begin{equation}
 d = \frac{\sum_{i=0}^{n}{\sum_{j=0}^{m}{(A_{ij} - B_{ij})^2}}}{m n}
 \end{equation}
 \begin{equation}
-r = max(|A_{ij} - B{ij}|)
+r = \max(|A_{ij} - B{ij}|)
 \end{equation}
+}