ntheorem cannot cope with tabular

Bug #1260002 reported by Jaakov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
texlive-extra (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Package: texlive-latex-extra
Version: 2013.20130722-1

Consider the following piece of code:
\documentclass{article}
\usepackage[thmmarks]{ntheorem}
\theoremstyle{break}
\theoremsymbol{QED}
\newtheorem{beispiel}{Beispiel}
\begin{document}
\begin{beispiel}
\begin{tabular}{lll}
bla & bla &bla\\
bla & bla &bla\\
bla & bla &bla\\
bla & bla &bla
\end{tabular}
\end{beispiel}
\end{document}

Run pdflatex on it. The output has two problems:
1) The table overlaps the header of the theorem. We expect that the table should start below the header.
2) The QED string is to the right of the table, vertically centered with respect to the table. We expect that QED is placed right-justified either on the line after the table or on the last line of the table.

We do not wish to change the contents of the environment to adapt to this bug (for which there are many ad-hoc ways). Rather, we wish to improve ntheorem such that it automatically places the table and the QED symbol on the right places. Any help is appreciated.

Revision history for this message
Jaakov (jaakov-deactivatedaccount) wrote :
Anders (eddiedog988)
Changed in texlive-extra (Ubuntu):
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.