kaffesky-markdown-templates/convertion_templates_iA-Writer/ExampleTemplate_CleanDoc.iatemplate/Contents/Info.plist
2026-03-26 10:15:02 +01:00

52 lines
1.4 KiB
Text

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- Required identifiers -->
<key>CFBundleName</key>
<string>ExampleTemplate CleanDoc</string>
<key>CFBundleIdentifier</key>
<string>com.cleandoc.exampletemplate.v2</string>
<!-- Page files -->
<key>IATemplateDocumentFile</key>
<string>document</string>
<key>IATemplateTitleFile</key>
<string>title</string>
<key>IATemplateHeaderFile</key>
<string>header</string>
<key>IATemplateFooterFile</key>
<string>footer</string>
<!--
A4 margin model:
Top/bottom margins in PDF = header/footer height set here.
25 mm ≈ 71 CSS px at 96 dpi.
Header: 60 px (leaves room for a slim running title line)
Footer: 50 px (page number line + breathing room)
Left/right margin is controlled by max-width in style.css.
-->
<key>IATemplateHeaderHeight</key>
<integer>60</integer>
<key>IATemplateFooterHeight</key>
<integer>50</integer>
<!-- Title page gets NO header/footer — full bleed -->
<key>IATemplateTitleUsesHeaderAndFooterHeight</key>
<false/>
<key>IATemplateDescription</key>
<string>Clean Roboto document template for A4 PDF export with title page.</string>
<key>IATemplateAuthor</key>
<string>ExampleTemplate CleanDoc</string>
</dict>
</plist>