Skip to content

Commit

Permalink
Change paragraph to sentence-based line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jun 11, 2023
1 parent f97272b commit d24fb42
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions chapters/packages.tex
Expand Up @@ -263,11 +263,9 @@ \subsection{The within Clause}\label{the-within-clause}
For a sub-entity of an enclosing structured entity, the \lstinline!within!-clause shall designate the class of the enclosing entity; and this class must exist and must not have been defined using a short class definition.

\begin{example}
The subpackage \lstinline!Rotational! declared within
\lstinline!Modelica.Mechanics! has the fully qualified name
\lstinline!Modelica.Mechanics.Rotational!, which is formed by concatenating
the packageprefixname with the short name of the package. The
declaration of \lstinline!Rotational! could be given as below:
The subpackage \lstinline!Rotational! declared within \lstinline!Modelica.Mechanics! has the fully qualified name
\lstinline!Modelica.Mechanics.Rotational!, which is formed by concatenating the packageprefixname with the short name of the package.
The declaration of \lstinline!Rotational! could be given as below:
\begin{lstlisting}[language=modelica]
within Modelica.Mechanics;
package Rotational // Modelica.Mechanics.Rotational
Expand Down

0 comments on commit d24fb42

Please sign in to comment.