76 lines
1.5 KiB
YAML
76 lines
1.5 KiB
YAML
profile_id: "memo"
|
|
description: "Short internal documents: lenient pagination, strong clarity, minimal typographic complexity."
|
|
|
|
page:
|
|
size: "Letter"
|
|
orientation: "portrait"
|
|
two_sided: false
|
|
margins:
|
|
top: "1in"
|
|
bottom: "1in"
|
|
inner: "1in"
|
|
outer: "1in"
|
|
|
|
fonts:
|
|
body:
|
|
family: ["Noto Sans", "Source Sans 3", "Arial", "sans-serif"]
|
|
size: "11pt"
|
|
line_height: 1.40
|
|
heading:
|
|
family: ["Noto Sans", "Source Sans 3", "Arial", "sans-serif"]
|
|
mono:
|
|
family: ["Noto Sans Mono", "Consolas", "monospace"]
|
|
size: "10pt"
|
|
line_height: 1.30
|
|
|
|
measure_targets:
|
|
columns: 1
|
|
body_chars_per_line:
|
|
min: 55
|
|
ideal: 70
|
|
max: 85
|
|
|
|
hyphenation:
|
|
enabled: false
|
|
strategy: "off_for_memos"
|
|
|
|
headings:
|
|
keep_with_next_lines: 2
|
|
avoid_stranded_headings: true
|
|
numbering:
|
|
enabled: false
|
|
|
|
widows_orphans:
|
|
widow_lines: 1
|
|
orphan_lines: 1
|
|
balance_facing_pages: false
|
|
|
|
code:
|
|
block:
|
|
font_size: "9.5pt"
|
|
line_height: 1.25
|
|
wrap: true
|
|
overflow_policy: "wrap"
|
|
shrink_limit: 1.0
|
|
|
|
tables:
|
|
cell_padding: "3pt 6pt"
|
|
header_repeat: false
|
|
overflow_policy: "wrap"
|
|
shrink_limit: 1.0
|
|
|
|
severity_overrides:
|
|
- selector: { category: "layout", tag: "widows_orphans" }
|
|
severity: "warn"
|
|
- selector: { category: "accessibility" }
|
|
severity: "must"
|
|
|
|
locale_defaults:
|
|
primary_language: "en"
|
|
fallback_languages: ["fr"]
|
|
quotation_style: "us"
|
|
date_format: "YYYY-MM-DD"
|
|
number_format:
|
|
decimal_separator: "."
|
|
thousands_separator: ","
|
|
|