Skip to content

fix(latex): tokenize leftover moreverb verbatimtabinput as one walker - #467

Closed
HaoZeke wants to merge 1 commit into
mainfrom
fix/latex-verbatimtabinput
Closed

HaoZeke wants to merge 1 commit into
mainfrom
fix/latex-verbatimtabinput

Conversation

@HaoZeke

@HaoZeke HaoZeke commented Sep 13, 2026

Copy link
Copy Markdown
Collaborator

Tokenize leftover moreverb \verbatimtabinput / \verbatimtabinput* as one walker so following flush prose does not join.

Fixes #465.

Walker moreverb.sty: \verbatimtabinput[tabwidth]{file} and starred twin. \listinginput stays atomic. extras skip so a configured extra does not re-tokenize the no-brace form as Delim.

moreverb leftover \verbatimtabinput[tabwidth]{file} and starred twin
stay one Structure span so following flush After. does not join.
After. / Next. still split. \listinginput stays atomic. extras skip
so a configured extra does not re-tokenize the no-brace form as Delim.

GitHub #465.
@HaoZeke

HaoZeke commented Sep 15, 2026

Copy link
Copy Markdown
Collaborator Author

Superseded by #482. Same leftover was re-landed on leftover/sota-native-parsers and squash-merged. Not a second release queue.

@HaoZeke HaoZeke closed this Sep 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LaTeX moreverb verbatimtabinput joins following prose

1 participant