Elegant, ergonomic, satisfying, reproducible manuscript preparation for Psychometrika, powered by Typst.
This template is designed to be as transparent as possible. Just import the
conf element, fill in the necessary metadata, and start writing as you
normally do!
#show: conf.with(
abstract: ...,
title: ...,
authors: (...),
keywords: (...)
)
= Your First SectionYou may also import and reuse some of the definitions, such as:
color-headingcolor-abstractfont-monostroke-tablestate-after-bib- ...
text(fill: color-heading)[A sentence with the color of a heading!]When in doubt, read lib.typ, it's very straightforward! (Much more so than
most LaTeX packages.)
- The table header color currently only applies to the first row instead of all
cells wrapped in
table.header. You will need to importcolor-headermanually for some advanced coloring. - Caption note via
/ Note: ...doesn't stick with the figure whenplacement: autois set. A workaround for this is described in the accompanied template file.
Should you have any questions, feel free to start a discussion. You're also encouraged to consult the Typst documentation. Questions regarding Typst itself can be asked in Typst forum or Discord.
Feel free to create an issue about how this template could be improved. Code contributions via PRs are always welcomed!