Skip to main content
The neurotyp-adult extension is the primary production-ready template in the Luria Voice ecosystem. At version 0.2.0 it is the most field-tested format, used for standard adult neuropsychological evaluations covering cognitive domains from intelligence and attention through memory, executive function, and language.

Install the extension

Run this command in an empty directory. Quarto scaffolds the full project — _extensions/, _brand/, and template.qmd — ready to edit.
Quarto asks for a directory name. Use a patient- or date-keyed name such as 2025-smith-john/ to keep cases organised on disk.

Render a report

To preview while editing:
To pull in the latest release:

Configure the report

Open template.qmd and fill in the patient’s front matter.
See Front matter reference for every supported field and what it controls in the rendered PDF.

Adult-specific formatting

The neurotyp-adult extension applies formatting conventions suited to standard clinical evaluation reports for adult patients:
  • CONFIDENTIAL header — pages 2 and beyond automatically print the patient’s last name (patient: field) and the report date in a confidential page header.
  • A4 page geometry — 30 mm top margin, 25 mm side margins, with justified body text.
  • Centered title — the level-0 heading (report title) renders centered on the first page.
  • Typography — body text uses Equity B; headers use IBM Plex Sans. The font stack falls back gracefully to system fonts when the preferred faces are not installed.
If you need to switch an existing adult report to the pediatric format, change one line — format: neurotyp-pediatric-typst — and re-render. The front matter schema is identical across formats.

Add cognitive domain sections

Edit _domains_to_include.qmd to include only the domains assessed for this patient.
See Modular section partials for a full explanation of the include pattern and how to create domain-specific partial files.

Typst source files

The extension’s layout and typography are defined in two files: See Typst layout and typography reference before editing either file directly.
Last modified on May 20, 2026