Thanks to visit codestin.com
Credit goes to github.com

Skip to content

PDF (Indian format): widen outer margins from 1.5cm to 2cm #38

Description

@stultus

Problem

The two-column Indian format uses left: 1.5cm, right: 1.5cm on A4 (~0.59″ each side). That's tight — content runs close to the paper edge and photocopy/printer trays can clip it. Industry norm is at least 2cm (~0.79″) symmetric, or the standard Hollywood-style asymmetric layout.

Current state

  • src-tauri/src/screenplay/pdf.rs:1088 (Indian embedded): margin: (top: 2cm, bottom: 2cm, left: 1.5cm, right: 1.5cm)
  • src-tauri/src/screenplay/pdf.rs:1645 (Indian standalone): margin: (top: 2.5cm, bottom: 2.5cm, left: 2.5cm, right: 2.5cm) — already ok

Suggested fix

Bump the embedded Indian format to left: 2cm, right: 2cm (keeping top: 2cm, bottom: 2cm). Two-column grid still has room; gutters just become safer for printing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions