Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: quarto-dev/quarto-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.36
Choose a base ref
...
head repository: quarto-dev/quarto-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.0
Choose a head ref
  • 5 commits
  • 12 files changed
  • 3 contributors

Commits on Mar 19, 2026

  1. Skip empty title block in Typst template to prevent spurious blank page

    When a document has no title, authors, date, or abstract, the article()
    template unconditionally emitted a place(top, float: true, ...) with an
    empty block. This counted as content, so a subsequent raw #set page(...)
    in the document body triggered a page break in Typst, producing a blank
    first page.
    
    Guard the place() call so it is only emitted when there is actual title
    block content.
    
    Fixes #14217
    gordonwoodhull committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    22a1428 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2026

  1. feat: add QUARTO_PDF_STANDARD environment variable fallback

    When no pdf-standard is set in document YAML, fall back to the
    QUARTO_PDF_STANDARD environment variable (comma-separated, e.g.
    "ua-1" or "a-2b,ua-1"). This applies to LaTeX, Typst, and PDF
    format resolution.
    
    Includes a smoke test that verifies the env var produces the
    expected \DocumentMetadata in LaTeX output.
    gordonwoodhull committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    f6e1e92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c68905f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c8cae8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f32e840 View commit details
    Browse the repository at this point in the history
Loading