I am making a table with 6 columns. It's a longtable environment.
I would like the table to end with a vertical line before the right hand side edge of the page. But even though i specify the column widths of all the columns and specify that a vertical line be inserted at the end, the horizontal lines of the table always go to the edge of the page and no vertical line is visible.
here is my code:
Code: Select all
\begin{longtable}[l]{|p{1in}p{1.5in}p{1.5in}p{1in}p{1.5in}p{0.5in}|}
\hline
%whole bunch of data - does not require wrapping, multiple lines or multiple columns.
\hline
\end{longtable}