diff options
| author | John MacFarlane <[email protected]> | 2025-11-05 12:36:03 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-11-05 12:36:03 +0100 |
| commit | f1152c18111889a1ddd376420a717ad9f9b484b0 (patch) | |
| tree | bc545e4ea1c1c75f11db7e254993bf6d900f257e /test/command/6675.md | |
| parent | 018b03638a2fadc624722af8ba9f5d528ab4a8ce (diff) | |
ICML writer: add FirstParagraph and Bibliography styles.
Closes #11268.
Diffstat (limited to 'test/command/6675.md')
| -rw-r--r-- | test/command/6675.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/test/command/6675.md b/test/command/6675.md index d2984571f..6d4d2207b 100644 --- a/test/command/6675.md +++ b/test/command/6675.md @@ -38,6 +38,11 @@ and some text that [links to](#header-1) the first header </TabList> </Properties> </ParagraphStyle> + <ParagraphStyle Self="ParagraphStyle/FirstParagraph" Name="FirstParagraph" LeftIndent="0"> + <Properties> + <BasedOn type="object">$ID/NormalParagraphStyle</BasedOn> + </Properties> + </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/Header1" Name="Header1" LeftIndent="0" PointSize="36"> <Properties> <BasedOn type="object">$ID/NormalParagraphStyle</BasedOn> @@ -75,7 +80,7 @@ and some text that [links to](#header-1) the first header </CharacterStyleRange> </ParagraphStyleRange> <Br /> -<ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph"> +<ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/FirstParagraph"> <CharacterStyleRange AppliedCharacterStyle="$ID/NormalCharacterStyle"> <Content>this is some text</Content> </CharacterStyleRange> @@ -88,7 +93,7 @@ and some text that [links to](#header-1) the first header </CharacterStyleRange> </ParagraphStyleRange> <Br /> -<ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph"> +<ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/FirstParagraph"> <CharacterStyleRange AppliedCharacterStyle="$ID/NormalCharacterStyle"> <Content>some more text that </Content> </CharacterStyleRange> |
