Skip to content

Problem with modifying DOI field in BibTeX file #2426

Answered by retorquere
MikeChanV8 asked this question in Q&A
Discussion options

You must be logged in to vote
if (Translator.BetterTeX) {
  if (tex.has.doi) {
    tex.add({ name: 'note', value: `doi:<a href="https://doi.org/${tex.has.doi.value}">${tex.has.doi.value}</a>`, html: true })
    delete tex.has.doi
  }
}

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@MikeChanV8
Comment options

@MikeChanV8
Comment options

@retorquere
Comment options

Answer selected by retorquere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants