Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!ucla-cs!twinsun!dorab From: dorab@rise.twinsun.com (Dorab Patel) Newsgroups: comp.text.tex Subject: how to get a half-height vrule in a LaTeX table? Message-ID: <1990Nov20.021854.1289@twinsun.com> Date: 20 Nov 90 02:18:54 GMT Sender: news@twinsun.com Organization: Twin Sun, Inc Lines: 36 Originator: dorab@rise Nntp-Posting-Host: rise in a cell of a table, formed with LaTeX's tabular environment, i'd like to have a centered vrule that runs from the center of the cell to the bottom of the cell. -------------------------------------- | this is | 1234567890 | | | a test of | | | | the table | | | | <-- the vrule is in this cell | stuff | | | | -------------------------------------- using \begin{tabular}{|p{0.4in}|c|c|} \hline this is a test of the table stuff & 1234567890 & \vline \\ \hline \end{tabular} results in something like -------------------------------------- | this is | 1234567890 | | | | a test of | | | | | the table | | | | | stuff | | | | -------------------------------------- which is not quite what i want. any suggestions? please email and i'll summarize. thanks 'dorab