lib module

cetz-annotate function

#let cetz-annotate(
  render-result,
  cetz: none,
  labels: (),
  length: 1pt,
  strict: true,
)

Documentation

Overlay CeTZ leader labels on a completed render result. The CeTZ module is injected by the caller so Axodendron remains usable without that package.

Parameters

  • render-result (dictionary): Result of render with return-report: true.
  • cetz (module): Imported CeTZ module. Default: none.
  • labels (array): Annotations returned by cetz-label. Default: ().
  • length (length): Positive CeTZ canvas coordinate unit. Default: 1pt.
  • strict (bool): Whether a missing target node should stop evaluation. Default: true.

Returns

content

Defined in lib.typ:728.

Source

Module
lib
Defined in
lib.typ:728
Source
View source