diff --git a/Doc/UserManual/Examples.tex b/Doc/UserManual/Examples.tex
index 92b74e6abe60c1549f9dbc259394b81d6cfe7251..b632f078573a70247aa4405566baf0e9990634b4 100644
--- a/Doc/UserManual/Examples.tex
+++ b/Doc/UserManual/Examples.tex
@@ -88,7 +88,7 @@ parameter like, for example, \Code{20.0*micrometer}.
 \subsection{Programs}
 
 The examples presented in the next paragraphs are written in Python. For tutorials about this
-   programming language, the users are referred to \cite{Pythonref}.
+   programming language, the users are referred to \cite{Lut09}.
 
 %\noindent Note about the version of C++ and Python to run the examples.\\
 %\noindent Where can the following examples be found?\\
@@ -109,7 +109,7 @@ at the end of this section (Listing~\ref{script_ex1}). \\
 
 \noindent We start by importing different functions from external
 modules (line~\ref{import_lib}), for example NumPy, which
-is a fundamental package for scientific computing with Python \cite{NumPyURL}.  In particular, line~\ref{import_end}
+is a fundamental package for scientific computing with Python \cite{s:numpy}.  In particular, line~\ref{import_end}
 imports the features of \BornAgain\ software.\\
 
 \begin{lstlisting}[language=python, style=eclipseboxed,name=ex1,nolol]
@@ -447,5 +447,4 @@ def RunSimulation():
 
 \section{Example 2}
 
-
-
+\ldots forthcoming
diff --git a/Doc/UserManual/Introduction.tex b/Doc/UserManual/Introduction.tex
index 008a6fc2e72bf974bbca116c7f11568c92e1aa6d..3f4f1144a7dcf5e5bd73828868ab0ede503cd07d 100644
--- a/Doc/UserManual/Introduction.tex
+++ b/Doc/UserManual/Introduction.tex
@@ -15,7 +15,7 @@ rough interfaces and with various types of embedded nano\-particles.
 
 \BornAgain\ almost completely reproduces the functionality
 of the widely used program \IsGISAXS\
-by R. Lazzari \cite{Lazzari:vi0158}.
+by R. Lazzari \cite{Laz02}.
 As novel features, \BornAgain\
 supports an unrestricted number of layers and particles, 
 diffuse reflection from rough layer interfaces,
diff --git a/Doc/UserManual/UserManual.tex b/Doc/UserManual/UserManual.tex
index 6a7ce0d28381f06580da2f17d5f1aaef34dc0ccf..2c3ca45fad602fb397bf7d4f983c98267f4cb5b5 100644
--- a/Doc/UserManual/UserManual.tex
+++ b/Doc/UserManual/UserManual.tex
@@ -182,8 +182,7 @@ Forschungszentrum J\"ulich GmbH
 %\appendix
 %\input{Appendix}
 
-\bibliography{ref}
-\bibliographystyle{unsrt}
-
+\bibliographystyle{switch}
+\bibliography{jw7}
 
 \end{document}