2022-02-07 14:25:24 +01:00
\documentclass [english, a4paper] { book}
2022-02-01 15:59:13 +01:00
\usepackage { cours}
\setmainlanguage { english}
\usepackage [
backend=biber,
2022-02-04 11:09:44 +01:00
style=iso-authoryear,
sorting=nyt,
2022-02-01 15:59:13 +01:00
]{ biblatex}
\bibliography { library}
2022-02-04 11:42:32 +01:00
\hypersetup {
pdftitle = { M2 Internship} ,
pdfauthor = { Edgar P. Burkhart} ,
}
2022-03-25 13:52:36 +01:00
\graphicspath { { fig/} }
2022-02-04 11:42:32 +01:00
\title { \interlight \huge M2 Internship\\ { \Huge Bibliography review} \\
2022-02-15 14:57:40 +01:00
\vspace { 1em} Simulation of the breaking wave flow which generated the 50T
concrete block displacement at the Artha breakwater on February 28, 2017}
\author { \Large Edgar P.
Burkhart\thanks { \email { edgar-pierre.burkhart@etud.univ-pau.fr} ,
2022-02-04 11:42:32 +01:00
\email { edgar.burkhart@ens-paris-saclay.fr} .} }
\affil { Université de Pau et des Pays de l'Adour}
\affil { École Normale Supérieure Paris-Saclay}
\date { February 2022}
2022-02-01 15:59:13 +01:00
2022-02-07 14:25:24 +01:00
\setcounter { tocdepth} { 3}
2022-02-01 15:59:13 +01:00
\begin { document}
2022-02-04 14:52:03 +01:00
\frontmatter
2022-02-01 15:59:13 +01:00
\maketitle
2022-02-04 14:52:03 +01:00
\tableofcontents
2022-02-01 15:59:13 +01:00
2022-02-04 14:52:03 +01:00
\mainmatter
2022-02-04 16:11:29 +01:00
%\include{notes/bibliography_research}
\include { chapters/introduction}
\include { chapters/literature}
2022-03-25 13:20:15 +01:00
\include { chapters/swash}
\include { chapters/olaflow}
2022-02-04 16:11:29 +01:00
2022-02-04 14:52:03 +01:00
\backmatter
2022-02-04 16:11:29 +01:00
%\nocite{*}
2022-02-15 14:57:40 +01:00
\defbibnote { bibstyle} { \emph { Bibliographic style: ISO690 Author-Year.} }
\printbibliography [prenote=bibstyle]
2022-02-01 15:59:13 +01:00
\end { document}