Looking at the generated .tex file, the original reference to the
bibliography entry looks like this:
 \hyperlink{huck_finn}{[huck\_finn]}

The .xml reference is:
 <xref linkend="huck_finn"/>

The defining bibliography entry looks like this:

\bibitem{id280556}
  [huck\_finn] Mark Twain.
The Adventures of Huckleberry Finn.
Publisher C. L. Webster 1885.

The .xml definition is:
<bibliomixed>
<bibliomisc>
<anchor id="huck_finn" xreflabel="[huck_finn]"/>[huck_finn]  Mark
Twain.
The Adventures of Huckleberry Finn.
Publisher C. L. Webster 1885.
</bibliomisc>
</bibliomixed>

Shouldn't the first hyperlink reference be a \cite{} instead?

The \bibitem doesn't define the the mnemonic label [huck_finn].
Shouldn't that read:
\bibitem[huck_finn]{id280556}.

I don't know where in the tool chain the transformation from
bibliography citation and definition needs to occur, but it looks like
incorrect Latex output is being generated.

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to