Document class: article
Used module for theorems: theorems(AMS)
Usually, after every proof, there is this white square (\qed) on the right side.
I would like to set this box also after every theorem (remark, definition, proposition etc.) and define this in my latex preamble under "Document/Settings/latex preamble".
After browsing the web for hours, I just found people with the same problem, but no proper solutions.
Thank you very much for your help!!
PS: This is my LaTeX preamble at the moment:
Code: Select all
\newtheoremstyle{definition}
{}% measure of space to leave above the theorem. E.g.: 3pt
{}% measure of space to leave below the theorem. E.g.: 3pt
{\it}% name of font to use in the body of the theorem
{}% measure of space to indent the head
{\bf}% name of head font
{.}% punctuation between head and body
{ }% space after theorem head; " " = normal interword space
{}% Manually specify head
\newtheoremstyle{remark}
{}% measure of space to leave above the theorem. E.g.: 3pt
{}% measure of space to leave below the theorem. E.g.: 3pt
{\it}% name of font to use in the body of the theorem
{}% measure of space to indent the head
{\bf}% name of head font
{.}% punctuation between head and body
{ }% space after theorem head; " " = normal interword space
{}% Manually specify head