Skip to content

Commit

Permalink
Fix typos and improved wording reported by @matlelenz
Browse files Browse the repository at this point in the history
  • Loading branch information
otronarp committed Jun 15, 2020
1 parent e28c54d commit 561af3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions chapters/annotations.tex
Expand Up @@ -121,7 +121,7 @@ \subsection{Annotations for Figures}\doublelabel{annotations-for-figures}
must be unique among all \lstinline!Figure! annotations within the same
\lstinline!figures! annotation as well as among all \lstinline!figures!
annotations from inherited classes. A \lstinline!Plot! \lstinline!identifier!
on the otherhand is only required to be unique among the \lstinline!plots! in
on the other hand is only required to be unique among the \lstinline!plots! in
the the same \lstinline!Figure! annotation.

\begin{nonnormative}
Expand All @@ -134,7 +134,7 @@ \subsection{Annotations for Figures}\doublelabel{annotations-for-figures}
Every \lstinline!Plot! has an automatically generated \emph{label} which is
required to be shown as soon as at least one \lstinline!Plot! in the
\lstinline!Figure! has an \lstinline!identifier!. A tool is free to choose both
labeling scheme (such as \emph{a}, \emph{b}, \dots, or \emph{i}, \emph{ii}, \dots) placement in the plot,
labeling scheme (such as \emph{a}, \emph{b}, \dots, or \emph{i}, \emph{ii}, \dots), placement in the plot,
and styling in the plot itself as well as in other contexts.

When a \lstinline!Figure! defines a non-empty \lstinline!group!, it is used to
Expand Down Expand Up @@ -170,7 +170,7 @@ \subsubsection{Plot Curves}\doublelabel{plot-curves}
\lstinline!x! and/or \lstinline!y!. Providing the empty string as
\lstinline!legend! means that the curve shall be omitted from the plot legend.
Variable replacements, as described in \autoref{variable-replacements}, can be
used in the \lstinline!legend! of \lstinline!Curve!
used in the \lstinline!legend! of \lstinline!Curve!.

\subsubsection{Axis Properties}\doublelabel{axis-properties}
Properties may be defined for each \lstinline!Plot! axis:
Expand Down Expand Up @@ -230,7 +230,7 @@ \subsubsection{Text Markup in Captions}\doublelabel{text-markup-in-captions}
\begin{itemize}
\item A URI, such as
\lstinline!https://github.com/modelica/ModelicaSpecification! or
\lstinline!modelica:///Modelica.Blocks!.
\lstinline!modelica://Modelica.Blocks!.
\item A \lstinline!variable:<id>!, where \lstinline!<id>! is a component
reference such as \lstinline!inertia1.w!.
\item A \lstinline!plot:<id>!, where \lstinline!<id>! is the identifier of a
Expand All @@ -240,8 +240,8 @@ \subsubsection{Text Markup in Captions}\doublelabel{text-markup-in-captions}
When \lstinline![<text>]! is omitted, a Modelica tool is free to derive a default based on
the \lstinline!<link>!.

The styling of the link text and the link action is left for each Modelica tool
to decide.
The styling of the link text, as well as the link action, is left for each Modelica
tool to decide.

\begin{nonnormative}
For example, \lstinline!%(inertia1.w)! could be displayed as the text
Expand Down

0 comments on commit 561af3a

Please sign in to comment.