1
Fork 0
internship/report/main.tex

45 lines
1.1 KiB
TeX
Raw Normal View History

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},
}
\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}
\frontmatter
2022-02-01 15:59:13 +01:00
\maketitle
\tableofcontents
2022-02-01 15:59:13 +01:00
\mainmatter
2022-02-04 16:11:29 +01:00
%\include{notes/bibliography_research}
\include{chapters/introduction}
\include{chapters/literature}
\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}