From 67d3c6f8b3b73e914290124f6ca0186a02f521e1 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Wed, 25 Sep 2024 11:44:32 +0200 Subject: [PATCH] Work around bug in aa.cls --- lib/templates/Articles/Astronomy_%26_Astrophysics.lyx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/templates/Articles/Astronomy_%26_Astrophysics.lyx b/lib/templates/Articles/Astronomy_%26_Astrophysics.lyx index 3fa547588e..b1edda6477 100644 --- a/lib/templates/Articles/Astronomy_%26_Astrophysics.lyx +++ b/lib/templates/Articles/Astronomy_%26_Astrophysics.lyx @@ -5,6 +5,15 @@ \save_transient_properties true \origin /systemlyxdir/templates/Articles/ \textclass aa +\begin_preamble +% work around bug in the class +% see https://tex.stackexchange.com/questions/690753 +\usepackage[colorlinks=true, + linkcolor=blue, + citecolor=blue, + filecolor=blue, + urlcolor=blue]{hyperref} +\end_preamble \options referee, bibauthoryear \use_default_options true \maintain_unincluded_children no -- 2.39.5