quarto-dev / quarto-dev/quarto-cli
[Feature Request] Add more theorem types from amsthm (e.g. axiom, assumption, ...)
Open
@cscheid is already working on this.
Since May 25, 2023.
crossref
enhancement
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
Discussed in https://github.com/quarto-dev/quarto-cli/discussions/3970
Originally posted by Zegeri January 14, 2023
Some mathematical texts might use axioms and it would be nice if it were supported by quarto. I suggest using "axm" as tag prefix. For example:
::: {#axm-pairing}
## Pairing
If $x$ and $y$ are sets, then there exists a set which contains $x$ and $y$ as elements.
:::
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.
Assessment
This issue has not been assessed yet.