From ff85db067fba7a64dc2a5515529bf91e959cd736 Mon Sep 17 00:00:00 2001 From: Tom Vercauteren Date: Wed, 21 Feb 2024 14:30:23 +0000 Subject: [PATCH] Switch from \onehalfspace environment to \onehalfspacing command Fixes miktex issue (user error) as described in https://github.com/latex3/hyperref/issues/315 --- FormatAndDefsThesisExtra.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FormatAndDefsThesisExtra.tex b/FormatAndDefsThesisExtra.tex index 9b56ae9..4e85bce 100644 --- a/FormatAndDefsThesisExtra.tex +++ b/FormatAndDefsThesisExtra.tex @@ -7,7 +7,7 @@ % except for indented quotations or footnotes where single spacing may % be used." \usepackage{setspace} -\onehalfspace +\onehalfspacing % Draft note % No draft note (empty one) by default @@ -217,4 +217,4 @@ urlcolor=linkcol, %couleur des liens pour les url pdfkeywords={keyword 1, keyword 2}, pdfsubject={PhD Thesis} -} \ No newline at end of file +}