Skip to content

Commit

Permalink
Fix bad use of dollar sign in listing without mathescape
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Feb 16, 2023
1 parent 3f4875d commit d828ccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1917,9 +1917,9 @@ \subsection{Version Date and Build Information}\label{version-date-and-build-inf
\annotationindex{versionDate}\annotationindex{versionBuild}\annotationindex{dateModified}\annotationindex{revisionId}

\begin{example}
\begin{lstlisting}[language=modelica,mathescape=false]
\begin{lstlisting}[language=modelica,mathescape=false,escapechar=!]
package Modelica
$\ldots$
!$\ldots$!
annotation(
version = "3.0.1",
versionDate = "2008-04-10",
Expand Down

0 comments on commit d828ccc

Please sign in to comment.