diff --git a/York-Thesis/mypreamble.tex b/York-Thesis/mypreamble.tex index d5cb95a..25b3e3c 100644 --- a/York-Thesis/mypreamble.tex +++ b/York-Thesis/mypreamble.tex @@ -55,7 +55,7 @@ %\newcommand*{\myexternaldocument}[1]{% % \externaldocument{\subfix{#1}}% % \addFileDependency{\subfix{#1.tex}} % in general this can be left out to speed up compilation time -% \addFileDependency{\subfix{.aux}}% +% \addFileDependency{\subfix{#1.aux}}% %} %%% ====== END OVERLEAF_EXTERNAL_DOC diff --git a/York-Thesis/thesisoptions.sty b/York-Thesis/thesisoptions.sty index 74908e9..72f7945 100644 --- a/York-Thesis/thesisoptions.sty +++ b/York-Thesis/thesisoptions.sty @@ -25,7 +25,7 @@ \ProvidesPackage{thesisoptions}[2022/07/08 v1.0 Options for the York Thesis class] %%% ==== Fonts -\usepackage[utf8]{inputenx} % Allow unicode input +\usepackage[utf8]{inputenc} % Allow unicode input \usepackage[T1]{fontenc} \usepackage{lmodern} % A nice scalable font based on Computer Modern. % For more options, see e.g.