From fc6a9c1b2862583240d12cde235c736ed8ed2e1b Mon Sep 17 00:00:00 2001
From: John Swinbank <swinbank@astron.nl>
Date: Tue, 17 Aug 2021 18:34:00 +0200
Subject: [PATCH] Don't use the ugly Appx

---
 texmf/tex/latex/astron/astron.cls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/texmf/tex/latex/astron/astron.cls b/texmf/tex/latex/astron/astron.cls
index fd17a40..4e3e3ed 100644
--- a/texmf/tex/latex/astron/astron.cls
+++ b/texmf/tex/latex/astron/astron.cls
@@ -96,7 +96,7 @@
 % Use lower-case-p for pages references.
 \crefname{page}{page}{pages}
 % Abbreviations for appendix when not at the start of a sentence
-\crefname{appendix}{Appx.}{Appxs.}
+\crefname{appendix}{Appendix}{Appendices}
 \Crefname{appendix}{Appendix}{Appendices}
 % Use ยง for section references, except at the beginning of sentences.
 \crefformat{section}{\S#2#1#3}
-- 
GitLab