Tagged Questions
0
votes
1answer
75 views
ntheorem not placing marker on next line
Hi does anyone have a solution to this:
\documentclass[12pt,reqno,a4paper,draft]{article}
\usepackage[margin=3.cm,heightrounded]{geometry}
\usepackage{mathtools,amsmath,amssymb}
...
4
votes
1answer
1k views
Bad math environment delimiter: ntheorem with thmmarks, Display math and split
Using a combination of \usepackage[amsmath,thmmarks]{ntheorem}, display math enclosed in \[ \] and a \begin{split} environment inside it, pdflatex freaks out completely:
! LaTeX Error: Bad math ...
3
votes
1answer
275 views
Problem with solution to ntheorem and bad boxes; involves \newtheoremstyle
I'm using the ntheorem package to display endmarks on my examples/defns, etc. The problem is that it creates lots of bad boxes when the titles on theorems etc. are too long. I found a solution ...