%!TEX TS-program = xelatex %!TEX encoding = UTF-8 Unicode % Load Thesis Class \documentclass{DEIThesis} \title{A new Wayland RDP Gateway for hardware accelereated Virtual Desktop Infrastructure (VDI) using an OCI containarization layer.} \author{Marco Martini} \studentId{2087642} % Advisor \advisor{Prof. Rigoni Andrea} % If you are co-advised \coadvisor{Paolo Barbato} \coadvisorsUniversity{Consorzio RFX} \university{University of Padova} \mastername{Computer Engineering} \academicYear{2024/2025} % ciao \begin{filecontents*}[overwrite]{\jobname.xmpdata} \Title{A new Wayland RDP Gateway for hardware accelereated Virtual Desktop Infrastructure (VDI) using an OCI containarization layer.} \Author{Marco Martini} \Language{en-EN} \Keywords{Computer Engineering\sep LaTeX} \end{filecontents*} % annotazioni ANDREA \usepackage[highlightmarkup=uwave,todonotes={textsize=tiny}]{changes} \let\xout\undefined \renewcommand{\boxed}[1]{\vspace{1em}\noindent\fbox{\parbox{\linewidth}{#1}}\vspace{1em}} % 1) When you add a footnote put it before the punctuation mark % 2) When you add a citation add it with a ~ after the word and again before punctuation % like: last word~\cite{label}. % proposal ANDREA ( remove paragraph indent ) \setlength{\parindent}{0cm} \usepackage{amsmath} % Document \begin{document} % The front matter (Cover, ToC, Abstract, etc...) \frontmatter % The main content \mainmatter \include{chapters/01_introduction} \include{chapters/02_ExperimentLogbookManagement} \include{chapters/03_ScientificDataAccess} \include{chapters/04_ResultsAndSystemEvaluation} \include{chapters/99_conclusions} % Bibliography, appendix, acknowledges, etc... \backmatter \end{document}