report/report/report.tex

36 lines
832 B
TeX
Raw Normal View History

2018-07-31 19:39:03 +02:00
\title{DWARF debugging data, compilation and verification}
2018-07-31 12:38:24 +02:00
2018-07-31 19:39:03 +02:00
\author{Théophile Bastian\\
Under supervision of Francesco Zappa-Nardelli\\
{\textsc{parkas}, École Normale Supérieure de Paris}}
2018-07-31 12:38:24 +02:00
2018-07-31 19:39:03 +02:00
\date{August 20, 2018}
2018-07-31 12:27:12 +02:00
\documentclass[11pt]{article}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{stmaryrd}
\usepackage{mathtools}
2018-07-31 19:39:03 +02:00
\usepackage{indentfirst}
2018-07-31 12:27:12 +02:00
\usepackage[utf8]{inputenc}
2018-07-31 19:39:03 +02:00
%\usepackage[backend=biber,style=alphabetic]{biblatex}
\usepackage[backend=biber]{biblatex}
2018-07-31 12:27:12 +02:00
\usepackage{../shared/my_listings}
\usepackage{../shared/my_hyperref}
\usepackage{../shared/specific}
\usepackage{../shared/common}
\usepackage{../shared/todo}
2018-07-31 19:39:03 +02:00
\addbibresource{../shared/report.bib}
2018-07-31 12:27:12 +02:00
\begin{document}
\maketitle
2018-07-31 12:38:24 +02:00
\input{fiche_synthese}
2018-07-31 12:27:12 +02:00
\printbibliography{}
\end{document}