diff --git a/Assignment/commands.sty b/Assignment/commands.sty index cb64a3c..5daf1e5 100644 --- a/Assignment/commands.sty +++ b/Assignment/commands.sty @@ -1,7 +1,7 @@ -% ----------------------------------------------------------------------------- +% --------------------- % USER DEFINED COMMANDS -% ----------------------------------------------------------------------------- -\ProvidesPackage{commands}[2022/08/24] +% --------------------- +\ProvidesPackage{commands}[2024/11/27] % -------------- % Math & Physics diff --git a/Assignment/main.pdf b/Assignment/main.pdf index cd7a7fa..f27967a 100644 Binary files a/Assignment/main.pdf and b/Assignment/main.pdf differ diff --git a/Assignment/style.sty b/Assignment/style.sty index 09d4eab..39fd479 100644 --- a/Assignment/style.sty +++ b/Assignment/style.sty @@ -1,7 +1,7 @@ -% ----------------------------------------------------------------------------- +% ----------------- % Style & Libraries -% ----------------------------------------------------------------------------- -\ProvidesPackage{style}[2022/08/24] +% ----------------- +\ProvidesPackage{style}[2024/11/27] % -------------------------- % Global page style settings @@ -79,7 +79,6 @@ % ---------------------------------------------- % Titles (sections, subsections, subsubsections) % ---------------------------------------------- - \titleformat{\subsection}{ \normalfont\large\bfseries{ \color{\MasterColor}\titlerule[1pt] diff --git a/Classic/commands.sty b/Classic/commands.sty index 1bc40f8..a82e5cd 100644 --- a/Classic/commands.sty +++ b/Classic/commands.sty @@ -1,7 +1,7 @@ -% ----------------------------------------------------------------------------- +% --------------------- % USER DEFINED COMMANDS -% ----------------------------------------------------------------------------- -\ProvidesPackage{commands}[2022/08/24] +% --------------------- +\ProvidesPackage{commands}[2024/11/27] % -------------- % Math & Physics diff --git a/Classic/main.pdf b/Classic/main.pdf index 623bc43..f7a93b3 100644 Binary files a/Classic/main.pdf and b/Classic/main.pdf differ diff --git a/Classic/style.sty b/Classic/style.sty index 4750f59..c6d75a9 100644 --- a/Classic/style.sty +++ b/Classic/style.sty @@ -1,7 +1,7 @@ -% ----------------------------------------------------------------------------- +% ----------------- % Style & Libraries -% ----------------------------------------------------------------------------- -\ProvidesPackage{style}[2022/08/24] +% ----------------- +\ProvidesPackage{style}[2024/11/27] % -------------------------- % Global page style settings @@ -60,6 +60,7 @@ % ----------------- % Table of contents % ----------------- + % Removing TOC's header \makeatletter \renewcommand\tableofcontents{ @@ -134,6 +135,8 @@ \renewcommand{\headrulewidth}{0pt} % Header rule of 0pt } +\pagestyle{mypagestyle} + % -------------------------------------- % Title Page shortcuts & French captions % -------------------------------------- diff --git a/Presentation/main.pdf b/Presentation/main.pdf index 9835c75..7d426af 100644 Binary files a/Presentation/main.pdf and b/Presentation/main.pdf differ