Still new to LaTex and found this question appearing many times here (link, link, link), but still couldn't figure out a solution. It seems like the other SO questions had pagebackref or hyperref packages but I got neither.
\documentclass[research]{letinbiom}
\usepackage{graphicx}
\usepackage{float}
\usepackage{listings}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{siunitx}
\usepackage{booktabs}
\usepackage{makecell}
\usepackage{diagbox}
\usepackage{rotating}
\usepackage{geometry}
\usepackage{amsmath}
\usepackage[backend=biber,style=numeric, sorting=none]{biblatex}
\begin{document}
\end{document}
The only other thing I could think of is the fact that I had this code before:
\usepackage[hidelinks,colorlinks=true,linkcolor=blue,citecolor=blue]{hyperref}
But I removed it. I also removed any reference for \href with it.
I did find this line in a .cls file in the Latex folder from the publisher:
\RequirePackage[
% pdfusetitle,
pagebackref,
colorlinks,
allcolors=mainBlue
% linkcolor=mainBlue,
% citecolor=mainBlue,
% filecolor=mainBlue,
% urlcolor=mainBlue,
]{hyperref}
letinbiom.clsthat you are using? – moewe Aug 24 '22 at 05:54