Fix urls and trailing spaces

This commit is contained in:
Alphrag
2022-07-08 23:39:13 +01:00
parent d2e7d6309f
commit e00500c3dc
7 changed files with 52 additions and 52 deletions

View File

@@ -22,7 +22,7 @@
%
% This work consists of all the files listed in the README.md,
% and provides a copy of the original hosted on
% https://git.tigrau.ovh/Ambroise/LaTeX-Templates/York-Thesis.
% https://git.tigrau.ovh/Ambroise/LaTeX-Templates/.
%%% ==== Begin file
% FORMAT: Font size must be at least 11pt, 12pt is set as default
@@ -49,29 +49,29 @@
% FORMAT: All pages should be numbered continuously.
% Suppressing the numbering style and headers for the opening pages
\frontmatter*
\frontmatter*
%% Call the title page to be made. Use this instead of \titlepage to get the yorkthesis class format
%% Call the title page to be made. Use this instead of \titlepage to get the yorkthesis class format
\makethesistitle
%% Abstract of the thesis [required]
\chapter{Abstract}
% TODO:
% TODO:
\todo[noline]{Write the abstract.}
% FORMAT: At most 300 words.
\vspace*{-2em}\begin{quote}
\centering \scshape \itshape The \texttt{Abstract} section is a requirement and should not be longer than 300 words.
\end{quote}\todo[caption={Shorten the abstract}, size=footnotesize]{Keep it under the limit to prevent doing the same thing I'm doing reducing fonts}
{\small
This document serves as an example of the look the \texttt{yorkthesis} class can provide while being at the same time a documentation for the code this document is built upon.
This whole project was prompted from the fact that the template provided by the department was very old and outdated, and didn't provide a ``good enough`` look.
This document serves as an example of the look the \texttt{yorkthesis} class can provide while being at the same time a documentation for the code this document is built upon.
This whole project was prompted from the fact that the template provided by the department was very old and outdated, and didn't provide a ``good enough`` look.
For a thesis document, the usual \texttt{article} environment does not provide the chapter layout one would expect to structure such an important piece of work.
The class that is recommended is the \href{https://ctan.org/pkg/memoir}{\texttt{memoir}} class, but its documentation and setting can be a bit daunting at first glance due to its sheer volume (at the time of writing the documentation is $615$ pages long, and its implementation in \TeX consists of more than $37000$ lines of code).
The class that is recommended is the \href{https://ctan.org/pkg/memoir}{\texttt{memoir}} class, but its documentation and setting can be a bit daunting at first glance due to its sheer volume (at the time of writing the documentation is $615$ pages long, and its implementation in \TeX consists of more than $37000$ lines of code).
For his thesis in 2020, Alessandro Pezzoni decided to write a class on top of the \texttt{memoir} one that would contain the structure required by the university while being also easier to use (you can find his initial implementation in his github project at \url{https://github.com/donbex/yorkthesis}).
He accepted to share this for others to use it, and I am really grateful for that.
He accepted to share this for others to use it, and I am really grateful for that.
I decided to add two elements to his class implementation (the possibility of a subtitle and an easier handling of margins), but thought that a thorough example of a good folder structure for writing a thesis would benefit people.
On top of being hosted on the maths departmental moodle page, the up to date code can be downloaded on my personal Gitea repository (at \url{https://git.tigrau.ovh/Ambroise/LaTeX-Templates/York-Thesis}), where suggestions and requests can be made, and a copy of it can also be found as an Overleaf project (at \url{https://www.overleaf.com/read/mmprbwrdbgbx}).
On top of being hosted on the maths departmental moodle page, the up to date code can be downloaded on my personal Gitea repository (at \url{https://git.tigrau.ovh/Ambroise/LaTeX-Templates/src/branch/master/York-Thesis}), where suggestions and requests can be made, and a copy of it can also be found as an Overleaf project (at \url{https://www.overleaf.com/read/mmprbwrdbgbx}).
I hope this will be useful to many others.}\todo[color=red!60, inline, size=footnotesize,caption={Warning for old \LaTeX\ versions}]{Warning: Some features might not work as intended if the installed \LaTeX\ version and its packages are not up to date}
@@ -121,10 +121,10 @@ As for myself, I want to thank Alessandro for his template which makes the perfe
\bigskip
This section should include a text similar to:
\begin{verbatim}
I declare that the work presented in this thesis, except where
otherwise stated, is based on my own research carried out at
the University of York and has not been submitted previously
for any degree at this or any other university. Sources are
I declare that the work presented in this thesis, except where
otherwise stated, is based on my own research carried out at
the University of York and has not been submitted previously
for any degree at this or any other university. Sources are
acknowledged by explicit references.
\end{verbatim}
If you have submitted a paper (either already published or currently under review), this should be explicitly mentioned in this section with a reference to its bibliography entry.
@@ -163,4 +163,4 @@ If you have submitted a paper (either already published or currently under revie
% FORMAT: The index, if there is one, goes here.
\end{document}
\end{document}