Package: dblatex
Version: 0.3-2

I mentioned in BTS report #682936 that using <book lang="nn"> caused
these errors when trying to build the PDF:

freeculture.nb.tex:833: Use of \HyPsd@RemoveMask doesn't match its definition.
freeculture.nb.tex:833: leading text: \chapter{"Piratvirksomhet"}
freeculture.nb.tex:833: Undefined control sequence \HyPsd@End.
freeculture.nb.tex:833: leading text: \chapter{"Piratvirksomhet"}
freeculture.nb.tex:833: Paragraph ended before \HyPsd@RemoveBraces was complete.
freeculture.nb.tex:833: leading text: \chapter{"Piratvirksomhet"}
freeculture.nb.tex:833: Extra }, or forgotten \endgroup.
freeculture.nb.tex:833: leading text: \chapter{"Piratvirksomhet"}
freeculture.nb.tex:833: Argument of \HyPsd@CheckCatcodes has an extra }.
freeculture.nb.tex:833: leading text: \chapter{"Piratvirksomhet"}
freeculture.nb.tex:833: Paragraph ended before \HyPsd@CheckCatcodes was 
complete.
freeculture.nb.tex:833: leading text: \chapter{"Piratvirksomhet"}
freeculture.nb.tex:836: Paragraph ended before \HyPsd@RemoveMask was complete.
freeculture.nb.tex:853: Something's wrong--perhaps a missing \item.
freeculture.nb.tex:853: leading text: \end{quote}
freeculture.nb.tex:896: Something's wrong--perhaps a missing \item.
freeculture.nb.tex:896: leading text: \end{quote}
freeculture.nb.tex:896: Missing { inserted.
freeculture.nb.tex:896: leading text: \end{quote}

I've been able to figure out why and create an example triggering this
bug.

This docbook document demonstrate the problem:

<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; >
<book lang="en">
  <bookinfo>
    <title>Your title here</title>
  </bookinfo>
  <part>
    <title>"Test"</title>
    <chapter>
      <title>"Another test"</title>
      <para>
        Bla, bla, bla.
      </para>
    </chapter>
  </part>
</book>

The problem is the <title> of the part and chapter.  Using double
quote (") in the title causes the build to fail.  Relacing it with
<quote> and </quote> hide the problem.

Any idea what is going on here?

-- 
Happy hacking
Petter Reinholdtsen


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to