This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: simplelist within entry


I think there are two bugs here: I found a smaller test case (<entry/>
in place of your entry) that one part of this patch fixed, but the
full test case needed the other part as well to complete a run.

Unfortunately, the output is very bad, since I don't really know any
TeX.  But hopefully it helps someone who does..

Tim.
*/

--- /usr/share/texmf/tex/xmltex/passivetex/fotex.sty	Fri Dec  7 15:06:37 2001
+++ fotex.sty	Fri Dec 14 10:36:02 2001
@@ -281,6 +281,7 @@
     \global\NCols\FOcolumnnumber
    \fi
    \ifx\prop@width\FOcolumnwidth\def\FOcolumnwidth{1in}\fi
+   \ifx\FOcolumnwidth\@empty\def\FOcolumnwidth{1in}\fi
    \TablePercentToDimen{\FOcolumnwidth}%
    \addToArray{fotable\the\AbsoluteTableCount:}{\the\@tempdima}%
    \DEBUG{Table Column \the\NCols, in Table \the\AbsoluteTableCount, 
@@ -321,7 +322,7 @@
  \else
     \global\advance\CellCount by 1
  \fi
- \ifnum\NCols<1
+ \ifnum\NCols<2
   \CurrentCellWidth\z@
   \setbox0=\hbox{#1}%
   \CurrentCellWidth=\wd0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]