Package Information
- Last Updated
- Authors
- Samuel Huang
- Categories
- paper
- Disciplines
- psychologymathematics
Preview
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/pmetrika:0.1.02. Initialize from template
Create a new project from this template:
typst init @preview/pmetrika:0.1.0A Typst Template for Psychometrika
Elegant, ergonomic, satisfying, reproducible manuscript preparation for
Psychometrika, powered by
Typst.
Usage
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 Section
Advanced Usage
You 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.)
Known Issues
- The table header color currently only applies to the first row instead of all
cells wrapped intable.header. You will need to importcolor-header
manually for some advanced coloring. - Caption note via
/ Note: ...doesn't stick with the figure when
placement: autois set. A workaround for this is described in the
accompanied template file.
Support
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.
Contribution
Feel free to create an issue about how this template could be improved. Code
contributions via PRs are always welcomed!