Skip to content

Commit

Permalink
Add missing styling of 'packageprefixname'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jun 11, 2023
1 parent d24fb42 commit 4dc1d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/packages.tex
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ \subsection{The within Clause}\label{the-within-clause}

\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.
\lstinline!Modelica.Mechanics.Rotational!, which is formed by concatenating the \lstinline[language=grammar]!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;
Expand Down

0 comments on commit 4dc1d80

Please sign in to comment.