When using the glossary as documented, the page numbers in the glossary are correct, but the link on the page numbers are offset by the number of pages within the front matter.
%% ----------------------------------------------------------------%% Thesis.tex%% ---------------------------------------------------------------- \documentclass[sotoncolour]{uosthesis}% Use the Thesis Style with custom link colour\hypersetup{colorlinks=true}% Set to false for black/white printing\usepackage{glossaries}%% ----------------------------------------------------------------%% --------------------THESIS/DOC INFORMATION ---------------------\department{School of [Insert school]}\DEPARTMENT{\MakeUppercase{\deptname}}\group{[Group name]}\GROUP{\MakeUppercase{\groupname}}\faculty{Faculty of [Insert faculty]}\FACULTY{\MakeUppercase{\facname}}\title{An Investigation into \dots}\authors{[Insert full name, for example, Sarah Alison Watson]}% Use of Soton Email unadvised, use ORCiD instead.\addresses{\groupname\\\deptname\\\univname}\date{\today}\makeglossaries\newglossaryentry{test}{ name=test, description={Click the page number}}\begin{document}%% ------------------ FRONT MATTER ORGANISATION -------------------\frontmatter\maketitle\tableofcontents%% -----------------------\mainmatter%% ------------------ MAIN MATTER (CONTENT) --------------------\section{Introduction}Use \Gls{test}\appendix\backmatter\printglossaries\end{document}%% ----------------------------------------------------------------
So when you click the page 1 in the glossary, it jumps to page i instead of 1. To answer the question: Yes I mean the glossary item it links to is offset
Thank you for the recommendation. I've tested it and integrated the change and it doesn't seem to have any negative effects on other links in the document (contents, references etc.). Phew!