OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK-APPS: 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC