schlcht

Results 3 issues of schlcht

## Brief outline of the bug In `latex-lab-footnotes`, `\footnote` (and `\footnotetext`) should be `\long`. ## Minimal example showing the bug ```latex \RequirePackage{latexbug} % -- All is fine with `\DeclareDocumentCommand\footnote {o+m}...

category base (latex)
fixed in dev

## Brief outline of the bug For `\g__para_standard_everypar_tl`, latex uses a trick to insert the real `\everpar` primitive, but not for the related commands `\RawIndent` and `RawNoindent`. This can lead...

category base (latex)
to analyse further
stale

Running `dvilualatex test && dvipdfmx test` on this file: ``` \documentclass{article} \showoutput \begin{document} \font\x=lmroman10-regular:kernfactor=0.2; \x HHHH AVAV Twomatoy HH\kern1spHH \end{document} ``` yields letterspacing only between glyphs that have (implicit or...