From ccdd6e248f821d4be84634e819779f10460f4fad Mon Sep 17 00:00:00 2001 From: Tom Vercauteren Date: Thu, 28 Mar 2024 09:30:13 +0000 Subject: [PATCH] compilation warning fixes --- Thesis.tex | 8 ++++---- ThesisStyle.cls | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Thesis.tex b/Thesis.tex index 001ac19..6b91b1e 100644 --- a/Thesis.tex +++ b/Thesis.tex @@ -14,11 +14,11 @@ \author{Foo von Bar}\let\theauthor\@author \makeatother -\include{FormatAndDefsBasic} +\input{FormatAndDefsBasic} % Do we want a draft note? Uncomment if not \newcommand{\draftnote}{\textcolor[gray]{0.5}{\textbf{DRAFT -- \today}}} -\include{FormatAndDefsThesisExtra} +\input{FormatAndDefsThesisExtra} \addbibresource{JNFull.bib} \addbibresource{ThesisBibliography.bib} @@ -27,8 +27,8 @@ \frontmatter -\include{TitlePageKCL} -%\include{TitlePageUCL} +\input{TitlePageKCL} +%\input{TitlePageUCL} \dominitoc diff --git a/ThesisStyle.cls b/ThesisStyle.cls index 4b268bf..e37cafa 100644 --- a/ThesisStyle.cls +++ b/ThesisStyle.cls @@ -2,8 +2,8 @@ %% A hacked thesis Class based on `book.cls', %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesClass{StyleThese} - [2004/02/16 v1.4f +\ProvidesClass{ThesisStyle} + [2024/03/27 v1.5f Standard LaTeX document class] \newcommand\@ptsize{} \newif\if@restonecol