Thursday, July 28, 2005

Long table

usepackage{longtable}
begin{longtable}{|c|c|c|c|}
caption[cap in list]{long table first caption} % 1
hline hf & hf & hf & hf endfirsthead % 2
caption[]{(continued)} % 3
hline hs & hs & hs & hs endhead % 4
hline % start...
content 1 & cont 2 & cont 3 & cont 4
%....................
hline
end{longtable}

No comments:

Post a Comment