diff --git a/org.rodinp.handbook.feature/latex/tutorial-03.tex b/org.rodinp.handbook.feature/latex/tutorial-03.tex
index 377b3d33afaf97f60594627f613fe05a1d39776b..09af297449796f2315c902191c6bdb0b131fb159 100644
--- a/org.rodinp.handbook.feature/latex/tutorial-03.tex
+++ b/org.rodinp.handbook.feature/latex/tutorial-03.tex
@@ -100,8 +100,12 @@ This editor is \textit{form-based}.  This means that it can be modified by using
 \begin{rodin-plugin}{camille.png}{Camille}
 Camille is a ``real'' text editor that provides the same feel as a typical Eclipse text editor and provides all of the functions that most text editors provide (i.e. copy, paste, undo, redo, etc.)  However, please note that at this time not all Rodin plugins are compatible with Camille.  For more information, please consult the extensive documentation in the Rodin Wiki (\ref{rodin_wiki}).
 
-Camille can be installed via its update site, which is preconfigured in Rodin.  Once installed, Camille will be set as the default editor.  The rodin editor or structural editor can still be used by selecting it from the context menu of a file in the project browser.
+Camille can be installed via its update site, which is preconfigured in Rodin.  Once installed, Camille will be set as the default editor.
+The rodin editor or structural editor can still be used by selecting it from the context menu of a file in the project browser.
 
+Note that the syntax employed by Camille differs from the one employed by the Rodin editor.
+For example, the keywords with the exception of \textbf{INITIALISATION} are written in lower-case letters: \textbf{machine}, \textbf{variables}, \textbf{invariants}, \textbf{events}, etc. Also, the labels have to be prefixed with the \textbf{@} symbol.
+The syntax employed for logical formulas is, however, identical.
 For more information, please visit \url{http://wiki.event-b.org/index.php/Text_Editor}.