diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-12-16 10:19:07 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-12-16 10:19:07 -0800 |
commit | 2af6bf34f7b42947ba7f1d9b2c774147cd61f16e (patch) | |
tree | b813f92d901a35f06028b033057c47c55cefaa8a /tests | |
parent | 7c22959c95c55b4115b60e027313c1649d90d2d5 (diff) | |
parent | f3a9bdafef45ef0990d302207410f014d75d9860 (diff) | |
download | pandoc-2af6bf34f7b42947ba7f1d9b2c774147cd61f16e.tar.gz |
Merge pull request #2591 from mb21/ICML-figures
ICML writer: added figure handling, closes #2590
Diffstat (limited to 'tests')
-rw-r--r-- | tests/writer.icml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/tests/writer.icml b/tests/writer.icml index 57f9d2f8a..d3e37a06d 100644 --- a/tests/writer.icml +++ b/tests/writer.icml @@ -215,6 +215,11 @@ </TabList> </Properties> </ParagraphStyle> + <ParagraphStyle Self="ParagraphStyle/Caption" Name="Caption" LeftIndent="0"> + <Properties> + <BasedOn type="object">$ID/NormalParagraphStyle</BasedOn> + </Properties> + </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/CodeBlock" Name="CodeBlock" LeftIndent="0"> <Properties> <BasedOn type="object">$ID/NormalParagraphStyle</BasedOn> @@ -257,6 +262,11 @@ <BasedOn type="object">$ID/NormalParagraphStyle</BasedOn> </Properties> </ParagraphStyle> + <ParagraphStyle Self="ParagraphStyle/Figure" Name="Figure" LeftIndent="0"> + <Properties> + <BasedOn type="object">$ID/NormalParagraphStyle</BasedOn> + </Properties> + </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/Footnote > CodeBlock" Name="Footnote > CodeBlock" LeftIndent="0"> <Properties> <BasedOn type="object">$ID/NormalParagraphStyle</BasedOn> @@ -2542,7 +2552,7 @@ These should not be escaped: \$ \\ \> \[ \{</Content> <Content> by Georges Melies (1902):</Content> </CharacterStyleRange><Br /> </ParagraphStyleRange> -<ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph"> +<ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Figure"> <CharacterStyleRange AppliedCharacterStyle="$ID/NormalCharacterStyle"> <Rectangle Self="uec" StrokeWeight="0" ItemTransform="1.00000 0 0 1.00000 75.00000 -75.00000"> <Properties> @@ -2568,6 +2578,11 @@ These should not be escaped: \$ \\ \> \[ \{</Content> </Rectangle> </CharacterStyleRange><Br /> </ParagraphStyleRange> +<ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Caption"> + <CharacterStyleRange AppliedCharacterStyle="$ID/NormalCharacterStyle"> + <Content>lalune</Content> + </CharacterStyleRange><Br /> +</ParagraphStyleRange> <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph"> <CharacterStyleRange AppliedCharacterStyle="$ID/NormalCharacterStyle"> <Content>Here is a movie </Content> |