Skip to content

Footnote link annotation rect mismatches superscript #3046

@daskol

Description

@daskol

Description

Actual link rect differs significantly from superscript rect.

I use the snippet below for typesetting title page of an article.

// Render authors.
#let make_title() = {
  set align(center)
  set text(weight: "bold")
  [Anonymous Authors]
  
  // Add footnote with authors affilations and notice string.
  set super(typographic: false, size: script-size)
  set text(weight: "regular")
  [#footnote(footnote_body)]
}

Then I've edited page annotation with MuPDF in order to add border and color properties of an annotation.

image

Reproduction URL

No response

Operating system

Linux

Typst version

  • I am using the latest version of Typst

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingmodelRelated to structure and semantics.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions