Luria Voice ships four independent Quarto extensions, each producing a distinct PDF layout tailored to a specific evaluation context. Rather than one generic template controlled by flags, each format is a standalone extension with its own typography, page geometry, and heading treatment — keeping the output predictable and the source readable.Documentation Index
Fetch the complete documentation index at: https://docs.brainworkup.org/llms.txt
Use this file to discover all available pages before exploring further.
Choosing a template
Use the table below to select the format that matches your evaluation type.| Format ID | Extension repo | Use case | Version |
|---|---|---|---|
neurotyp-adult-typst | brainworkup/neurotyp-adult | Adult neuropsychological evaluations | 0.2.0 |
neurotyp-pediatric-typst | brainworkup/neurotyp-pediatric | Pediatric neuropsychological evaluations | — |
neurotyp-forensic-typst | brainworkup/neurotyp-forensic | Forensic psychological/neuropsychological evaluations | — |
neurotyp-luria-typst | brainworkup/neurotyp-luria | LLM-templated Luria-style reports | 0.1.0 |
neurotyp-adult or neurotyp-pediatric. Both are the most field-tested and share the same front matter schema, so switching between them later requires only a one-line change in your template.qmd.
Template formats
Adult
Standard adult neuropsychological evaluation. Includes SIRF summary,
cognitive domain sections, and a confidential page header. Version 0.2.0.
Pediatric
Age-appropriate layout for pediatric evaluations. Adjusted heading treatment
and section ordering reflect developmental assessment conventions.
Forensic
Court-ready formatting for forensic psychological and neuropsychological
evaluations. Emphasizes formal visual presentation suitable for legal
contexts.
Luria
Luria-style reports designed for AI-assisted patient profiling via a local
Ollama backend. Version 0.1.0.
Shared structure
All four templates follow the same directory layout and front matter schema.typst-template.typ— page layout: paper size, margins, and the CONFIDENTIAL header on pages 2 and beyond.typst-show.typ— typography show rules: font stacks, heading sizes, and text alignment._brand.yml— brand configuration: clinic colors, logo path, and preferred font families.template.qmd— the master report document. You edit this file for each patient.
Template reference
Front matter
Complete reference for every YAML front matter field — patient metadata,
dates, and case identifiers.
Section partials
How to include and exclude cognitive domain sections using Quarto’s
include shortcode.Typst formatting
Page layout, margins, typography rules, and what you can safely customize in
the Typst files.