diff --git a/org.rodinp.handbook.feature/latex/tutorial-08.tex b/org.rodinp.handbook.feature/latex/tutorial-08.tex
index 0518d042a15e5b763a63a679059d3a91327f4c39..8a95ba0adf204e3b68dab2ecc164ef6317e87e04 100644
--- a/org.rodinp.handbook.feature/latex/tutorial-08.tex
+++ b/org.rodinp.handbook.feature/latex/tutorial-08.tex
@@ -362,7 +362,7 @@ The \texttt{Proving Perspective} contains three new important views:
 	\item[Goal View (\ref{goal_view})] This window shows what needs to be proved at the current position inside the proof tree.
 \end{description}
 
-Expand the \texttt{Celebrity\_1} machine in the \textsf{Event-B Explorer}. Then expand the \textsf{Proof Obligations} section. We can see that the auto prover (\ref{auto_prover}) did quite a good job. Only three proofs have not been completed\footnote{Interestingly enough, this number can vary: Provers can be configured in the preferences and changes there can have an impact on the ability to automatically discharge proofs.  In addition, all provers have timeouts.  On a slow machine, some proof obligations may not be discharged whereas on a faster machine with the same timeout they would be discharged.}  (a completed proof is indicated by a green check \icon{rodin/discharged.png}). 
+Expand the \texttt{Celebrity\_1} machine in the \textsf{Event-B Explorer}. Then expand the \textsf{Proof Obligations} section. We can see that the auto prover (\ref{auto_prover}) did quite a good job. Only three proofs have not been completed\footnote{Interestingly enough, this number can vary: Provers can be configured in the preferences and changes there can have an impact on the ability to automatically discharge proofs.  In addition, all provers have timeouts.  On a slow machine, some proof obligations may not be discharged whereas on a faster machine with the same timeout they would be discharged.}  (a completed proof is indicated by a green mark \icon{rodin/discharged.png}). 
 
 %Except for the last one of them, all of them could be proved with a different external prover, but in order to learn a few new techniques, we will prove them with the so called ``p0 prover'' (\ref{p0_prover}). The p0 prover uses all selected hypotheses (the ones in Selected Hypotheses View).