Module args

Source
Expand description

Shared arguments to create a world.

Structs§

CompileFontArgs
The font arguments for the world to specify the way to search for fonts.
CompileOnceArgs
Common arguments to create a world (environment) to run typst tasks, e.g. compile, watch, and query.
CompilePackageArgs
The package arguments for the world to specify where packages are stored in the system.

Enums§

ExportTarget
Configure the current export target.
Feature
An in-development feature that may be changed or removed at any time.
OutputFormat
Configure the format of the output file.
PdfStandard
A PDF standard that Typst can enforce conformance with.
TaskWhen
Configure when to run a task.

Functions§

parse_source_date_epoch
Parses a UNIX timestamp according to https://reproducible-builds.org/specs/source-date-epoch/