i'm messing around with the ntheorem package for about one week by now and still can't get it to do want i want...

in the past i used the package amsmath with something like this:
Code: Select all
\theoremstyle{plain}
\newtheorem{satzenv}{Satz}[section]
\newtheorem{lemenv}{Lemma}[section]
\theoremstyle{definition}
\newtheorem{defenv}{Definition}[section]
\newtheorem{bspenv}{Beispiel}[section]
\theoremstyle{remark}
\newtheorem*{bemenv*}{Bemerkung}
\newtheorem*{vereinbenv}{Vereinbarung}
now i'm trying to get the same appearance using ntheorem (because i want to use other features of this package). my code is something like this:
Code: Select all
\theoremstyle{plain}
\newframedtheorem{satzenv}{Satz}[section]
\newtheorem{lemenv}{Lemma}[section]
\theorembodyfont{\upshape}
\newtheorem{defenv}{Definition}[section]
....
I call the package by
Code: Select all
\usepackage[framed, amsthm]{ntheorem}
Code: Select all
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman, english]{babel}
\usepackage{array, paralist}
\usepackage[pdftex]{geometry}
\usepackage{amsmath, amssymb}
\usepackage{multicol, multirow}
\usepackage{ulem}
\usepackage{makeidx}
\usepackage[ngerman, english]{varioref}
\usepackage{bbm, stmaryrd}
\usepackage{calc}
\usepackage{wrapfig, picins}
\usepackage{ifthen}
\usepackage{color}
\usepackage{marginnote}
\usepackage{framed}
\usepackage[framed, amsthm]{ntheorem}
\usepackage[bookmarksopen, colorlinks=false, pdfpagemode=UseNone, pdfstartview=Fit]{hyperref}