-
I see it is possible to create theorems as follows.
But then I need to give a id to every theorem. Often it will not be referred anywhere else, and I try to not give things id when it is unnecessary(for example, it pollute the dropdown when i want to select what to refer). Is there a way to create a theorem without giving it a name? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Not currently, because we use the id to identify the div as a theorem. You could write a lua filter that detects the div you want to be a theorem (by whatever means you choose) and then give it an auto-generated id. |
Beta Was this translation helpful? Give feedback.
Not currently, because we use the id to identify the div as a theorem. You could write a lua filter that detects the div you want to be a theorem (by whatever means you choose) and then give it an auto-generated id.