Updating iA-writer section

This commit is contained in:
jostein 2026-03-26 10:15:02 +01:00
parent 6f50b1f00d
commit 37ba3383ba
7 changed files with 866 additions and 0 deletions

View file

@ -0,0 +1,52 @@
<?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>