mirror of
https://github.com/Kaffesky/kaffesky-markdown-templates.git
synced 2026-04-18 13:17:31 +02:00
52 lines
1.4 KiB
Text
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>
|