Tagged Questions
1
vote
1answer
105 views
Misplaced supertabular at the bottom of a page
I want to write a table which is too long to fit in the middle of a page. So I thought of using supertabular. My code is
\documentclass[11pt]{article}
\usepackage{supertabular}
\begin{document}
...
2
votes
1answer
137 views
mdframed and supertabular disagreeing on positioning (supertabular bug?)
Finding that a certain table in my document had to span several pages, and that longtable doesn't fit the bill because I have to change the running header mid-table, I turned to supertabular.
To get ...