diff --git a/report/report.tex b/report/report.tex index b52178c..3f643e2 100644 --- a/report/report.tex +++ b/report/report.tex @@ -3,6 +3,8 @@ \usepackage{amsmath} \usepackage{booktabs} \usepackage{lmodern} +\usepackage[utf8]{inputenc} +\usepackage{graphicx} \usepackage{hyperref} \usepackage{lmodern} \usepackage[nottoc,numbib]{tocbibind} @@ -101,6 +103,14 @@ Release(Releases-Distribution:One-Many): Within each releases, a number of distr \subsection{Database Schema} +\begin{figure}[htp] + \centering + \includegraphics[width=17cm]{Schema.png} + \caption{Schema} + \label{fig:Schema} +\end{figure} + + \subsubsection{releases} This entity set represents each releases of the project,include the name of the project and its version in addition to summary,homepage and author's email. The ID of each releases is the primary key to represent each one of them. This release ID is also the foreign key of many primary key in other entity set.