Thanks, i just figured out
docbook45.conf
------------------
# [[[id]]]
[anchor3-inlinemacro]
<anchor id="{1}" xreflabel="[{counter:bibliography1}]"/>
#<anchor id="{1}" xreflabel="[{1}]"/>
----------
On Sat, Jun 18, 2011 at 8:34 PM, Oleksandr Lavrushchenko
<[email protected]>wrote:> Hi all, > > i have some trouble with double numbering in bibliography in bib entries, > when i building tex. > > For example, test.txt: > > = some book > :author: A L Author > :Author Initials: AA > :email: [email protected] > :toc: > :icons: > :doctype: book > :encoding: utf-8 > :revnumber: v0.35 > :revdate: 2011-06-17 > :localdate: {sys: date +%Y-%m-%d} > :description: some book > :lang: ru > > = Bla > bla bla <<l3-1>>. > > [bibliography] > === Bib > [bibliography] > - [[[l3-1]]] some article > > > a2x -d book --icons -v --dblatex-opts "-b xetex" -k -f tex test.txt > > <bibliography id="_Bib"> > <title>Bib</title> > <bibliodiv> > <bibliomixed> > <bibliomisc> > <anchor id="l3-1" xreflabel="[1]"/>[1] some article > </bibliomisc> > </bibliomixed> > </bibliodiv> > </bibliography> > > So AsciiDoc insert extra [1], which than appear in final pdf, like: > > [1] [1] some article > > first item generated by xelatex, second - earlier by asciidoc. > > How to tell asciidoc do not place this [1] in anchor text. > > Thanks. > -- 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.
