-
Notifications
You must be signed in to change notification settings - Fork 0
/
ThesisMain.tex
90 lines (69 loc) · 2.79 KB
/
ThesisMain.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
%----------------------------------------------------------------------
%Document Class
%\documentclass{book}
\documentclass[edit,11pt,ChapStyle3,twoside,doubleinterligne]{manuscritThese}
\usepackage{prologueThese,FontsThese}
%----------------------------------------------------------------------
%packages
\usepackage[utf8]{inputenc} %
%\usepackage{vntex}
%\usepackage{graphicx}
%\usepackage[english,francais]{babel}
\usepackage[ED=SDU2E-Ast, Ets=UT3]{tlsflyleaf}
%\input{settings/packages}
%----------------------------------------------------------------------
%pages settings
%template UPS
% http://tlsflyleaf.onada.fr/
%----------------------------------------------------------------------
%owns command
%----------------------------------------------------------------------
%% À mettre dans le préambule (avant \begin{document})
%%%%%%
%\title{\textbf{\large Analytical comparison of Vietnamese and French pharmacovigilance database and enhancing the under-reporting problems by application of new pharmacoo-epidemiological methods in Vietnam}}
%\author{Khac-Dung NGUYỄN}
%\defencedate{30/08/2018}
%\lab{Institut de Recherche en Astrophysique et Plan\'etologie (UMR 5277)}
%\nboss{2}
%\makesomeone{boss}{2}{Second DIRECTEUR}{}{} % Sera affiche en second
%\makesomeone{boss}{1}{Premier DIRECTEUR}{}{} % Sera afiche en premier
%%% Referee
%\nreferee{2}
%\makesomeone{referee}{1}{Premier RAPPORTEUR}{}{}
%\makesomeone{referee}{2}{Second RAPPORTEUR}{}{}
%%% Judges
%\njudge{5}
%\makesomeone{judge}{1}{Premier MEMBRE}{Professeur d'Universit\'e}{Pr\'esident du Jury}
%\makesomeone{judge}{2}{Second MEMBRE}{Astronome Adjoint}{Membre du Jury}
%\makesomeone{judge}{3}{Troisi\`eme MEMBRE}{Charg\'e de Recherche}{Membre du Jury}
%\makesomeone{judge}{4}{Quatri\`eme MEMBRE}{Charg\'e de Recherche}{Membre du Jury}
%\makesomeone{judge}{5}{Ciqui\`eme MEMBRE}{Charg\'e de Recherche}{Membre du Jury}
% ============================================================
% DOCUMENT
%\bibliography{BibLaTex}%For BibTeX put the \bibliography statement in your document, for BibLaTeX in the preamble
\bibliography{BibTex.bib} % or
%\addbibresource{BibLaTex.bib}%chua xoa file PDF dinh kem
\begin{document}
\makeflyleaf
\input{Prelude/pageTitre}
\input{Prelude/pagesResumes}
\input{Prelude/dedicace}
\input{Prelude/remerciements}
\Sommaire
%
% \input{Prelude/introduction}
% ============================================================
% Chapeter1
%%
%asdfjasdfkhk \cite{kimura_pharmacovigilance_2011}
%wdsudyfgsuydfgusydf \cite{thanh_socialization_2014}
%asdfjasdfkhk \cite{petitclerc_quantitative_1976}
%
%
%\newpage
%
%\printbibliography
% ============================================================
% ============================================================
% ============================================================
\end{document}