Closed gerritbruening closed 6 years ago
That`s true! Now dissolved earlier. Fortunately, there are is another positive change:
Before:
<CharacterStyleRange AppliedCharacterStyle="CharacterStyle/Bibelstelle">
<Content>(St. Joh. </Content>
</CharacterStyleRange>
<CharacterStyleRange AppliedCharacterStyle="CharacterStyle/$ID/[No character style]">
<Content>IV.)</Content>
</CharacterStyleRange>
After:
<CharacterStyleRange AppliedCharacterStyle="CharacterStyle/Bibelstelle">
<Content>(St. Joh. IV.)</Content>
</CharacterStyleRange>
Planning to update the online converter soon.
Great, thanks!
@pglatza, in faust.xml there are
seg
elements that undermine your rules, for examplehas the effect that "Altmayer" receives
No character style
instead ofFigur
. To avoid this you may just dropseg
in a preprocessing step (but keep the content, of course).Examples: