Skip to content

How to export arxiv ID in publication field #2355

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

You must be logged in to vote

Can you try

if (Translator.BetterBibTeX && zotero.itemType === 'preprint') {
  tex.entrytype = 'article'
  if (zotero.arXiv) tex.add({ name: 'journal', value: zotero.arXiv.id }) 
}

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@mmwoodmath
Comment options

Comment options

You must be logged in to vote
1 reply
@mmwoodmath
Comment options

Answer selected by mmwoodmath
Comment options

You must be logged in to vote
2 replies
@retorquere
Comment options

@retorquere
Comment options

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