don't duplicate header + par id
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m1s
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m1s
This commit is contained in:
@ -5,8 +5,8 @@ par_sign = "Artikel"
|
||||
|
||||
[[parser.replace_rules]]
|
||||
find = """<ueberschrift typ="para" ct="text" halign="c">Artikel I.</ueberschrift><absatz typ="abs" ct="text" halign="j">"""
|
||||
replace_with= """<ueberschrift typ="para" ct="text" halign="c">Artikel I.</ueberschrift><absatz typ="abs" ct="text" halign="j"><gldsym>Artikel I.</gldsym>"""
|
||||
replace_with= """<absatz typ="abs" ct="text" halign="j"><gldsym>Artikel I.</gldsym>"""
|
||||
|
||||
[[parser.replace_rules]]
|
||||
find = """<ueberschrift typ="para" ct="text" halign="c">Artikel II.</ueberschrift><absatz typ="abs" ct="text" halign="j">"""
|
||||
replace_with = """<ueberschrift typ="para" ct="text" halign="c">Artikel II.</ueberschrift><absatz typ="abs" ct="text" halign="j"><gldsym>Artikel II.</gldsym>"""
|
||||
replace_with = """<absatz typ="abs" ct="text" halign="j"><gldsym>Artikel II.</gldsym>"""
|
||||
|
Reference in New Issue
Block a user