Luria Voice ships four distinct report formats, each packaged as its own Quarto extension. Choosing the right format before you start a report matters because the formats differ in typography, page treatment, heading style, and the clinical framing they imply. You activate a format by setting 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.
format key in your .qmd front matter, and you cannot switch formats mid-project without re-rendering from scratch.
Format comparison
neurotyp-pediatric-typst | neurotyp-adult-typst | neurotyp-forensic-typst | neurotyp-luria-typst | |
|---|---|---|---|---|
| Patient age | Children and adolescents | Adults (18+) | Any, court-ordered | Any, LLM-templated |
| Referral context | School, developmental, clinical | Clinical, occupational, medical | Legal, civil, criminal | Research, prototype, AI-drafted |
| Page size | A4 | A4 | A4 | A4 |
| Body font | IBM Plex Serif | Equity B | Equity B | IBM Plex Serif |
| UI/label font | IBM Plex Sans | IBM Plex Sans | Source Sans 3 | IBM Plex Sans |
| Mono font | JetBrains Mono | JetBrains Mono | JetBrains Mono | JetBrains Mono |
| Heading treatment | Centered, lighter weight | Centered, regular weight | Left-aligned, heavier weight | Centered, lighter weight |
| CONFIDENTIAL header | Pages 2+ | Pages 2+ | Every page | Pages 2+ |
| Signature block | Standard | Standard | Extended (license + date) | Minimal |
| AI narrative support | Optional | Optional | Not recommended | Primary use case |
All formats fall back gracefully if a preferred font is not installed. The
rendering still produces a clean PDF; only the typeface changes.
neurotyp-pediatric-typst
neurotyp-pediatric-typst is designed for evaluations of children and adolescents referred for learning disabilities, ADHD, developmental disorders, autism spectrum conditions, and related concerns. The typography leans slightly lighter and more approachable than the adult format — IBM Plex Serif for body text reads well at smaller sizes and produces a less dense page, which is appropriate when the report may be read by school teams or parents as well as clinicians.
template.qmd (front matter)
- The patient is under 18
- The referral source is a school, pediatric practice, or developmental clinic
- The report will be shared with educational teams or parents
- The evaluation covers learning, attention, development, or behavior
neurotyp-adult-typst
neurotyp-adult-typst is the standard format for adult clinical neuropsychological evaluations. It uses Equity B for body text, which has a stronger typographic presence than IBM Plex Serif and reads as authoritative in medical and clinical contexts. Headings are centered and set in regular weight, balancing formality with readability.
template.qmd (front matter)
- The patient is 18 or older
- The referral is from a neurologist, psychiatrist, primary care provider, or employer
- The evaluation covers cognitive decline, TBI sequelae, psychiatric conditions, or occupational capacity
- The report will be read primarily by clinical or medical professionals
neurotyp-forensic-typst
neurotyp-forensic-typst is built for evaluations conducted in legal and forensic contexts — civil litigation, criminal proceedings, competency evaluations, disability determinations, and similar high-stakes assessments. The format signals its purpose through several design differences: Source Sans 3 replaces IBM Plex Sans for a more neutral, institutional tone; headings are left-aligned and set in heavier weight for easy navigation by attorneys and judges; and the CONFIDENTIAL header appears on every page, not just pages 2 and beyond.
The extended signature block includes the clinician’s full license number, the jurisdiction in which they are licensed, the date of the report, and space for a wet or digital signature.
template.qmd (front matter)
- The evaluation was ordered by a court or attorney
- The report will be entered as evidence or appended to legal filings
- You need to document chain-of-custody considerations or test administration deviations
- The signature block must carry full licensure and jurisdiction information
neurotyp-luria-typst
neurotyp-luria-typst is the format purpose-built for LLM-templated patient reports. Where the other three formats treat AI narrative generation as an optional add-on, neurotyp-luria treats it as the primary authoring mode. The extension is designed to work with the cingulate package’s Ollama backend to produce a full draft report from structured score data, which the clinician then edits and refines.
The typography matches the pediatric format (IBM Plex Serif body, IBM Plex Sans labels) and the signature block is minimal, reflecting that reports in this format are expected to go through substantial clinician revision before finalization.
template.qmd (front matter)
- You are building a research pipeline that generates draft reports from structured data
- You want to prototype a new report type before formalizing it into one of the other three formats
- You are developing or testing AI-drafted narrative sections with
cingulateand Ollama - The report is an internal working document rather than a patient-facing deliverable
Selecting a format in practice
- Clinical evaluation
- Forensic evaluation
- AI-assisted drafting
For routine clinical evaluations, choose between
neurotyp-pediatric-typst
and neurotyp-adult-typst based solely on the patient’s age. Both formats
are appropriate for any clinical referral question — learning, attention,
memory, TBI, psychiatric, or occupational.