Skip to content
Snippets Groups Projects
Commit ed2d22fb authored by Arsalan Jawaid's avatar Arsalan Jawaid
Browse files

 changelog date modified

parents b64377e4 01ba574a
Branches
Tags v2.8.1
1 merge request!2Header added to toc, lot, lof and footnote below floats
Pipeline #22637 passed
......@@ -22,6 +22,7 @@ prepare_job:
- phd_example.zip
reports:
dotenv: variables.env
expire_in: 1 week
release_job:
stage: release
......
# Change log
## v2.8 (2023-06-05)
## v2.8.1 (2023-10-06)
- Note modified in MTSThesisPSnPDF.cls
- advisor & supervisor role empty by default
## v2.8 (2023-06-23)
- fix st & pt options for student theses
- header for new style fixed
......
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %%
%% Class ``MTS Thesis PSnPDF'' %%
%% %%
%% A student thesis LaTeX template for MTS %%
%% %%
%% Version: v2.4 %%
%% Authors: Krishna Kumar %%
%% License: MIT License (c) 2016-2018 Krishna Kumar %%
%% GitHub Repo: https://github.com/kks32/phd-thesis-template/ %%
%% Class ``MTS Thesis PSnPDF''
%%
%% Thesis LaTeX template for MTS
%%
%% Version: v2.8
%% Note: This template is based on https://github.com/kks32/phd-thesis-template/
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% ************************** Class Identification ******************************
\newcommand\fileversion{2.8}
\newcommand\filedate{2023/06/05}
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{MTSThesisPSnPDF}[\filedate\space A thesis class file
for MTS - major parts copied from Krishna Kumar's template (v2.4)]
\ProvidesClass{MTSThesisPSnPDF}[\filedate\space A thesis class file for MTS]
\typeout{https://github.com/kks32/phd-thesis-template/}
......@@ -697,14 +693,8 @@ Under my guidance, the following student theses related to this dissertation wer
\newcommand{\@supervisor}{}
\newcommand{\supervisor}[1]{\renewcommand{\@supervisor}{#1}\MTS@supervisortrue}
% Supervisor Title (Supervisor - Default, can be changed)
\newcommand{\@supervisorrole}{
\ifMTS@german
Vorsitz:
\else
Supervisor:
\fi
}
% Supervisor Title (default empty, can be changed)
\newcommand{\@supervisorrole}{}
\newcommand{\supervisorrole}[1]{\renewcommand{\@supervisorrole}{#1}}
% Advisor
......@@ -712,14 +702,8 @@ Under my guidance, the following student theses related to this dissertation wer
\newcommand{\@advisor}{}
\newcommand{\advisor}[1]{\renewcommand{\@advisor}{#1}\MTS@advisortrue}
% Advisor Title (Advisor - Default, can be changed)
\newcommand{\@advisorrole}{
\ifMTS@german
Betreuung:
\else
Advisor:
\fi
}
% Advisor Title (default empty, can be changed)
\newcommand{\@advisorrole}{}
\newcommand{\advisorrole}[1]{\renewcommand{\@advisorrole}{#1}}
% Referee
......
No preview for this file type
......@@ -20,19 +20,15 @@
%% University logo
\logo{\includegraphics[width=0.2\textwidth]{Logo/rptu_signet.eps}}
%% Advisor Role (optional) - Advisor (default) or leave empty
%% Advisor Role (optional)
% \advisorrole{Advisors: }
%% if no title is required
% \advisorrole{}
%% Supervisor
%% for multiple supervisors, append each supervisor with the \\ command
\supervisor{Prof. Jörg Seewig}
%% Supervisor Role (optional) - Supervisor (default) or advisor
%% Supervisor Role (optional)
% \supervisorrole{\textbf{Supervisors: }}
%% if no title is desired:
% \supervisorrole{}
%% Submission date
% Default is set as {\monthname[\the\month]\space\the\year}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment