Skip to content

Commit

Permalink
Add structure to spaghetti script
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Jul 9, 2021
1 parent 1606fa6 commit 806502f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/eoatex2imxml.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
)
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit 806502f

Please sign in to comment.