21 lines
253 B
TeX
21 lines
253 B
TeX
|
\documentclass[a4paper,10pt]{article}
|
||
|
\usepackage[utf8]{inputenc}
|
||
|
|
||
|
|
||
|
\title{Tools documentations for MPTCP experiments}
|
||
|
\author{}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\maketitle
|
||
|
|
||
|
\begin{abstract}
|
||
|
|
||
|
\end{abstract}
|
||
|
|
||
|
\input{include/why}
|
||
|
\input{include/goals}
|
||
|
|
||
|
|
||
|
\end{document}
|