Compare two revisions of: Structure of problems

... ... @@ -16,7 +16,7 @@ and should end with
16 16
17 17 If you created a new problem in the file explorer with type Problem and template Problem the lines `\usepackage{mumie.genericproblem}` and `\embedmathlet{gwtmathlet}` will already be there.
18 18
19 -<div class="alert">NoticeL: If you have additional content like text, formulas and so on outside the problem environment, make sure to insert an empty line before the \begin{problem}. Otherwise you might get a cryptic compilation error: <i>Improper nesting: environment "problem" must be closed before paragraph can be closed.</i></div>
19 +<div class="alert">Notice: If you have additional content like text, formulas and so on outside the problem environment, make sure to insert an empty line before the \begin{problem}. Otherwise you might get a cryptic compilation error: <i>Improper nesting: environment "problem" must be closed before paragraph can be closed.</i></div>
20 20
21 21 ```LaTeX
22 22 ..some text and other content outside of the problem environment...
23 23