Can display any variable except URL.

edited October 12, 2022
I am rather utterly baffled here. I am working off the Muséum d'Histoire Naturelle style and trying to get URLs displayed where no DOI is present. You'd think this would be easy, right?

<group>
<choose>
<if match="none" variable="DOI" type="webpage">
<group prefix=" ">
<text variable="URL"/>
</group>
</if>
</choose>
</group>

But I am left tearing my hair out (and I don't that much to tear) because:

  • This works flawlessly in the visual style editor
  • in LibreOffice it will not display URLs
  • But somehow only for articles?? It works for books
  • And yet it will (for articles) display any other variables
Am I overlooking something fundamental here?
  • Check the "Include URLs" Box in the Cite tab of the Zotero preferences
  • Oh god. I knew I was overlooking something fundamental. I guess I didn't expect it to suppress URLs explicitly demanded in the CSL style.
Sign In or Register to comment.