[lex.charset], [lex.ccon], [re.synopt] Tables placed inside multi-page grammars and code blocks
Nobody has claimed this yet.
- Dominant language
- TeX
- Stars
- 221
- Forks
- 813
- Avg merge
- 16h 4m
- Merged PRs (30d)
- 36
Description
The table in [lex.charset] is being dumped into the middle of the grammar in [lex.universal.char].
Then we have another table that's being dumped into the middle of the grammar in [lex.ccon].
The table in [re.synopt] is being dumped into the middle of the code block inside [re.matchflag], which is clearly wrong. It should be kept within the respective subclause.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the source for the [lex.charset], [lex.ccon], and [re.synopt] tables and inspect how the surrounding multi-page grammars and code block in [re.matchflag] are structured. Build the draft to reproduce the rendered output; done means each table stays within its respective subclause and no longer interrupts a grammar or code block.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- tex
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100