quarto-dev / quarto-dev/quarto-cli
Extract title block from Typst template into a partial
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
There is currently no easy way to alter the appearance of the title block in format: typst without replacing the entire typst-template.typ partial.
It would be nice to expose a typst-title.typ partial, analogous to title.tex and title-block.html, to allow customization of just the title block.
Contributor guide
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 existing typst-template.typ partial and compare its title-block structure with title.tex and title-block.html. Expose a separate typst-title.typ partial so users can customize the title block without replacing the full template; done when that partial is used by the Typst template and preserves existing rendering behavior.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 40/100