Skip to content

Commit

Permalink
Fix build break by changing \autoref -> \cref (#2679)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Oct 9, 2020
1 parent 162c7fd commit 5e68773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/connectors.tex
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ \subsection{Expandable Connectors}\label{expandable-connectors}

Before generating connection equations non-parameter scalar variables and non-parameter array elements declared in expandable connectors are marked as only being
potentially present. A non-parameter array element may be declared with array dimensions \lstinline!:! indicating that the size is unknown (note that the size of
such a dimension cannot be determined using \lstinline!size!, see \autoref{array-dimension-and-size-functions}). This applies to both variables of simple types,
such a dimension cannot be determined using \lstinline!size!, see \cref{array-dimension-and-size-functions}). This applies to both variables of simple types,
and variables of structured types.

Then connections containing expandable connectors are elaborated:
Expand Down Expand Up @@ -267,7 +267,7 @@ \subsection{Expandable Connectors}\label{expandable-connectors}
\end{lstlisting}
\end{example}

An expandable connector array component for which \lstinline!size! is not defined (see \autoref{array-dimension-and-size-functions}) is referred to as a \emph{sizeless array component}. Such a
An expandable connector array component for which \lstinline!size! is not defined (see \cref{array-dimension-and-size-functions}) is referred to as a \emph{sizeless array component}. Such a
component may not be used without subscripts, and the subscripts must slice the array so that the sizeless dimensions are removed.

\begin{example}
Expand Down

0 comments on commit 5e68773

Please sign in to comment.