Skip to content

Commit

Permalink
Remove hard-coded section name after \cref
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
henrikt-ma committed Jul 7, 2020
1 parent 03a40f0 commit c2520a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/annotations.tex
Expand Up @@ -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);
Expand Down

0 comments on commit c2520a7

Please sign in to comment.