Is there a way to circumvent duplicate references to the same article? For example, if I have a page with some text

text (...) <bib>key1<bib> (...) some more text (...) <bib>key1<bib>

then the reference that corresponds to key1 is reffered to as [1] the first time and [2] the second time, and also shows up twice in the reference list. Is this normal behavior, and does anybody know how to get both references point to the same item, i.e. both are referred to as [1]?

Comments

leop’s picture

<bib>key1<bib>

should of course be

<bib>key1</bib>

rjerome’s picture

Regrettably, that is the "normal" although maybe not the desirable behavior.

Are you using the footnote module as well, or just the built in footnote capability?

Ron.

leop’s picture

Thanks Ron. I tried the footnote module, but it seems a little strange to refer to an article with a footnote:

According to 1 a water molecule consists of two hydrogen and one oxygen atoms.

rather than

According to [1] a water molecule consists of two hydrogen and one oxygen atoms.

I think the second style is better, so I'm not using the footnote module. Furthermore, I don't like the [#...] style option, because it creates these fn# numbers and does not draw a line at the bottom of the page.

rjerome’s picture

I'll take a look a the code and see if I can't loop through all the text first to build a list of references and then try to make duplicates point to a single reference.

Ron.

leop’s picture

That would be great!

watertonite’s picture

Has there been any resolution to this yet? The same behaviour that leo_pape describes occurs for me (biblio 5.x-1.13)
Thanks

rjerome’s picture

No, I can't say I've looked at this yet. There seem to always be more pressing concerns (like getting a working 6.x version)

Ron.

catdevrandom’s picture

Category: support » feature
jzornig’s picture

Subscribing

liam morland’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

This version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.