From c2520a775c27c547bfde553288f972829dc21d3c Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Tue, 7 Jul 2020 09:46:01 +0200 Subject: [PATCH] Remove hard-coded section name after \cref In the rare cases where the name of the section should be displayed, we should use \crefnameref, but I don't think this is one of those cases. --- chapters/annotations.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/annotations.tex b/chapters/annotations.tex index ea8c3820a..0a618055f 100644 --- a/chapters/annotations.tex +++ b/chapters/annotations.tex @@ -508,7 +508,7 @@ \subsubsection{Graphical Properties}\doublelabel{graphical-properties} P\textsubscript{34} and P\textsubscript{4}. The values of the \lstinline!EllipseClosure! enumeration specify if and how the -endpoints of an elliptical arc are to be joined (see \cref{ellipse} Ellipse). +endpoints of an elliptical arc are to be joined (see \cref{ellipse}). \begin{lstlisting}[language=modelica] type Arrow = enumeration(None, Open, Filled, Half);