Ready for first release?

This commit is contained in:
2022-01-22 18:32:03 +01:00
parent c75ab3fd79
commit 8e14ba20d1
2 changed files with 18 additions and 3 deletions

View File

@@ -173,11 +173,10 @@ class CitationPlugin(Plugin):
<dd>{issbn}</dd>
<dt class="publisher"></dt>
<dd>{publisher}</dd>
</dl>""".format(eid = id, link = link, authors = authors, pubYear = year, title = e.fields['title'], edition = edition, publisher = publisher, editors = editors, pages = pages, issbn = issbn, note = note)
</dl>
""".format(eid = id, link = link, authors = authors, pubYear = year, title = e.fields['title'], edition = edition, publisher = publisher, editors = editors, pages = pages, issbn = issbn, note = note)
return output
def on_setup_env(self, **extra):
def decode_filter(value):
return LatexNodes2Text().latex_to_text(value)