Jürgen Spitzmüller wrote: > Thanks for the report, I added it here: > http://bugzilla.lyx.org/show_bug.cgi?id=4078#c15
The fix, btw, is simple. Just change in amsmaths.inc, here: Style Notation* CopyStyle Remark* LatexName notation* LabelString "Notation." Preamble \theoremstyle{remark} \newtheorem*{notation*}[thm]{Notation} EndPreamble End the preamble definition to Preamble \theoremstyle{remark} \newtheorem*{notation*}{Notation} EndPreamble Jürgen