Fix urls and trailing spaces
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
%
|
%
|
||||||
% This work consists of all the files listed in the README.md,
|
% This work consists of all the files listed in the README.md,
|
||||||
% and provides a copy of the original hosted on
|
% 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/.
|
||||||
\documentclass[../main]{subfiles}
|
\documentclass[../main]{subfiles}
|
||||||
|
|
||||||
%\myexternaldocument{main} % for overleaf to get the cross references
|
%\myexternaldocument{main} % for overleaf to get the cross references
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
%
|
%
|
||||||
% This work consists of all the files listed in the README.md,
|
% This work consists of all the files listed in the README.md,
|
||||||
% and provides a copy of the original hosted on
|
% 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/.
|
||||||
\documentclass[../main]{subfiles}
|
\documentclass[../main]{subfiles}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|||||||
Binary file not shown.
@@ -22,7 +22,7 @@
|
|||||||
%
|
%
|
||||||
% This work consists of all the files listed in the README.md,
|
% This work consists of all the files listed in the README.md,
|
||||||
% and provides a copy of the original hosted on
|
% 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
|
%%% ==== Begin file
|
||||||
% FORMAT: Font size must be at least 11pt, 12pt is set as default
|
% FORMAT: Font size must be at least 11pt, 12pt is set as default
|
||||||
@@ -71,7 +71,7 @@ The class that is recommended is the \href{https://ctan.org/pkg/memoir}{\texttt{
|
|||||||
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}).
|
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.
|
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}
|
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}
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
%
|
%
|
||||||
% This work consists of all the files listed in the README.md,
|
% This work consists of all the files listed in the README.md,
|
||||||
% and provides a copy of the original hosted on
|
% 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/.
|
||||||
|
|
||||||
|
|
||||||
%%% ===== Folder structure
|
%%% ===== Folder structure
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
%
|
%
|
||||||
% This work consists of all the files listed in the README.md,
|
% This work consists of all the files listed in the README.md,
|
||||||
% and provides a copy of the original hosted on
|
% 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/.
|
||||||
|
|
||||||
\ProvidesPackage{thesisoptions}[2022/07/08 v1.0 Options for the York Thesis class]
|
\ProvidesPackage{thesisoptions}[2022/07/08 v1.0 Options for the York Thesis class]
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
%
|
%
|
||||||
% This work consists of all the files listed in the README.md,
|
% This work consists of all the files listed in the README.md,
|
||||||
% and provides a copy of the original hosted on
|
% 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/.
|
||||||
|
|
||||||
|
|
||||||
% Comments starting with FORMAT highlight requirements from the UoY thesis
|
% Comments starting with FORMAT highlight requirements from the UoY thesis
|
||||||
|
|||||||
Reference in New Issue
Block a user