mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 01:36:45 +00:00
This change allows users to style images in InDesign bysetting the `object-style` attribute in a pandoc Image, which is mapped to the AppliedObjectStyle attribute in the Rectangle element around an Image element in the resulting ICML.
49 lines
1.9 KiB
XML
49 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||
<?aid style="50" type="snippet" readerVersion="6.0" featureSet="513" product="8.0(370)" ?>
|
||
<?aid SnippetType="InCopyInterchange"?>
|
||
<Document DOMVersion="8.0" Self="pandoc_doc">
|
||
<RootCharacterStyleGroup Self="pandoc_character_styles">
|
||
<CharacterStyle Self="$$ID/NormalCharacterStyle" Name="Default" />
|
||
$charStyles$
|
||
</RootCharacterStyleGroup>
|
||
<RootParagraphStyleGroup Self="pandoc_paragraph_styles">
|
||
<ParagraphStyle Self="$$ID/NormalParagraphStyle" Name="$$ID/NormalParagraphStyle"
|
||
SpaceBefore="6" SpaceAfter="6"> <!-- paragraph spacing -->
|
||
<Properties>
|
||
<TabList type="list">
|
||
<ListItem type="record">
|
||
<Alignment type="enumeration">LeftAlign</Alignment>
|
||
<AlignmentCharacter type="string">.</AlignmentCharacter>
|
||
<Leader type="string"></Leader>
|
||
<Position type="unit">10</Position> <!-- first tab stop -->
|
||
</ListItem>
|
||
</TabList>
|
||
</Properties>
|
||
</ParagraphStyle>
|
||
$parStyles$
|
||
</RootParagraphStyleGroup>
|
||
<RootTableStyleGroup Self="pandoc_table_styles">
|
||
<TableStyle Self="TableStyle/Table" Name="Table" />
|
||
</RootTableStyleGroup>
|
||
<RootCellStyleGroup Self="pandoc_cell_styles">
|
||
<CellStyle Self="CellStyle/Cell" AppliedParagraphStyle="ParagraphStyle/$$ID/[No paragraph style]" Name="Cell" />
|
||
</RootCellStyleGroup>
|
||
$if(objectStyles)$
|
||
<RootObjectStyleGroup Self="pandoc_object_styles">
|
||
$objectStyles$
|
||
</RootObjectStyleGroup>
|
||
$endif$
|
||
<Story Self="pandoc_story"
|
||
TrackChanges="false"
|
||
StoryTitle="$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$"
|
||
AppliedTOCStyle="n"
|
||
AppliedNamedGrid="n" >
|
||
<StoryPreference OpticalMarginAlignment="true" OpticalMarginSize="12" />
|
||
|
||
<!-- body needs to be non-indented, otherwise code blocks are indented too far -->
|
||
$body$
|
||
|
||
</Story>
|
||
$hyperlinks$
|
||
</Document>
|