-
Description[Env: Quarto 1.7.29; RStudio 2024.09.0 Build 375] In am older book written as Below it the LaTeX code and an example. The important thing is that these are automatically numbered within each chapter, and they can be referenced. How can I achieve something similar in Quarto giving HTML or PDF outout? Can I just use this LaTeX? Is there anything like a custom list environment in Quarto? LaTeX code
Example
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Using the exercises prefix as described in the documentation: https://quarto.org/docs/authoring/cross-references.html#theorems-and-proofs ::: {#exr-one}
This is the problem statement.
::: |
Beta Was this translation helpful? Give feedback.
Using the exercises prefix as described in the documentation: https://quarto.org/docs/authoring/cross-references.html#theorems-and-proofs