Support deeper sub*sections for LaTeX
Nobody has claimed this yet.
- Dominant language
- Racket
- Stars
- 250
- Forks
- 102
- Avg merge
- 11d 11h
- Merged PRs (30d)
- 1
Description
subsubsub*section becomes bold in HTML, and I think in scribble/acmart too (though that's actually ugly in acmart). But in scribble/book it just drops the content. The underlying LaTeX macro in book/style.tex expands to {{\bf #2}} so I suspect what we produce expands to a single argument to the macro, but I admit I don't understand the scribble data model and its backends much.
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 with book/style.tex and trace how deeper subsection content is emitted for the HTML, scribble/acmart, and scribble/book backends. Compare the generated arguments with the macro's two-argument expansion; done means subsubsubsection content is retained in scribble/book and rendered consistently across the affected backends.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- latex
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100