Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

sghng/pmetrika

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

32 Commits

Repository files navigation

A 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

When draft parameter is set to true, your project will be compiled in "draft" mode. The section name and some other styling will be disabled.

Advanced Usage

You may also import and reuse some of the definitions, such as:

  • color-heading
  • color-abstract
  • font-mono
  • stroke-table
  • state-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 in table.header. You will need to import color-header manually for some advanced coloring.
  • Caption note via / Note: ... doesn't stick with the figure when placement: auto is 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!

AltStyle によって変換されたページ (->オリジナル) /