Thesis: Fix overleaf cross-ref and inputenc package

This commit is contained in:
2022-08-01 14:24:47 +01:00
parent 785dc0815c
commit d54c633b7b
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@
%\newcommand*{\myexternaldocument}[1]{% %\newcommand*{\myexternaldocument}[1]{%
% \externaldocument{\subfix{#1}}% % \externaldocument{\subfix{#1}}%
% \addFileDependency{\subfix{#1.tex}} % in general this can be left out to speed up compilation time % \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 %%% ====== END OVERLEAF_EXTERNAL_DOC

View File

@@ -25,7 +25,7 @@
\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]
%%% ==== Fonts %%% ==== Fonts
\usepackage[utf8]{inputenx} % Allow unicode input \usepackage[utf8]{inputenc} % Allow unicode input
\usepackage[T1]{fontenc} \usepackage[T1]{fontenc}
\usepackage{lmodern} % A nice scalable font based on Computer Modern. \usepackage{lmodern} % A nice scalable font based on Computer Modern.
% For more options, see e.g. % For more options, see e.g.