<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.5848" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Hello Axel,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Yes, I need the borders, it's part of the format of the thing (of course the arabic numerals I have added for convenience).</DIV>
<DIV>&nbsp;</DIV>
<DIV>I will try these suggestions, thank-you!</DIV>
<DIV>&nbsp;</DIV>
<DIV>K<BR><BR>&gt;&gt;&gt; Axel Kielhorn &lt;a.kielhorn@web.de&gt; 26/10/2009 1:45 pm &gt;&gt;&gt;<BR><BR>Am 26.10.2009 um 18:09 schrieb Karljurgen Feuerherm:<BR><BR>&gt; Hi<BR>&gt;<BR>&gt; I'm typesetting the Code of Hammurapi for my class. It features very <BR>&gt; long columns which should be formatted in newspaper style (get to <BR>&gt; bottom of page, start at top of next column; repeat on subsequent <BR>&gt; pages as necessary).<BR>&gt;<BR>&gt; Evidently tabular won't wrap across columns, and I'd prefer for <BR>&gt; obvious reasons not to have to insert manual breaks.<BR>&gt;<BR>&gt; What's my best/simplest bet for doing this? Current code below (the <BR>&gt; cuneiform won't show up of course unless you have an appropriate <BR>&gt; font). Sample of what it looks like attached (assuming attachments <BR>&gt; get through...)<BR>&gt;<BR>&gt; (Side-bonus: if the empty first box--above "26" and to the left of <BR>&gt; "§1" could not have borders, and likewise below, that would be nice <BR>&gt; too.)<BR>&gt;<BR>&gt; Thanks!<BR><BR>Do you really need the borders?<BR>If you want to get rid of the top left border use<BR>\cline{2} instead of the first \hline<BR>and<BR>\multicolumn{1}{c|}{}<BR>instead of the \mbox{}<BR><BR>(Not tested, I'm lacking the wood to build a scaffolding for your <BR>snipped.)<BR><BR>You could use a list environment like itemize to brake the table into <BR>paragraphs, reducing \itemsep for a tighter look.<BR><BR>\begin{itemize}<BR>\itemsep 0pt %<BR>\item[\begin{turn}{90}{26}\end{turn}] \LARGE{???? ?????? ??????}<BR>\end{itemize}<BR><BR>I'm not sure about the environment in the optional argument, you may <BR>need to use a \rotatebox instead. (And I'm not sure whether that will <BR>work with xdvipdfmx.)<BR><BR>If you want the borders around the cuneiform, you can put them into a <BR>\framebox[]{}<BR><BR>If you want to stick with tables, there is supertabular, that should <BR>work.<BR><BR>Axel<BR></DIV></BODY></HTML>