I am new so sorry if I am in the wrong section.
I have a problem with the package ntheorem, it seems to put the end of theorem symbols in the wrong places!
I have an theorem in which I want an end of theorem marker, inside this there is an itemize environment, and ntheorem puts the end of theorem marker just after this instead of at the end.
My header looks as follows:
Code: Select all
\documentclass[a4paper,10pt,twoside,article,english]{memoir}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{babel}
\usepackage{amsmath,amssymb}
\usepackage{mathtools}
\usepackage[thmmarks]{ntheorem}
\usepackage{graphicx}
\makeevenhead{plain}{\thepage}{}{}
\makeoddhead{plain}{}{}{\thepage}
\makeevenfoot{plain}{}{}{}
\makeoddfoot{plain}{}{}{}
\usepackage{lmodern} %Bedre fonte, å er ikke a^o.
\usepackage[all]{xy} %Pakke til at lave diagrammer.
\SelectTips{cm}{} %Ændrer pilehovedet i xy.
\usepackage{microtype} %Giver pænere højre marginer.
My theorem definitions are as follows:
Code: Select all
\theoremseparator{.}
\theoremsymbol{$\bullet$}
\theorembodyfont{}
\newtheorem{theorem}{Theorem}
\newtheorem{conjecture}[theorem]{Conjecture}
\newtheorem{definition}{Definition}[chapter]
\newtheorem{proposition}[definition]{Proposition}
\newtheorem{lemma}[definition]{Lemma}
\newtheorem{corollary}[definition]{Corollary}
\newtheorem{remark}[definition]{Remark}
\newtheorem{example}[definition]{Example}
\newtheorem{construction}[definition]{Construction}
\theoremsymbol{$\square$}
\newtheorem*{bevis}{Proof}