Skip to content

support footnotes also if tagging is active #40

Description

@hpvd

Description

support footnotes also if tagging is active
currently there is a warning:

Package microtype Warning: Unable to apply patch footnote' on input line 21.`

Minimal example demonstrating the issue

update code to current tagging best practice
https://latex3.github.io/tagging-project/documentation/prototype-usage-instructions.html
plus added title for passing pdf validation
on https://dev.verapdf-rest.duallab.com/

original: latex3/tagging-project#67

\DocumentMetadata{
  lang        = de,
  pdfversion  = 2.0,
  pdfstandard = ua-2,
  pdfstandard = a-4f, %or a-4
  testphase   = 
   {phase-III,
    title,
    table,
    math,
    firstaid}  
}

\documentclass{article}

\usepackage{microtype}

\title{test title}

\begin{document}

Simple text

\end{document}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions