Interface Package

Information about a package.

Hierarchy

Properties

also?: string[]

The list of authors.

caption: string

A short description of the package.

copyright?: json.v1_0.Copyright[]

The information about the copyright.

ctan?: { file?: boolean; path: string }

The location of the package in the CTAN tree.

Type declaration

  • Optional file?: boolean

    The indicator that this package consists of a single file only.

  • path: string

    The relative path of the package in the CTAN tree.

descriptions?: json.v1_0.PackageDescription[]

Long descriptions of the package.

documentation: json.v1_0.PackageDocumentation[]

List of references to documentation.

home?: string

The URL of the home page of the package.

id: string

The unique id of the package.

See

PackageSummary#key

index?: string[]

List of extra terms to be indexed for the search.

install?: string

The location of the package on CTAN relative to the CTAN directory /install in form of an installable TDS-compliant zip archive.

Default Value

false

license?: string | string[]

The keys of licenses.

miktex?: string

The name of the package in MiKTeX.

name: string

The print representation of the package name.

texlive?: string

The name of the package in TeX Live.

topics?: string[]

List of topics keys for this entry.

See

Topic#key

Information about the version of the package.

Generated using TypeDoc