latex3 / tagging-project

Issues related to the tagging project
https://latex3.github.io/tagging-project/
LaTeX Project Public License v1.3c
23 stars 5 forks source link

Missing % in \@starttoc #50

Closed jfbu closed 2 weeks ago

jfbu commented 6 months ago

Not sure if this is correct repository for this issue.

https://github.com/latex3/latex2e/blob/cc704066a05e5fb1563786558db0cd5f3e91e0ec/required/latex-lab/latex-lab-toc-kernel-changes.dtx#L233-L244

is lacking a % after \@starttoc@cfgpoint@after{#1}

\def\@starttoc#1{%
  \begingroup
    \makeatletter
    \@starttoc@cfgpoint@before{#1}%
    \@input{\jobname.#1}%
    \@starttoc@cfgpoint@after{#1} HERE
    \if@filesw
      \expandafter\newwrite\csname tf@#1\endcsname
      \immediate\openout \csname tf@#1\endcsname \jobname.#1\relax
    \fi
    \@nobreakfalse
  \endgroup}
FrankMittelbach commented 6 months ago

Not sure if this is correct repository for this issue.

yes that one is the best repo for it (and we can reassign easily if we think not)