Skip to content

Commit

Permalink
Force a line break after paragraph to not conflict the display
Browse files Browse the repository at this point in the history
The following frame box gets distorted if the code section does not start at the beginning of a line.

One could argue that paragraph headings should always have a line break after the name.
  • Loading branch information
dietmarw committed Nov 16, 2020
1 parent 364c1a4 commit aeed241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1840,7 +1840,7 @@ \subsubsection{Conversion rules}\label{conversion-rules}
\end{lstlisting}
\end{example}

\paragraph*{convertModifiers}\label{convertmodifiers}
\paragraph*{convertModifiers}\label{convertmodifiers}\mbox{}\\

\begin{lstlisting}[language=modelica]
convertModifiers("OldClass",
Expand Down

0 comments on commit aeed241

Please sign in to comment.