matze-dd/Tex2txt

Script structure

matze-dd opened this issue · 0 comments

The Python script is only structured by comments.
It wildly mixes definitions of variables and functions with statements that actually perform text replacement operations.
This should be improved, for instance by usage of classes.