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: Undefined control sequence


On Thu, Dec 13, 2001 at 10:28:33AM -0700, Rankine, Alastair J (Alastair) wrote:

> ! Undefined control sequence.
> \NoTableCell ...1}\CurrentCellWidth =\wd 0 \DEBUg 
>                                                   {report \the

Try this obviously-correct patch:

--- fotex.sty.orig	Thu Dec 13 17:42:11 2001
+++ fotex.sty	Thu Dec 13 17:42:42 2001
@@ -325,7 +325,7 @@
   \CurrentCellWidth\z@
   \setbox0=\hbox{#1}%
   \CurrentCellWidth=\wd0
-\DEBUg{report \the\CurrentCellWidth}%
+\DEBUG{report \the\CurrentCellWidth}%
  \else
   \CurrentCellWidth=\csname fotable\the\AbsoluteTableCount:\the\CellCount\endcsname
  \fi

Tim.
*/


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