c

chromo

@preview

Generate printer tests (likely CMYK) in typst.

v0.1.0
MIT

Package Information

Last Updated

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/chromo:0.1.0

2. Import in your Typst file

Add this to your .typ file:

#import "@preview/chromo:0.1.0": *

Version History

0.1.0
cfeb5766b3f0...

Chromo

Generate printer tests directly in Typst.
For now, only generates with CMYK colors (as it is by far the most used).

I personally place one of these test on all my exam papers to ensure the printer's quality over time.

Documentation

To import any of the functions needed, you may want to use the following line:

#import "@preview/chromo:0.1.0": square-printer-test, gradient-printer-test, circular-printer-test, crosshair-printer-test

Square test

#square-printer-test()

Gradient test

#gradient-printer-test()

Circular test

#circular-printer-test()

Crosshair test

#crosshair-printer-test()

Contributors