Skip to content

Commit

Permalink
Break too long line before 'textString'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Nov 9, 2020
1 parent 2ae1975 commit 8a27ed6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@ \section{Annotations for Graphical Objects}\label{annotations-for-graphical-obje
annotation(
Icon(coordinateSystem(extent = {{-100, -100}, {100, 100}}),
graphics = {Rectangle(extent = {{-100, -100}, {100, 100}}),
Text(extent = {{-100, -100}, {100, 100}}, textString = "Icon")}));
Text(extent = {{-100, -100}, {100, 100}},
textString = "Icon")}));
\end{lstlisting}
\end{example}

Expand Down

0 comments on commit 8a27ed6

Please sign in to comment.