diff --git a/src/eoatex2imxml.py b/src/eoatex2imxml.py index 78f5eff..702f2c7 100755 --- a/src/eoatex2imxml.py +++ b/src/eoatex2imxml.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8; mode: python -*- -# Time-stamp: <2020-09-04 13:54:24 (kthoden)> +# Time-stamp: <2020-09-04 19:14:09 (kthoden)> """ Converts Latex files into a customized DocBook XML file. @@ -221,12 +221,6 @@ # Certain functions for specific tasks # ######################################## -def getchildren(xmlElement): - """Include all subelements""" - 1 + 1 - return xmlElement -# def getchildren ends here - def TeX2PNG(LaTeXCode, Type, Chapter, Number): """Function to render LaTeX-Code into PNG-Files, returns PNG-Filename (epub & django)""" # logging.info( f"TeX2PNG({LaTeXCode}, {Type}, {Chapter}, {Number})" )