Skip to content

Keep links to bibliography and links to DOI? #3

@gabrielastro

Description

@gabrielastro

Hello!

Thanks a lot for this very helpful file! I get

pdfTeX warning (dest): name{cite.Smith+2000} has been referenced but does not e
xist, replaced by a fixed one

and the clickable links in the document point to "page 0", as hovering reveals, instead of to the bibliography.

Also, in the compact bibliography, is there a way of keeping the DOI links (to the published paper or at least the arXiv version), as for instance with yahapj? I am using bibtex and pdflatex, by the way, and my bibfile entries are from NASA ADS.

A few more small things:

  • If easy, could you provide the option of removing "References" at the beginning (I commented it out by hand) and then not put a \textbullet~ before the first element? I am doing the latter by hand with: sed -i '0,/\\textbullet~/{s///}' main.bbl (thanks to an elegant GNU-sed answer)
  • One more way to compactify is by replacing "Smith et al. 2010, arXiv e-prints, arXiv:1001.1001" with "Smith et al. 2010, arXiv:1001.1001". This too I am doing by hand, actually with a combined bash alias:
alias Th="pdflatex main.tex && bibtex main.bbl && sed -i '0,/\\\textbullet~/{s///}; s/, arXiv e-prints//g' main.bbl && pdflatex main.tex && pdflatex main.tex"

Maybe this could be baked in too…

In any case, thanks a lot!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions