This commit is contained in:
parent
3469af7832
commit
50c1e89e00
@ -38,7 +38,12 @@ move_para_headers_into_content = true
|
|||||||
find = "<gdash />"
|
find = "<gdash />"
|
||||||
replace_with = "-"
|
replace_with = "-"
|
||||||
|
|
||||||
|
# Replace all 'erltext's which have subsections...
|
||||||
[[parser.replace_rules]]
|
[[parser.replace_rules]]
|
||||||
find = """<absatz typ="erltext" ct="text" halign="j">"""
|
find = """<absatz typ="erltext" ct="text" halign="j">("""
|
||||||
replace_with = """<absatz typ="abs" 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">"""
|
||||||
|
@ -50,7 +50,12 @@ replace_with = "ARTIKEL 42"
|
|||||||
find = "+ARTIKEL 48"
|
find = "+ARTIKEL 48"
|
||||||
replace_with = "ARTIKEL 48"
|
replace_with = "ARTIKEL 48"
|
||||||
|
|
||||||
|
# Replace all 'erltext's which have subsections...
|
||||||
[[parser.replace_rules]]
|
[[parser.replace_rules]]
|
||||||
find = """<absatz typ="erltext" ct="text" halign="j">"""
|
find = """<absatz typ="erltext" ct="text" halign="j">("""
|
||||||
replace_with = """<absatz typ="abs" 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">"""
|
||||||
|
Loading…
Reference in New Issue
Block a user