Aditya Mahajan wrote:

I get the same error as Kevin:

! Undefined control sequence.
<argument> ... [\bibrefprefix ][\sectionseparator
                                                  ]

Add this to fix the error:

\def\preparebibreflist#1{\def\bibreflist{#1}}%

see attached files.


For Hans: the attached test file demonstates one of the reasons
why this is still broken.

Both pages now have a link to a publication, but because of the
over-simplication of \preparebibrefprefix and \preparebibreflist,
these both point to the same label (the one on page one), and
luatex complains:

  LuaTeX warning (ext4): destination with the same identifier
  (name{WhoAmI2009}) has been already used, duplicate ignored

That is the problem these two macros were addressing, and I
have no idea how to do the same in the new structure code.

Best wishes,
Taco

Attachment: bibfail.tex
Description: TeX document

@TechReport{WhoAmI2009,
          author =       {Who Am I},
            title =        {Foo, Bar, Baz},
              institution =  {Boo},
                year =         {2009},
                  number =       {42},
                    month =        {January}
}

Attachment: bibfail.pdf
Description: Adobe PDF document

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to