Skip to content

Commit

Permalink
Use \lstinline for grammar rule name
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Mar 3, 2021
1 parent aad77fe commit 1d1a523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/packages.tex
Expand Up @@ -216,8 +216,8 @@ \section{Mapping Package/Class Structures to a Hierarchical File System}\label{m

\subsection{Mapping a Package/Class Hierarchy into a Directory Hierarchy (Structured Entity)}\label{mapping-a-package-class-hierarchy-into-a-directory-hierarchy-structured-entity}

A directory shall contain a node, the file \filename{package.mo}. The node shall contain a stored-definition that defines a class \lstinline!A! with a name
matching the name of the structured entity.
A directory shall contain a node, the file \filename{package.mo}.
The node shall contain a \lstinline[language=grammar]!stored-definition! that defines a class \lstinline!A! with a name matching the name of the structured entity.

\begin{nonnormative}
The node typically contains documentation and graphical information for a package, but may also contain additional elements of the class \lstinline!A!.
Expand Down

0 comments on commit 1d1a523

Please sign in to comment.