Introduce theorem variation for axioms #13197
Closed
luifrancgom
started this conversation in
Feature Requests
Replies: 1 comment
-
Please search before opening new requests. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I would like to know if you can consider adding a theorem variation for axiom, as described in #13194 , given that it is not currently listed in Theorems and Proofs.
I located the list where the various theorem types are defined by following the guidance in #3640 (
src/resources/filters/customnodes/theorem.lua
) By adding the following entry afteralg
, I was able to introduce the new type:I tested this in the development version with:
The expected results were produced for all formats except for the reference label. For example, in the Typst format:
However, I was not able to determine where the reference labels are defined. I also did not fully understand the explanation in
tests/docs/smoke-all/crossrefs/theorem/algorithm.qmd
for #3640 , in order to reproduce the same result for an axiom variation. Renderingalgorithm.qmd
in the development version yielded the same result as in my case:I am unsure how to change
axm.
toAxiom
and where in the development version to make the necessary modifications so that I can also use the options described in Cross Reference Options.Beta Was this translation helpful? Give feedback.
All reactions