From 73dabb3bf4d55d332537127f8aa03cf661d1a307 Mon Sep 17 00:00:00 2001
From: Jordi Inglada <jordi.inglada@orfeo-toolbox.org>
Date: Mon, 23 Feb 2009 10:24:54 +0100
Subject: [PATCH] DOC: errors in TeX formula

---
 .../AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter.cxx    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Examples/Radiometry/AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter.cxx b/Examples/Radiometry/AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter.cxx
index 199809cb53..96d4d4c688 100644
--- a/Examples/Radiometry/AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter.cxx
+++ b/Examples/Radiometry/AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter.cxx
@@ -57,7 +57,7 @@
 // \end{equation}
 //
 // \begin{equation}
-// \mathbf{AVI} = \tan^-1 {[\frac{{fact1}{{NIR}-{R}}}} + tan^-1{\frac{{fact2}{{G}-{R}}}}
+// \mathbf{AVI} = \tan^{-1} {\frac{fact1}{NIR-R}} + tan^{-1}{\frac{fact2}{G-R}}
 // \end{equation}
 //
 // For more details, refer to Plummer work \cite{AVI}.
-- 
GitLab