commit 01c184b9874a0f2e7a222c7a8e5f2599fd8320b5
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Wed Sep 25 14:34:34 2024 +0200

    Work around bug in aa.cls
---
 lib/examples/Articles/Astronomy_%26_Astrophysics.lyx | 12 ++++++++++++
 status.24x                                           |  3 ++-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/lib/examples/Articles/Astronomy_%26_Astrophysics.lyx 
b/lib/examples/Articles/Astronomy_%26_Astrophysics.lyx
index b9a4f3df49..f9fa83faab 100644
--- a/lib/examples/Articles/Astronomy_%26_Astrophysics.lyx
+++ b/lib/examples/Articles/Astronomy_%26_Astrophysics.lyx
@@ -5,6 +5,15 @@
 \save_transient_properties true
 \origin /systemlyxdir/examples/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
 \use_default_options true
 \maintain_unincluded_children no
 \language english
@@ -30,6 +39,8 @@
 \output_sync 0
 \bibtex_command bibtex
 \index_command default
+\float_placement class
+\float_alignment class
 \paperfontsize default
 \spacing single
 \use_hyperref false
@@ -54,6 +65,7 @@
 \suppress_date false
 \justification true
 \use_refstyle 0
+\use_formatted_ref 0
 \use_minted 0
 \use_lineno 0
 \index Index
diff --git a/status.24x b/status.24x
index 36e8f7651a..7dd76024cc 100644
--- a/status.24x
+++ b/status.24x
@@ -52,7 +52,8 @@ What's new
 
 - Fix size of Logical and/or characters in LaTeX output (bug 13099).
 
-- Work around bug in aa.cls in the "Astronomy & Astrophysics" template.
+- Work around bug in aa.cls in the "Astronomy & Astrophysics" template
+  and example documents.
 
 
 * USER INTERFACE
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to