Spaces in chunks are not obeyed with TeX Live 2022
Closed this issue · 3 comments
yurrriq commented
Adding the following from https://tex.stackexchange.com/a/673393 to my preamble fixes it.
\makeatletter
\let\obeyedspace\@xobeysp
\makeatother
nrnrnr commented
I believe this issue was fixed already (#24). What version of noweb are you using exactly?
yurrriq commented
Confirmed this works fine in 2.13. Thanks again.