This commit is contained in:
@ -50,7 +50,12 @@ replace_with = "ARTIKEL 42"
|
||||
find = "+ARTIKEL 48"
|
||||
replace_with = "ARTIKEL 48"
|
||||
|
||||
# Replace all 'erltext's which have subsections...
|
||||
[[parser.replace_rules]]
|
||||
find = """<absatz typ="erltext" ct="text" halign="j">("""
|
||||
replace_with = """<absatz typ="abs" ct="text" halign="j">("""
|
||||
|
||||
# ... and replace all 'erltext's which have only one section
|
||||
[[parser.replace_rules]]
|
||||
find = """/ueberschrift><absatz typ="erltext" ct="text" halign="j">"""
|
||||
replace_with = """/ueberschrift><absatz typ="abs" ct="text" halign="j">"""
|
||||
|
Reference in New Issue
Block a user