Replies: 2 comments
-
Sorry, I meant
|
Beta Was this translation helpful? Give feedback.
0 replies
-
You probably need the cross-reference div syntax, see https://quarto.org/docs/authoring/cross-references-divs.html. |
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.
-
Description
I found the
parse-latex
lua extension, https://github.com/tarleb/parse-latex and it looks good for making tables of math expressions in my Quarto book document. However, I can't figure out how to use it to generate a table with table number, caption and ability to xreference in a document.I raised this github issue which describes this problem.
Essentially, I have this
=latex
chunk in my document:This is latex, so the normal
r
yaml options don't work, i.e., I can't useI'm not sure how to do what I want as a
:::
divBeta Was this translation helpful? Give feedback.
All reactions