Adding reference to the uml 2.0 reference
This commit is contained in:
@ -4,19 +4,30 @@
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{amsmath, amsfonts, amssymb, amsthm}
|
||||
\usepackage{tikz}
|
||||
\usepackage{biblatex}
|
||||
|
||||
\author{Debucquoy Anthony}
|
||||
\title{Extension messagerie}
|
||||
|
||||
\addbibresource{references.bib}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\section{Use case diagram}
|
||||
|
||||
\begin{center}
|
||||
\resizebox{390pt}{!}{
|
||||
|
||||
\begin{figure}
|
||||
\resizebox{345pt}{!}{
|
||||
\input{./use_case_messagerie.tex}
|
||||
}
|
||||
\end{center}
|
||||
\caption{Use Case Diagram of the messaging extension}
|
||||
\label{fig:useCase:msg_ext}
|
||||
\end{figure}
|
||||
|
||||
In the diagram Figure~\ref{fig:useCase:msg_ext},
|
||||
the <<extend>> definition is not pulled from the "Genie logiciel" course
|
||||
of the University of Mons (UMONS). It is in fact the definition from
|
||||
the Dan Pilone's pocket reference \cite{Pilone2006-fn}.
|
||||
|
||||
\subsection{Answer topic}
|
||||
|
||||
@ -81,4 +92,7 @@ When posting a topic to a forum, the teacher can choose to
|
||||
make the post as a poll. In that case, student will have to vote
|
||||
for one of the options or if allowed by the teacher, create a new option.
|
||||
|
||||
\printbibliography
|
||||
|
||||
\end{document}
|
||||
|
||||
|
Reference in New Issue
Block a user