<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 1 November 2015 at 10:23, Gerard E. Seibert <span dir="ltr"><<a href="mailto:jerry@seibercom.net" target="_blank">jerry@seibercom.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have no idea if this is even possible, but I thought I would ask anyway.<br>
<br>
That are times when I need to add an extra "column" in a given row in a<br>
table. I know I can combine the columns with "\multicolumn" and<br>
use "\multirow" to divide the cell in half vertically;however, I want to be<br>
able to divide the cell horizontally. Is that possible?<br>
<br>
Thanks!<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Jerry</font></span></blockquote></div><br><br></div><div class="gmail_extra">Lots of ways eg<br><br></div><div class="gmail_extra"> ... cell1 & <br></div><div class="gmail_extra">\begin{tabular}{@{}l|l@{}}<br></div><div class="gmail_extra">half of cell2 & half of cell 2<br></div><div class="gmail_extra">\end{tabular}&<br></div><div class="gmail_extra">cell 3<br><br><br></div><div class="gmail_extra">but it depends on the context. the above looks more or less the same as<br><br></div><div class="gmail_extra">cel11<br></div><div class="gmail_extra">half of cell 2 \vline half of cell2&<br></div><div class="gmail_extra">cell 3<br><br></div><div class="gmail_extra">so you may not need any "table column" markup at all.<br><br></div><div class="gmail_extra">David<br><br></div><div class="gmail_extra"><br></div></div>