diff --git a/src/eoatex2imxml.py b/src/eoatex2imxml.py index d2cc799..e188c18 100755 --- a/src/eoatex2imxml.py +++ b/src/eoatex2imxml.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8; mode: python -*- -# Time-stamp: <2021-06-29 11:29:21 (kthoden)> +# Time-stamp: <2021-07-08 18:38:34 (kthoden)> """ Converts Latex files into a customized DocBook XML file. @@ -1540,6 +1540,8 @@ def add_bibliography_to_xml( # Preparing the Bibliography # ############################################################## +logging.info("Final big step: preparing the bibliography") + bibl_info = bibl_info_from_xml( xmlTree ) @@ -1920,6 +1922,10 @@ def add_bibliography_to_xml( xmlCitenumeric.set("class","citation") intChapterNumber += 1 +################################# +# Almost done, this is the coda # +################################# + # index must be child of div0! # def do_something_funny_about_indices(): # print_bibl_elements = xmlTree.findall(".//EOAprintbibliography")