update templates

This commit is contained in:
2025-11-12 17:13:43 +01:00
parent 63f66fbf02
commit 3202ab8096
114 changed files with 1178 additions and 2034 deletions

View File

@@ -1,3 +1,6 @@
%! TeX Program = pdflatex
%! TeX Root = ./NAME_InternshipReport.tex
\documentclass[a4paper,twoside,11pt]{report}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
@@ -39,9 +42,9 @@ Internship from begin to end date\\[0.5cm]
\vfill
\begin{figure}[!ht]
\centering
\includegraphics[height=1.8cm]{./Images/logo_Unistra.pdf}
\includegraphics[height=1.8cm]{Figures/Cover/logo_Unistra.pdf}
\hspace{1cm}
\includegraphics[height=1.8cm]{./Images/logo_ObAs.pdf}
\includegraphics[height=1.8cm]{Figures/Cover/logo_ObAS.pdf}
\end{figure}
\vfill
% Bottom of the page
@@ -54,10 +57,10 @@ Internship from begin to end date\\[0.5cm]
%%%%%%%%%%%%%%%%%%%%%%%%
\chapter*{Acknowledgements}
\indent\input{./Pages/Acknowledgements}
\indent\input{Preamble/Acknowledgements}
\chapter*{Remerciements}
\indent\input{./Pages/Remerciements}
\indent\input{Preamble/Remerciements}
%%%%%%%%%%%%%%%%
%%% Abstract %%%
@@ -68,11 +71,11 @@ Internship from begin to end date\\[0.5cm]
\vspace*{\fill}
\noindent\rule[2pt]{\textwidth}{0.5pt}\\
{\textbf{R\'esum\'e\\}}
\input{./Pages/Resume}\\
\input{Preamble/Resume}\\
\noindent\rule[2pt]{\textwidth}{0.5pt}
\noindent\rule[2pt]{\textwidth}{0.5pt}\\
{\textbf{Abstract\\}}
\input{./Pages/Abstract}\\
\input{Preamble/Abstract}\\
\noindent\rule[2pt]{\textwidth}{0.5pt}
\vspace*{\fill}
\newpage
@@ -84,24 +87,13 @@ Internship from begin to end date\\[0.5cm]
%%% Content of the report %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\phantomsection
\addcontentsline{toc}{chapter}{Introduction}
\chapter*{Introduction}
\input{./Pages/ch-Introduction}
\input{Chapters/Introduction}
\chapter{First chapter}
\input{./Pages/ch-Chapter1}
\input{Chapters/Chapter1}
\input{Chapters/Chapter2}
\input{Chapters/Chapter3}
\chapter{Second chapter}
\input{./Pages/ch-Chapter2}
\chapter{Third chapter}
\input{./Pages/ch-Chapter3}
\phantomsection
\addcontentsline{toc}{chapter}{Conclusion}
\chapter*{Conclusion}
\input{./Pages/ch-Conclusion}
\input{Chapters/Conclusion}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% References and Appendix %%%
@@ -119,6 +111,6 @@ Internship from begin to end date\\[0.5cm]
\addcontentsline{toc}{chapter}{Appendix}
\markboth{Appendix}{Appendix}
\chapter*{Appendix}
\input{./Pages/Appendix}
\input{Appendix/Appendix-A}
\end{document}