diff --git a/SoftwareGuide/Examples/HelloWorld.tex b/SoftwareGuide/Examples/HelloWorld.tex
deleted file mode 100644
index f5a9d89242926af5117e5fa47dee4b8ae1819641..0000000000000000000000000000000000000000
--- a/SoftwareGuide/Examples/HelloWorld.tex
+++ /dev/null
@@ -1,34 +0,0 @@
-% Please do NOT edit this file.
-% It has been automatically generated
-% by a perl script from the original cxx sources
-% in the Insight/Examples directory
-
-% Any changes should be made in the file
-% /ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB/Examples/Installation/HelloWorld.cxx
-
-
-Le code source se trouve dans le fichier\\
-\texttt{Examples/Installation/HelloWorld.cxx}.
-
-
- Cet exemple permet d'afficher sur la sortie standard un petit message de 'Bonjour'
-
-\small
-\begin{verbatim}
-#include "otbBonjour.h"
-#include <iostream>
-#include <iostream>
-#include <string>
-
-int main()
-{
-	otb::Bonjour lBonjour;
-	std::string lString = lBonjour.getMessage();
-	std::cout << "Message : "<<lString<<std::endl;
-	return 0;
-}
-\end{verbatim}
-\normalsize
-
-  Ce code permet d'afficher sur la sortie standard, le message enregistre dans la classe \code{otb::Bonjour}.
-
diff --git a/SoftwareGuide/Examples/MeanImageFilter.tex b/SoftwareGuide/Examples/MeanImageFilter.tex
deleted file mode 100644
index 3e1974290b6710bdea5ebe1639d42cf800ed6378..0000000000000000000000000000000000000000
--- a/SoftwareGuide/Examples/MeanImageFilter.tex
+++ /dev/null
@@ -1,8 +0,0 @@
-#Add a dependency of "CircleMeanOutput.png" on "Circle.png".
-ADD_GENERATED_FIG_DEPS( "CircleMeanOutput.png" "Circle.png" )
-# Cmake macro to invoke: /ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB/Examples/Data/MeanImageFilter  /Circle.png /CircleMeanOutput.png 10 10
-RUN_EXAMPLE( "MeanImageFilter" "CircleMeanOutput.png" "/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB/Examples/StartExamples/MeanImageFilter.cxx"  /Circle.png /CircleMeanOutput.png 10 10 )
-CONVERT_IMG( "Circle.png" "Circle.eps" "" )
-ADD_DEP_TEX_ON_EPS_FIGS( "/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide/Art/Generated" "Circle.eps" )
-CONVERT_IMG( "CircleMeanOutput.png" "CircleMeanOutput.eps" "" )
-ADD_DEP_TEX_ON_EPS_FIGS( "/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide/Art/Generated" "CircleMeanOutput.eps" )