Skip to content

Commit

Permalink
Fix typo reported by @maltelenz
Browse files Browse the repository at this point in the history
Co-authored-by: Malte Lenz <malte.lenz@gmail.com>
  • Loading branch information
henrikt-ma and maltelenz committed Oct 19, 2020
1 parent 10f165e commit 2b7b9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ \subsubsection{Text Markup in Captions}\label{text-markup-in-captions}

Links take the form \lstinline!%[$\mathit{text}$]($\mathit{link}$)!, where the \lstinline![$\mathit{text}$]! part is optional. Text markup escape sequences don't apply inside the $\mathit{link}$, which can be in either of the following forms:
\begin{itemize}
% Use very short Modelica URI combined with carefull chosen wording below to deal with difficult line breaking.
% Use very short Modelica URI combined with carefully chosen wording below to deal with difficult line breaking.
\item A URI. Well established schemes such as \lstinline[language={[nocomment]modelica}]!https://github.com/modelica/ModelicaSpecification! or \lstinline[language={[nocomment]modelica}]!modelica://Modelica!, as well as lesser known schemes may be used. (A tool that has no special recognition of a scheme can try sending the URI to the operating system for interpretation.)
\item A \lstinline!variable:$\mathit{id}$!, where $\mathit{id}$ is a component reference in the form of \lstinline[language=grammar]!component-reference! in the grammar, such as \lstinline!inertia1.w!.
\item A \lstinline!plot:$\mathit{id}$!, where $\mathit{id}$ is the identifier of a \lstinline!Plot! in the current \lstinline!Figure!.
Expand Down

0 comments on commit 2b7b9b1

Please sign in to comment.