Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ pmetrika Public

A Typst template for Psychometrika.

License

sghng/pmetrika

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 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

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!

About

A Typst template for Psychometrika.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published