From 976bc8f28700cad73e96446996828886b6a72d1c Mon Sep 17 00:00:00 2001 From: Christos Choutouridis Date: Sun, 3 Nov 2024 16:56:15 +0200 Subject: [PATCH] Small change --- AUTHReport.cls | 200 ++++++++++++++++++++++++------------------------- 1 file changed, 99 insertions(+), 101 deletions(-) diff --git a/AUTHReport.cls b/AUTHReport.cls index a5d5055..888644b 100644 --- a/AUTHReport.cls +++ b/AUTHReport.cls @@ -192,107 +192,6 @@ } -% \FirstPage -\newcommand{\authTitlePage}{% - \begin{titlepage} - % Logo - \begin{figure} - \begin{flushleft} - \includegraphics[width=5cm]{img/auth_logogr.png} - \end{flushleft} - \end{figure} - % Titles - \center % Center everything on the page - \textbf{} \\[3.5cm] % vertical space - \textsc{\Large \auth@department} \\[0.5cm] % Department - \textsc{\Large \auth@className} \\[1.5cm] % Class/Course name - \Hrule \\[0.4cm] % ------- - {\huge \bfseries \auth@docTitle} \\[0.1cm] % Document/Assignement Title - \Hrule \\[3.5cm] % ------- - % vertical space - % Authors - \begin{minipage}{0.4\textwidth} - \begin{flushleft} - \large - \ifdefined \auth@workGroup \emph{\textsc{\auth@workGroup}} \\[2ex]\fi - \ifnum \isequal{\auth@coauthor}{yes}=0 - \emph{Συντάκτες:} - \else - \emph{Συντάκτης:} - \fi \\ - \textsc{\auth@authorName} \\ - \textsc{AEM:\auth@authorAEM} \\[1ex] - \normalsize \href{mailto:\auth@authorMail}{\auth@authorMail} \\[2ex] - \large - \ifnum \isequal{\auth@coauthor}{yes}=0 - \textsc{\auth@coauthorName} \\ - \textsc{AEM:\auth@coauthorAEM} \\[1ex] - \normalsize \href{mailto:\auth@coauthorMail}{\auth@coauthorMail} - \fi - \end{flushleft} - \end{minipage} - \begin{minipage}{0.4\textwidth} - \begin{flushright} \large - \emph{Διδάσκων:} \\ % Instructor - \textsc{\auth@instructorName} \\[1ex] - \normalsize - \href{mailto:\auth@instructorMail}{\auth@instructorMail} - \end{flushright} - \end{minipage} \\ - \vfill - {\large \auth@date} \\ % date - - \end{titlepage} - \newpage -} - -% \TitleHeader -\newcommand{\authTitleHeader}{% - \begin{center} % Center everything on the page - % Logo - \begin{figure} - \center - \includegraphics[width=5cm]{img/auth_logogr.png} - \end{figure} - % Titles - \textsc{\Large \auth@department} \\[0.4cm] % Department - \textsc{\Large \auth@className} \\[0.1cm] % Class/Course name - {\Large \bfseries \auth@docTitle} \\[0.2cm] % Document/Assignement Title - {\large \auth@date} \\[0.4cm] % date - % Authors - \begin{minipage}{0.4\textwidth} - \begin{flushleft} - \large - \ifnum \isequal{\auth@coauthor}{yes}=0 - \emph{Συντάκτες:} - \else - \emph{Συντάκτης:} - \fi \\ - \textsc{\auth@authorName} \\ - \textsc{AEM:\auth@authorAEM} \\[1ex] - \normalsize \href{mailto:\auth@authorMail}{\auth@authorMail} \\[2ex] - \large - \ifnum \isequal{\auth@coauthor}{yes}=0 - \textsc{\auth@coauthorName} \\ - \textsc{AEM:\auth@coauthorAEM} \\[1ex] - \normalsize \href{mailto:\auth@coauthorMail}{\auth@coauthorMail} - \fi - \end{flushleft} - \end{minipage} - \begin{minipage}{0.4\textwidth} - \begin{flushright} \large - \emph{Διδάσκων:} \\ % Instructor - \textsc{\auth@instructorName} \\[1ex] - \normalsize - \href{mailto:\auth@instructorMail}{\auth@instructorMail} - \end{flushright} - \end{minipage} - \end{center} -} - - - - % Setup theme % ===================================================== @@ -340,6 +239,105 @@ \newcommand*{\CurrentDate}[1]{\def\auth@date{#1}} + +% \FirstPage +\newcommand{\authTitlePage}{% + \begin{titlepage} + % Logo + \begin{figure} + \begin{flushleft} + \includegraphics[width=5cm]{img/auth_logogr.png} + \end{flushleft} + \end{figure} + % Titles + \center % Center everything on the page + \textbf{} \\[3.5cm] % vertical space + \textsc{\Large \auth@department} \\[0.5cm] % Department + \textsc{\Large \auth@className} \\[1.5cm] % Class/Course name + \Hrule \\[0.4cm] % ------- + {\huge \bfseries \auth@docTitle} \\[0.1cm] % Document/Assignement Title + \Hrule \\[3.5cm] % ------- + % vertical space + % Authors + \begin{minipage}{0.4\textwidth} + \begin{flushleft} + \large + \ifdefined \auth@workGroup \emph{\textsc{\auth@workGroup}} \\[2ex]\fi + \ifnum \isequal{\auth@coauthor}{yes}=0 + \emph{Συντάκτες:} + \else + \emph{Συντάκτης:} + \fi \\ + \textsc{\auth@authorName} \\ + \textsc{AEM:\auth@authorAEM} \\[1ex] + \normalsize \href{mailto:\auth@authorMail}{\auth@authorMail} \\[2ex] + \large + \ifnum \isequal{\auth@coauthor}{yes}=0 + \textsc{\auth@coauthorName} \\ + \textsc{AEM:\auth@coauthorAEM} \\[1ex] + \normalsize \href{mailto:\auth@coauthorMail}{\auth@coauthorMail} + \fi + \end{flushleft} + \end{minipage} + \begin{minipage}{0.4\textwidth} + \begin{flushright} \large + \emph{Διδάσκων:} \\ % Instructor + \textsc{\auth@instructorName} \\[1ex] + \normalsize + \href{mailto:\auth@instructorMail}{\auth@instructorMail} + \end{flushright} + \end{minipage} \\ + \vfill + {\large \auth@date} \\ % date + + \end{titlepage} + \newpage +} + +% \TitleHeader +\newcommand{\authTitleHeader}{% + \begin{center} % Center everything on the page + % Logo + \begin{figure} + \center + \includegraphics[width=5cm]{img/auth_logogr.png} + \end{figure} + % Titles + \textsc{\Large \auth@department} \\[0.4cm] % Department + \textsc{\Large \auth@className} \\[0.1cm] % Class/Course name + {\Large \bfseries \auth@docTitle} \\[0.2cm] % Document/Assignement Title + {\large \auth@date} \\[0.4cm] % date + % Authors + \begin{minipage}{0.4\textwidth} + \begin{flushleft} + \large + \ifnum \isequal{\auth@coauthor}{yes}=0 + \emph{Συντάκτες:} + \else + \emph{Συντάκτης:} + \fi \\ + \textsc{\auth@authorName} \\ + \textsc{AEM:\auth@authorAEM} \\[1ex] + \normalsize \href{mailto:\auth@authorMail}{\auth@authorMail} \\[2ex] + \large + \ifnum \isequal{\auth@coauthor}{yes}=0 + \textsc{\auth@coauthorName} \\ + \textsc{AEM:\auth@coauthorAEM} \\[1ex] + \normalsize \href{mailto:\auth@coauthorMail}{\auth@coauthorMail} + \fi + \end{flushleft} + \end{minipage} + \begin{minipage}{0.4\textwidth} + \begin{flushright} \large + \emph{Διδάσκων:} \\ % Instructor + \textsc{\auth@instructorName} \\[1ex] + \normalsize + \href{mailto:\auth@instructorMail}{\auth@instructorMail} + \end{flushright} + \end{minipage} + \end{center} +} + \newcommand{\Title}{% \ifnum \isequal{\auth@short}{no}=0 \authTitlePage