Re: [Boost-docs] [quickbook][phoenix] Can't build Phoenix as a PDF.

Subject: Re: [Boost-docs] [quickbook][phoenix] Can't build Phoenix as a PDF.
From: Daniel James (dnljms_at_[hidden])
Date: 2011-06-21 19:50:19


On 21 June 2011 19:01, John Maddock <boost.regex_at_[hidden]> wrote:
>
> Am I correct in thinking that these anchors are created by quickbook?

Yes, they're created for headings. The markup looks like this:

  <anchor id="phoenix.preface"/>
  <bridgehead renderas="sect1" id="phoenix.preface-heading">
    <link linkend="phoenix.preface">Preface</link>
  </bridgehead>

At one point I tried:

  <bridgehead renderas="sect1" id="phoenix.preface">
    <link linkend="phoenix.preface">Preface</link>
  </bridgehead>

But using the linkend inside the bridgehead with the id it links to
caused something to go wrong (I forget what). If we didn't make
headers link to themselves, there wouldn't be a need to add an anchor.
It's not really a very useful feature in pdfs, so I could possibly add
a flag to disable it.


This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:41 UTC