LaTeX math in title and abstract

Many journal articles in physics, for example, have LaTeX math in the title and abstract, e.g. "ATLAS b-jet identification performance and efficiency measurement with $$t{\bar{t}}$$ events in pp collisions at $$\sqrt{s}=13$$ TeV"

Is it possible to get Zotero to render the equations between the $$ signs in the title and abstract fields, as it does in notes?
  • Same problem. I tried to find a plugin to solve it, but there's only plugins for chemical subscripts.
  • Using the better bibtex plugin you can either use this in the title field

    ATLAS b-jet identification performance and efficiency measurement with <script>$$t{\bar{t}}$$</script> events in pp collisions at <script>$$\sqrt{s}=13$$</script> TeV

    Or put this

    tex.title= ATLAS b-jet identification performance and efficiency measurement with $$t{\bar{t}}$$ events in pp collisions at $$\sqrt{s}=13$$ TeV

    In the extra field
Sign In or Register to comment.