\input{ressources/init.tex}
\input{ressources/params.tex}
% ? Default values
\newcommand{\firstName}{John}
\newcommand{\lastName}{DOE}
\newcommand{\groupNumber}{1}
\newcommand{\university}{My university}
% ? Non-committal personal file
% ? does not make an error if no "informations.tex" exists
\makeatletter
\@input{ressources/informations.tex}
\makeatother
% ? logo from "/assets/logo.png" displayed on the top right
\universityLogo
% ? Default image width
\setkeys{Gin}{width=7.5cm}
% ? If you want a title on the top right
% \ohead{\rightmark}
\cfoot{{\usekomafont{pagenumber}\large - \thepage\ -}}
% \ofoot{\color{gray}\firstName\ \lastName}
% ! additionals packages ----------┐
% \usepackage{pdfpages} %!|
% \usepackage{csvsimple} %!|
% \usepackage{tikz} %!|
% \usepackage{pgfplots} %!|
% \usepackage{circuitikz} %!|
% \usepackage{subcaption} %!|
% \usepackage{setspace} %!|
% \usepackage{amsmath} %!|
% \usepackage{listings} %!|
% \usepackage{pifont} %\ding{51} %!|
% \usepackage{enumitem} %!|
% \usepackage{caption} %!|
% \usepackage{subcaption} %!|
%! %! /
%! %! /
\usepackage{multicol} %!|
%! %! \
%! %! \
%! |
%! --------------------------------┘
% $ codeStyle -------------------------------┐
% \input{ressources/code/ST.tex} %$ |
% \input{ressources/code/algorythme.tex} %$ |
%$ ------------------------------------------┘
% ? Sections depth displayed in the TOC
\setcounter{tocdepth}{4}
% \renewcommand\thesection{\arabic{section}}
% ----------------------------------------------------------------------|
\begin{document}
\titlehead{{\Large Matière} \hfill 2nde Année - 2023/2024}
\title{TP$X$ sujet 1 \\ et sujet 2}
\author{\firstName\ \lastName\\Groupe \groupNumber}
\date{\today}
\publishers{\university}
\maketitle
\noindent\makebox[\linewidth]{\rule{7.5cm}{0.4pt}}
\tableofcontents
\newpage
% ! begin here
\end{document}

PDF Preview
Create an account to compile and preview