TheDocumentation Index
Fetch the complete documentation index at: https://docs.brainworkup.org/llms.txt
Use this file to discover all available pages before exploring further.
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
- New project
- Existing project
Run this command in an empty directory. Quarto scaffolds the full project — Quarto asks for a directory name. Use a patient- or date-keyed name such as
_extensions/, _brand/, and template.qmd — ready to edit.2025-smith-john/ to keep cases organised on disk.Render a report
Configure the report
Opentemplate.qmd and fill in the patient’s front matter.
Adult-specific formatting
Theneurotyp-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.
Add cognitive domain sections
Edit_domains_to_include.qmd to include only the domains assessed for this patient.
Typst source files
The extension’s layout and typography are defined in two files:| File | Controls |
|---|---|
_extensions/neurotyp-adult/typst-template.typ | Page size, margins, CONFIDENTIAL header, footer |
_extensions/neurotyp-adult/typst-show.typ | Font stacks, heading styles, body text alignment |