From 806502f358a4d18e2e08a9b3dc273ed1cd9e2c29 Mon Sep 17 00:00:00 2001 From: kthoden Date: Fri, 9 Jul 2021 11:00:58 +0200 Subject: [PATCH] Add structure to spaghetti script --- src/eoatex2imxml.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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")