Skip to content

typst

A new markup-based typesetting system that is powerful and easy to learn.

Package Information

  • Domain: typst.app
  • Name: typst
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install typst

Programs

This package provides the following executable programs:

  • typst

Available Versions

Show all 14 versions
  • 0.13.1, 0.13.0, 0.12.0, 0.11.1, 0.11.0
  • 0.10.0, 0.9.0, 0.8.0, 0.7.0, 0.6.0
  • 0.5.0, 0.4.0, 0.2.0, 0.0.0

Latest Version: 0.13.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) typst -- $SHELL -i

Dependencies

This package depends on:

  • openssl.org^1.1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.typst

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.