Skip to content

Commit

Permalink
Fix latexml issue with \neq in \lstinline math
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jun 3, 2020
1 parent f3efe1f commit e9a451c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/stream.tex
Expand Up @@ -365,7 +365,7 @@ \section{Stream Operator inStream and Connection Equations}\doublelabel{stream-o
\item
If all flows are zero,
\lstinline[mathescape=true]!inStream($m_{i}$.c.h_outflow)! =
\lstinline[mathescape=true]!sum($m_{j}$.c.h_outflow for $j \neq i$ and $m_{j}$.c.m_flow.min < 0) / $N_{\mathrm{p}}$!,
\lstinline[mathescape=true]!sum($m_{j}$.c.h_outflow for $j \neq{} i$ and $m_{j}$.c.m_flow.min < 0) / $N_{\mathrm{p}}$!,
i.e., it is the mean value of all the $N_{\mathrm{p}}$ variables
\lstinline[mathescape=true]!$m_{j}$.c.h_outflow!, such that $j \neq i$ and
$m_{j}\text{\lstinline!.c.m_flow.min!} < 0$. This is a
Expand Down

0 comments on commit e9a451c

Please sign in to comment.