From 96dc714c9dbc3bf14f5ed9b61289f0451828e6d5 Mon Sep 17 00:00:00 2001 From: Vel Date: Mon, 12 Sep 2022 13:35:10 +1200 Subject: [PATCH] This is a reminder to use the \glsfmtshort{} command instead of \gls{} in all captions and section commands when using a glossary entry. It will ensure the entry is output only, while still outputting the " ()" format for the first actual use of the entry. --- src/Satellites.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Satellites.tex b/src/Satellites.tex index 317b296..0e8cba2 100644 --- a/src/Satellites.tex +++ b/src/Satellites.tex @@ -27,7 +27,7 @@ many of which can be tracked by \gls{ground-station} operators on the \begin{framed} \centering \includegraphics[keepaspectratio=true,height=0.80\textheight,width=0.80\textwidth,angle=0]{satnogs-db-web.png} - \caption{\gls{SatNOGS-DB} website.} + \caption{\glsfmtshort{SatNOGS-DB} website.} \label{fig:satnogs-db-web} \end{framed} \end{figure}