Info
This site is generated using the static site generator developed by the Typst Community. Please adjust the text content of this banner according to your usage requirements. At Typst GmbH's request, when publishing documentation, you must clearly indicate that it is non-official and display the version of Typst being documented. For details, refer to Issue #874 on typst/typst.

Data Loading

Data loading from external files.

These functions help you with loading and embedding data, for example from the results of an experiment.

Definitions

  • Reads structured data from a CBOR file.
  • Reads structured data from a CSV file.
  • Reads structured data from a JSON file.
  • Reads plain text or data from a file.
  • Reads structured data from a TOML file.
  • Reads structured data from an XML file.
  • Reads structured data from a YAML file.
Open official docs

Search