Math & Sciencentheorem | End of Theorem Markings

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
tk
Posts: 1
Joined: Fri Sep 17, 2010 4:37 pm

ntheorem | End of Theorem Markings

Post by tk »

Hi

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 system administrator tells me that we have the newest version of ntheorem!

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}
I have no idea what is wrong... Can anybody help?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

ntheorem | End of Theorem Markings

Post by localghost »

For a clear description of the problem please always provide a full but minimal example that is compilable out of the box. This will increase the chance for you to get specific help.


Best regards and welcome to the board
Thorsten
Post Reply