Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Small error
  • Loading branch information
kthoden committed Mar 21, 2019
1 parent 474e23b commit 9235022
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eoatex2imxml.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8; mode: python -*-
# Time-stamp: <2019-02-15 15:08:37 (kthoden)>
# Time-stamp: <2019-03-20 17:50:39 (kthoden)>

"""
Converts Latex files into a customized DocBook XML file.
Expand Down Expand Up @@ -1203,6 +1203,7 @@ def cleanup():
# new version #
###############
tmp_citation_filename = "used_citations-monograph"
citations_to_format = [x["id"] for x in citations_json if x["keyword"] == bibliography_keyword]
formatted_references = libeoaconvert.format_citations(citations_to_format, bib_database + ".bib", strLanguage, tmp_citation_filename)[0]

fixed_entries = libeoaconvert.fix_bib_entries(formatted_references)
Expand Down

0 comments on commit 9235022

Please sign in to comment.