Modify things and test around

Options are always passed to memoir, even if I don't want them to, like 8pt...
This commit is contained in:
Alphrag
2023-11-12 02:07:03 +00:00
parent d54c633b7b
commit 2e9103c4af
5 changed files with 247 additions and 11 deletions

View File

@@ -23,6 +23,13 @@
% https://git.tigrau.ovh/Ambroise/LaTeX-Templates/.
\ProvidesPackage{thesisoptions}[2022/07/08 v1.0 Options for the York Thesis class]
\@ifundefined{is@uoyth@classloaded}{
\PackageError{thesisoption}{
This package should only be used if the uoythesis class is used
}{
Verify that you are indeed using the uoythesis class, or remove the loading of this package
} % make error
}{ } % silently pass
%%% ==== Fonts
\usepackage[utf8]{inputenc} % Allow unicode input
@@ -118,3 +125,5 @@
%%%% ==== DEBUG
% If you want the version of the packages you use appear when they load in the log file, uncomment the following line:
\listfiles
\endinput