diff options
Diffstat (limited to 'default.icml')
-rw-r--r-- | default.icml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/default.icml b/default.icml new file mode 100644 index 0000000..b93fa87 --- /dev/null +++ b/default.icml | |||
@@ -0,0 +1,43 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
2 | <?aid style="50" type="snippet" readerVersion="6.0" featureSet="513" product="8.0(370)" ?> | ||
3 | <?aid SnippetType="InCopyInterchange"?> | ||
4 | <Document DOMVersion="8.0" Self="pandoc_doc"> | ||
5 | <RootCharacterStyleGroup Self="pandoc_character_styles"> | ||
6 | <CharacterStyle Self="$$ID/NormalCharacterStyle" Name="Default" /> | ||
7 | $charStyles$ | ||
8 | </RootCharacterStyleGroup> | ||
9 | <RootParagraphStyleGroup Self="pandoc_paragraph_styles"> | ||
10 | <ParagraphStyle Self="$$ID/NormalParagraphStyle" Name="$$ID/NormalParagraphStyle" | ||
11 | SpaceBefore="6" SpaceAfter="6"> <!-- paragraph spacing --> | ||
12 | <Properties> | ||
13 | <TabList type="list"> | ||
14 | <ListItem type="record"> | ||
15 | <Alignment type="enumeration">LeftAlign</Alignment> | ||
16 | <AlignmentCharacter type="string">.</AlignmentCharacter> | ||
17 | <Leader type="string"></Leader> | ||
18 | <Position type="unit">10</Position> <!-- first tab stop --> | ||
19 | </ListItem> | ||
20 | </TabList> | ||
21 | </Properties> | ||
22 | </ParagraphStyle> | ||
23 | $parStyles$ | ||
24 | </RootParagraphStyleGroup> | ||
25 | <RootTableStyleGroup Self="pandoc_table_styles"> | ||
26 | <TableStyle Self="TableStyle/Table" Name="Table" /> | ||
27 | </RootTableStyleGroup> | ||
28 | <RootCellStyleGroup Self="pandoc_cell_styles"> | ||
29 | <CellStyle Self="CellStyle/Cell" AppliedParagraphStyle="ParagraphStyle/$$ID/[No paragraph style]" Name="Cell" /> | ||
30 | </RootCellStyleGroup> | ||
31 | <Story Self="pandoc_story" | ||
32 | TrackChanges="false" | ||
33 | StoryTitle="$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$" | ||
34 | AppliedTOCStyle="n" | ||
35 | AppliedNamedGrid="n" > | ||
36 | <StoryPreference OpticalMarginAlignment="true" OpticalMarginSize="12" /> | ||
37 | |||
38 | <!-- body needs to be non-indented, otherwise code blocks are indented too far --> | ||
39 | $body$ | ||
40 | |||
41 | </Story> | ||
42 | $hyperlinks$ | ||
43 | </Document> | ||