1
Fork 0
internship/biblio/main.tex

50 lines
1.0 KiB
TeX
Raw Normal View History

\documentclass[english, a4paper, 11pt]{book}
2022-02-01 15:59:13 +01:00
\usepackage{cours}
\setmainlanguage{english}
\usepackage[
backend=biber,
sorting=ynt,
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-02-04 16:11:29 +01:00
\includeonly{
chapters/introduction,
chapters/literature,
}
2022-02-04 11:42:32 +01:00
\title{\interlight\huge M2 Internship\\{\Huge Bibliography review}\\
\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},
\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
\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}
2022-02-04 11:09:44 +01:00
\backmatter
2022-02-04 16:11:29 +01:00
%\nocite{*}
2022-02-01 15:59:13 +01:00
\printbibliography
\end{document}