latex3 / latex2e

The LaTeX2e kernel
https://www.latex-project.org/
LaTeX Project Public License v1.3c
1.93k stars 267 forks source link

undefined page references in ltfilehook-code and ltshipout-code #1214

Open mbertucci47 opened 10 months ago

mbertucci47 commented 10 months ago

Brief outline of the bug

This is the same as https://github.com/latex3/latex3/issues/1345 but for ltfilehook-code and ltshipout-code, namely undefined page references in the sentences "These functions are documented on page ??". I think fixing it should just require adding the documented-as, no-user-doc, or deprecated options in the right places. Here's the list of where the undefined references occur.

ltfilehook-code

ltshipout-code

github-actions[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity.

josephwright commented 6 months ago

I've just realised this is a bit more tricky than I originally realised, at least for the 'documented elsewhere' cases. They do work already in source2e, so we need to preserve that. Needs a bit more thought.