diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-03-04 10:27:08 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-03-04 10:27:08 -0800 |
commit | c6eedc3727b6a7378d62d25e039e880aea124eb2 (patch) | |
tree | 8d62bde4dee57b6e7a6750d4f5b24cfd24421f8d | |
parent | 3a0ed995ca45648029a445302a16a92b8dfe6c86 (diff) | |
parent | 7e808534ad30a1fe26e92534c6d92f635aeea9be (diff) | |
download | pandoc-c6eedc3727b6a7378d62d25e039e880aea124eb2.tar.gz |
Merge pull request #46 from mb21/master
InDesign ICML template
-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 000000000..81c2a142a --- /dev/null +++ b/default.icml @@ -0,0 +1,43 @@ +<?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> + <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> |