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] | [List Home]


Subject: PassiveTeX problem


Hi,

I'm having difficulty getting PassiveTeX to generate DVI output for a
very simple DocBook file.

I am using PassiveTeX 1.25, xmltex-20020625 (1.9), teTeX 2.0.2,
docbook-xsl 1.64.1 and libxslt 1.1.2.

Here is my input file:

==>
<?xml version="1.0"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";>

<article>
  <section>
    <title>test</title>
    <itemizedlist>
      <listitem>
        <simpara>test</simpara>
      </listitem>
    </itemizedlist>
  </section>
</article>
<==

I convert it to XSL-FO using:

xsltproc \
  http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl \
  test.xml > test.fo

without any problems.  Then I try to create DVI output using:

xmltex test.fo

but I get this error:

! LaTeX Error: Something's wrong--perhaps a missing \item.

I put '\setcounter{errorcontextlines}{999}' near the beginning of
fotex.sty, and got a fuller error message:

! LaTeX Error: Something's wrong--perhaps a missing \item.
 
See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...
                                                   
\GenericError  ...
                                                  \endgroup
\addpenalty ...kipb \fi \fi \fi \else \@noitemerr
                                                  \fi
\@item ...f@newlist \addpenalty \@beginparpenalty
                                                  \addvspace \@topsep \addvs...
 
\E/:5:list-item-label ...{\ItemBox }{#1}\item [#1]
                                                  \FOlabel
\XML@doend ...me \expandafter {\the \XMLgrabtoks }
                                                  \XML@trace@warn {End Grabb...
l.2 ...ck>&#x2022;</fo:block></fo:list-item-label>
                                                  <fo:list-item-body start-i...

Can anyone help?

Thanks,
Tim.
*/

PGP signature



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