t

typhorm

@preview

A set of utility functions for creating complex forms.

v0.1.0
MIT

Package Information

Last Updated
Minimum Typst Version
0.13.0
Authors
ivaquero
Categories
layout

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/typhorm:0.1.0

2. Import in your Typst file

Add this to your .typ file:

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

Version History

0.1.00.13.0
12fc622f209c...

Typhorm

A set of utility functions for creating complex forms.

Get Started

Import typhorm from the @preview namespace.

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

docs

For more details, see docs.pdf.

Clone the Repository

Clone the typhorm repository to your @local workspace:

  • Linux:
    • $XDG_DATA_HOME/typst/packages/local
    • ~/.local/share/typst/packages/local
  • macOS:~/Library/Application\ Support/typst/packages/local
  • Windows:%APPDATA%/typst/packages/local

Import typhorm in the document

#import "@local/typhorm:0.1.0": *

For developement convinience, local repo never changes the version