WrapFigure package fix and small aesthetic changes

This commit is contained in:
Christos Choutouridis 2025-03-02 14:05:05 +02:00
parent 876d0b5d3b
commit 74ec4b5f6c

View File

@ -108,6 +108,7 @@
\RequirePackage{fancyhdr} \RequirePackage{fancyhdr}
\RequirePackage{graphicx} % Figures \RequirePackage{graphicx} % Figures
\RequirePackage{wrapfig}
\RequirePackage{tikz} \RequirePackage{tikz}
% Format packages % Format packages
@ -199,8 +200,8 @@
% Foot skip: 15mm % Foot skip: 15mm
% Left margin: 15mm % Left margin: 15mm
% Right margin: 12mm % Right margin: 12mm
\newcommand{\authTopMargin}{12mm} \newcommand{\authTopMargin}{10mm}
\newcommand{\authBottomMargin}{12mm} \newcommand{\authBottomMargin}{10mm}
\newcommand{\authHeadHeight}{10mm} \newcommand{\authHeadHeight}{10mm}
\newcommand{\authFootSkip}{10mm} \newcommand{\authFootSkip}{10mm}
\newcommand{\authLeftMargin}{15mm} \newcommand{\authLeftMargin}{15mm}
@ -342,7 +343,8 @@
\titleformat{\subsubsection}[block]{\normalsize}{\thesubsubsection.}{1em}{} \titleformat{\subsubsection}[block]{\normalsize}{\thesubsubsection.}{1em}{}
%\setlist[itemize]{noitemsep} % Make itemize lists more compact %\setlist[itemize]{noitemsep} % Make itemize lists more compact
\setlist[itemize]{topsep=6pt, partopsep=0pt, itemsep=3pt, parsep=3pt} \setlist[itemize]{topsep=2pt, partopsep=0pt, itemsep=1pt, parsep=1pt}
\setlist[enumerate]{topsep=2pt, partopsep=0pt, itemsep=1pt, parsep=1pt}
% Set paragraph identation and skip % Set paragraph identation and skip
\setlength{\parindent}{0pt} \setlength{\parindent}{0pt}
@ -529,11 +531,11 @@
\textbf{} \\[1cm] % vertical space \textbf{} \\[1cm] % vertical space
\textsc{\Large \auth@department} \\[0.5cm] % Department \textsc{\Large \auth@department} \\[0.5cm] % Department
\textsc{\Large \auth@className} \\[4.0cm] % Class/Course name \textsc{\Large \auth@className} \\[4.0cm] % Class/Course name
\begin{flushleft} {\huge \bfseries \auth@docTitle} \\[0.3cm] % Document/Assignement Title
{\huge \bfseries \auth@docTitle} \\[0.4cm] % Document/Assignement Title \ifdefined \auth@docSubTitle
{\LARGE \bfseries \auth@docSubTitle} \\[0.1cm] % Document/Assignement Sub-Title {\Large \bfseries \auth@docSubTitle} \\ % Document/Assignement Sub-Title
\Hrule{0.2mm} \\ % ------- \fi
\end{flushleft} %\Hrule{0.2mm} % -------
\vfill \vfill
% Authors-Instructors % Authors-Instructors
@ -558,7 +560,9 @@
\textsc{\Large \auth@department} \\[0.4cm] % Department \textsc{\Large \auth@department} \\[0.4cm] % Department
\textsc{\Large \auth@className} \\[0.8cm] % Class/Course name \textsc{\Large \auth@className} \\[0.8cm] % Class/Course name
{\Large \bfseries \auth@docTitle} \\[0.2cm] % Document/Assignement Title {\Large \bfseries \auth@docTitle} \\[0.2cm] % Document/Assignement Title
\ifdefined \auth@docSubTitle
{\large \bfseries \auth@docSubTitle} \\[0.2cm] % Document/Assignement Sub-Title {\large \bfseries \auth@docSubTitle} \\[0.2cm] % Document/Assignement Sub-Title
\fi
{\large \auth@date} \\[0.4cm] % date {\large \auth@date} \\[0.4cm] % date
% Authors-Instructors % Authors-Instructors
\authInsertAuthsInstructors \authInsertAuthsInstructors