19 lines
431 B
YAML
19 lines
431 B
YAML
# Configuration for minimal soroban display (active beads only)
|
|
range: "0-99"
|
|
cards_per_page: 6
|
|
paper_size: "us-letter"
|
|
orientation: "portrait"
|
|
margins:
|
|
top: "0.5in"
|
|
bottom: "0.5in"
|
|
left: "0.5in"
|
|
right: "0.5in"
|
|
gutter: "5mm"
|
|
show_cut_marks: false
|
|
show_registration: false
|
|
font_family: "DejaVu Sans"
|
|
font_size: "48pt"
|
|
columns: auto
|
|
show_empty_columns: false
|
|
hide_inactive_beads: true # Only show active beads
|
|
shuffle: false |