From 20c8cb7018faa3edd53b9d2a76353935a7a62c44 Mon Sep 17 00:00:00 2001 From: John Swinbank <swinbank@astron.nl> Date: Wed, 18 Nov 2020 09:44:33 +0100 Subject: [PATCH] Add the hyperref package. - Has to come before glossaries to enable glossary entries to be linked. - Disable the ugly red borders in PDFs. --- texmf/tex/latex/astron/astron.cls | 1 + 1 file changed, 1 insertion(+) diff --git a/texmf/tex/latex/astron/astron.cls b/texmf/tex/latex/astron/astron.cls index 9f90d04..398e85a 100644 --- a/texmf/tex/latex/astron/astron.cls +++ b/texmf/tex/latex/astron/astron.cls @@ -17,6 +17,7 @@ \RequirePackage[absolute]{textpos} \RequirePackage{fancyhdr} \RequirePackage{geometry} +\RequirePackage[pdfborder={0 0 0}]{hyperref} \RequirePackage[nonumberlist,nogroupskip]{glossaries} \RequirePackage{graphicx} \RequirePackage{lastpage} -- GitLab